.net MVC in 3.5
-
-
Hi, Is it possible to use MVC in 3.5 framework? If yes then please let me know how? How I can develop MVC based application in 3.5 framework. Problem is hosting provider which is used for hosting for project support only 3.5 framework. Please help. Thanks
-
Hi, Is it possible to use MVC in 3.5 framework? If yes then please let me know how? How I can develop MVC based application in 3.5 framework. Problem is hosting provider which is used for hosting for project support only 3.5 framework. Please help. Thanks
I assume you are talking of MVC framework here: Microsoft: Learn ASP.NET MVC[^] Sample MVC ASP.NET Application[^] Make your first ASP.NET MVC Web Application [^] To know about MVC and how does it helps/fit in ASP.NET, read this[^]. In case MVC pattern, then have a look at this[^].
Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]