Skip to content

geeksarray/getting-started-with-aspnet-mvc-core-and-dotnet5

Repository files navigation

Getting Started with ASP.NET MVC Core and .NET5

In this article, we are going to create a simple ASP.NET MVC Core Web Application using Visual Studio 2019 and .Net 5. We will also add controller, action method, MVC view with Model binding.

.NET 5 is the new unified platform to develop .NET Framework or .NET Core applications. .NET 5 has merged .NET Framework and .NET core. Microsoft has stopped any new feature for .NET Framework.

To complete code from this blog you need Visual studio 16.8 for windows and mac users.

Important Files

  1. Geeks Employee Controller - to has Index action method to use Employee Model and return to View.

  2. Employee Model - to validate employee data using Data Annotation

  3. Index view - to show employee details on browser.

When you implement code from this blog, you will see output like this

asp.net core mvc application output of sample project

For more details please visit - https://geeksarray.com/blog/getting-started-with-aspnet-mvc-core-and-dotnet5

About

In this article, we are going to create a simple ASP.NET MVC Core Web Application using Visual Studio 2019 and .Net 5. We will also add controller, action method, MVC view with Model binding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published