This is my capstone project during the Microsoft Software & Systems Academy. This is a work in progress and I always update this website whenever I make changes on my project.
This website is built in Visual Studio 2019 using ASP.NET Core MVC with SignalR, Bootstrap and Microsoft Identity. This website serves the Veterans around the world to help them cope with Mental Illnesses. This would remind them that they are not alone, there's a lot of soldiers and veterans who are dealing with the same issues that they have and be able to learn how they cope up with their life.
Below is the snapshots of some the code I have written to create the website.
I have also deployed my project to Azure using Azure SignalR Service which simplifies the process of adding real-time web functionality to applications over HTTP. This real-time functionality allows the service to push content updates to connected clients, such as a single page web or mobile application. As a result, clients are updated without the need to poll the server, or submit new HTTP requests for updates.
I have recently created a project that I have implemented Unit Tests and also deployed it to Azure with Azure Devops pipeline. You can see more about it on the Azure page of this website.
This is a Single Page data store project with full CRUD capabilities and search functionality.
Here you can see the XUnit Tests that i have created on the project.
Unit Tests are very beneficial before deploying a Web app to a production environment to make sure that it's not prone to errors or it complies to its specified requirements or designs prior to live production.
This is one of my projects in-class during the MSSA Program where we only had 40 minutes to create a ASP.NET Core MVC Website. I have decided to use a Bootstrap Theme to speed up the process and make sure that the User Interface is interactive and presentable given the amount of time. The Add to cart button directs the user to the Amazon website where users can order the products listed.

Below you can see how I implemented bootstrap theme and properties on the website.
This one of my very first project in ASP.NET based on microsoft docs "Create a Movie Database Application in 15 Minutes with ASP.NET MVC (C#)"  https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/movie-database/create-a-movie-database-application-in-15-minutes-with-asp-net-mvc-cs where I learn the basics of ASP.NET fundamentals and I progressed from here.
Where I did a small modification on including a bootstrap carousel on the Home page instead of just having a blank page.

You may also like

Back to Top