Apply custom domain for Azure website
If you are hosting a application on Azure and want to add an custom domain for your app then this post had been published for… Read More »Apply custom domain for Azure website
If you are hosting a application on Azure and want to add an custom domain for your app then this post had been published for… Read More »Apply custom domain for Azure website
If working on Asp.Net MVC, you will know the anti-forgery token that helps to protect our website against cross-site request forgery. To use this feature,… Read More »Anti Forgery Token and Machine Key
In this topic, I would like to share a small useful code for Asp.Net MVC that allows implementing the Login As Difference User for your… Read More »How to develop the Login As on Asp.Net MVC with Window Authentication mode?
The Issue As many companies had applied a global policy to enable the compatible view in IE for all intranet sites on all PCs. So that the… Read More »How to disable compatible view mode at the web application level
In this post, I would like to share with you How to develop a native cross platform mobile application that interacts with Azure Web service.… Read More »Iphone App and Azure Web Api
This topic is discussed the class designation for unit testable. If you were started to write the unit test for your classes recently, definitely you may… Read More »Coding for Unit Testing.
The DataMigrationScriptGeneration Tool will help to generate the MERGE scripts for your SSDT package based on existing data in SQL Tables. The merge scripts will… Read More »Data Migration Script Generation Tool For SSDT Project
As you know, the new interfaces IReadOnlyCollection<T> , IReadOnlyDictionary<T> and IReadOnlyList<T> had been added to DotNet4.5. The purpose of these interfaces is providing… Read More »What Is ReadOnlyCollection In .Net 4.5?
What’s new for MS Test? The Unit Testing Framework (MSTest) describes Microsoft’s suite of unit testing tools as integrated into some versions of Visual Studio 2005 and later. Similar to NUnit, MSTest… Read More »Consolidation For Microsoft Test And Microsoft Fakes
As you know the code coverage analysis tool is available for Enterprise edition version only. If you are using Visual Studio Professional and you wish… Read More »Code Coverage Tool