GraphQL has captured a lot of developer interest over the last year or so with many production level systems making the switch from REST type APIs to GraphQL. When one of our existing customers asked us to decide if we should switch their existing APIs over to GraphQL, the team was pretty excited to finally […]
Category Archives: ASP.NET MVC 3.0
Localization and WhiteLabelling:- Database or Resx??
We got some queries on our recent blog on with suggestions on using the database to store the localized strings files rather than the default resx approach. We pondered over it, then pondered some more and came to the following conclusion… Problem Statement The challenge we are tackling here is of white labeling and not […]
Multitenancy and extensive Whitelabelling on the UI
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 […]
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 […]