Archives
-
Building a simple ASP.NET MVC 6 application using Entity Framework 7 & ASP.NET 5 RC
In this post I will article shows you how to build a simple web application in ASP.NET MVC 6 & Entity Framework 7 using ASP.NET 5-ASP.Net Core.
-
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
-
Passing multiple models to a view in an ASP.Net MVC 5.0 application
We do know that in any MVC application we cannot pass multiple models from a controller to a single view.