mvc

Starting Out With ASP.NET MVC Part 3
Welcome to part 3 of my starting off with MVC tutorial. In this post I will be mainly going over Data Annotations. You can check out part 1
Starting Out With ASP.NET MVC Part 2
Last time I left off with ASP.NET MVC, I covered how to create a new MVC project in Visual Studio and how to add new Controllers and Views.
Starting Out With ASP.NET MVC Part 1
One of my weaknesses in programming is actively using MVC in my projects. Particularly ASP.NET MVC, since I am a .NET Developer. Most of th