↧
Microsoft ASP.NET MVC
Microsoft ASP.NET MVC is the latest technology from Microsoft that has been built on top of the ASP.NET 3.5 framework. Microsoft Says: ASP.NET MVC enables you to build Model View Controller (MVC)...
View ArticleGlobal Resource strings by property
Every now and then I come across a bunch of string literals littered through out some code and begin the task of moving them out into their own resource file (.resx). Gaining access to these strings...
View ArticleVisual Studio – Lost nesting of codebehind
We’ve all had times when we’ve created an ASP.NET webpage and then a new page is required with almost identical functionality. I had that task today and so making things simple I copied the current...
View Article