Contents tagged with ASP.NET MVC
-
Understanding Dependency Injection in ASP.Net MVC applications
In this post I am going to discuss Dependency Injection pattern, explain why we need it and how to use it in our modern web applications based on the ASP.Net MVC paradigm.
-
Using ViewModels in ASP.Net MVC 5.0 applications
In this post I am going to create a hands on example, a sample ASP.Net MVC application where I will demonstrate the concept of ViewModels.
-
Passing multiple models to a view using Tuples in an ASP.Net MVC 5.0 application
This is the second post in a series of posts regarding passing multiple models in a view.You can find the first one here
-
Using MongoDB with ASP.Net MVC
In this post I am going to demonstrate with a hands-on example how to use the popular NoSQL database MongoDB to store and retrieve data using Visual Studio 2015and ASP.Net MVC.
-
An introduction to ASP.Net MVC 4.0
I have been looking into ASP.Net MVC 4.0 lately and I thought it would be a nice idea to create a small ASP.Net MVC 4.0 application and write a post about it.
-
Retrieving data from an SQL Server database in an ASP.Net MVC 3 application
In this post I would like to show with a hands-on example on how to retrieve data from an sql server database table using C# and ASP.Net MVC 3.