Category: Application Development
Microsoft’s Azure Mobile Services (AMS) allows application developers to register their app with one or more authentication providers like Google, Facebook, Twitter, Microsoft and Azure Active Directory. You can configure...
I’m working on a AngularJS application where this client application is a part of ASP.NET MVC application. So, the angularjs web app talks to the controller which is already there...
I’m writing this post to have a quick reference for how to copy any files recursively using Visual Studio’s build events. VS provides an easy way to automate any steps...
While writing code, we developers often tend to learn a programming style and stick to it. You may know a developer (including yourself), who is quite strict about where to...
Recently, I had a requirement to upgrade one of my client’s ASP.NET MVC web application from version 4 to 5. So, I thought to write the steps to how to...
Below are the links to download cheat sheets for umbraco which I have found really useful: Razor DynamicNode Cheat Sheet Umbraco v6 MVC Razor Cheat Sheet
Below is a link to a resource that provides very good information on razor syntax. Reference: http://haacked.com/archive/2011/01/06/razor-syntax-quick-reference.aspx
I spend most of my programming time within Visual Studio and I never liked the white theme that came out of the box. Same is with the Chrome Developer Tools....
Recently I had a need to use HTML5 LocalStorage API in my web application project check my reference. The requirement was to save the vertical scroll position of window when...
I’ve a ASP.NET MVC application that uses FormsAuthentication and this application gives single page application experience to users after a user is authenticated where it uses AJAX for all HTTP...