Study Notes for Microsoft Exam: Developing ASP.NET MVC Web Applications (70-486)
Took Microsoft Exam 70-486 which part of MCSD certification. I spend about 2 weeks studying the material and took some...
Async / Await and SynchronicationContext (C# .Net)
Following innocuous looking async / await code will cause deadlock. To understand why, lets go into what await does in the...
ASP.Net Web Forms vs ASP.NET MVC
When microsoft released ASP.Net, it was thought that it would relieve the need to master HTML and related technologies for...