When we think cloud we inherently think Multi-tenant but things can get complicated when the level of white-labelling on the UI is extensive! Layout changes are typically handled by css but if the customer wants to control what every label and textbox is called then we have a problem at hand! We recently suggested […]
Tag Archives: ASP.Net MVC
ASP.NET MVC , Razor and Validations!!
Just created a sample to showcase EF 4.0 Code First approach..it so happens that the app made to showcase uses the MVC 3.0 pattern with Razor implementation . So why not highlight a few points there too. Goodbye <%=%> , hello @ @Model.IdeaTitle +”:”+@Model.Description+” :”+ @Model.SubmittedBy Server tag commenting… @*@{ ViewBag.Title = “Index”; }*@ ViewBag […]
Migrating ASP.Net MVC 1 to ASP.Net MVC 2
With release of ASP.NET MVC 2, are you planning to migrate your ASP.Net MVC 1 applications. Here are few links which would help you to migrate Eilon Lipton has created migration tool for migrating ASP.NET MVC 1 solutions to ASP.Net MVC 2 solution over here To manually upgrade project one can find instructions at www.asp.net […]
ASP.Net MVC 2 RTM Released
ASP.Net MVC 2 RTM has finally released and available on MSDN for download here Brief on ASP.Net MVC 2 RTM ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of […]