0
kicks
ASP.NET MVC 2 Fundamentals
I did a presentation at work today on ASP.NET MVC 2 fundamentals. I covered the basics of creating an ASP.NET MVC 2 website.
Here is what I covered:
1.) Entity Framework for our data access layer
2.) POCO entities
3.) Repository pattern with abstract and concrete classes
4.) Creating our first controller
5.) Creating our first view (modifying to use partials)
6.) Altering the default route
7.) Discussing differences between GET and POST
8.) Creating our own controller factory utilizing Unity