Tutorial: Create an ASP.NET MVC Web App in C# using Database First Approach

Date

Learn how to create a web application using the most up-to-date method of MVC (model-view-controller) in C#, ASP.NET.

Tutorial: Create an ASP.NET MVC Web App in C# using Database First Approach

Learn how to create a web application using the most up-to-date method of MVC (model-view-controller) in C#, ASP.NET.

Programming technology and approaches change so rapidly that sometimes beginners don’t know where to even start. There’s too much information, and not enough understanding about all of the options.

Tutorial for C#, ASP.NET

This tutorial uses Microsoft technology and is meant for novice to intermediate programmers, as well as seasoned programmers moving over to MVC, ASP.NET, C#, and web application programming.

You will learn how to use the latest approach to creating web applications, MVC (model-view-controller), in Microsoft Visual Studio 2015. It is database first, meaning you’ll create your database prior to coding your project; a skill very much needed, especially if you’re working with a more mature company that has an existing database.

Need more than a tutorial? Our software development bootcamp teaches MVC as well as TDD. Learn more

Required downloads to begin:

Free Microsoft Visual Studio Community Edition (2015):  https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx

Free Microsoft SQL Server Express Edition (2014) with Management Studio Tools: http://downloadsqlserverexpress.com

After you’ve downloaded these tools, begin the video tutorial below and sign up for our coding bootcamp!