How to handle exceptions in JavaScript?
Learn how you can develop better JavaScript applications by having a better understanding of handling exceptions.
...on a journey to become an outlier software engineer!
Learn how you can develop better JavaScript applications by having a better understanding of handling exceptions.
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...
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...
Do you really want to upset Internet Explorer (IE)? Everyone knows how challenging it is to keep IE and it’s users happy! My experience mentioned below can save you some...
More