Day: May 2, 2013

4 Basic ways to pass data from Controller to View in ASP.NET MVC

If you develop web applications in ASP.NET MVC, you should definitely learn how to pass your “Model” data to the “View” using the “Controllers”. This post will show you 4 different ways to accomplish that. Start by opening Visual Studio… Read More ›