Richard Parker does a nice step by step tutorial on how to migrate your app to the Azure cloud. Great walk through of explaining the complexities of what replaces Session. http://bit.ly/kStOny
Posts Tagged ‘asp.net’
Simple WCF Web API via ASP.NET MVC3 Tutorial
23 Nov , 2011
I gave a quick demo today to the .Net team at our office today about this new arrow in the ASP.NET quiver. You can find the tutorial here on Codeplex. It is a really simple overview of how to create RESTful services in your ASP.NET MVC3 project. All it takes is a simple NuGet package [...]
Why do asp.net ajax page methods have to be static?
21 Jun , 2011
Dave Ward does a nice job of breaking down this question in his blog post here: http://bit.ly/cRlgFN Of course you have to remember that all input is evil and make sure you validate your requests, especially when exposing page methods.
Dynamic Body ID and Class properties on ASP.NET Master Pages
16 Oct , 2009
Master pages are a great feature of ASP.NET. However, they do have some drawbacks, one being they do not easily offer the flexibility of dynamic body ids and classes that our design team here needs. Luckily a solution exists, and best of all it isn’t all that difficult to implement. The solution is built around [...]
