MC2012
MC2012

Reputation: 53

Tutorials and real-life applications of MVC .NET

I have just installed Microsoft Visual studio Express 2012 for Web and I spent a lot of time searching for some solid examples and tutorials i order to learn more about this great technology and to create my first app. The most interesanting and professional examples I could find are these

http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application (Contoso University)

and

http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf

BUT I plan to create my first app which will be web app which will contain information about patients with all their personal data, visits, diagnosis etc with an accent on reporting and auhorisation roles.

I plan to use Contoso University as a reference because right now I don't have any other alternative. Anyone who could recommend me some website with many different complete-full examples of MVC .NET Web apps is more then welcome.

Any help is appreciated and many thanks in advance!

Cheers:) Adi

Upvotes: 0

Views: 2302

Answers (1)

Wesley Skeen
Wesley Skeen

Reputation: 8285

Pluralsight mvc

This is a really good set of tutorials to get you up to speed.

Here is also a good tutorial on the web api just incase you want to use that too

Pluralsight mvc web api

These are free tutorials, but that sight has many brilliant tutorials for dot net dev.

Hope its helpful to you.

Upvotes: 5

Related Questions