How and when to use HTML5 LocalStorage API?
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...
...on a journey to become an outlier software engineer!
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...
Are you a person who works for a fixed hours daily (work, school, etc.), comes back home and call it as a day? If someone decides to write a book...
This article aims to summarize the concept of testing which can help you while writing tests using any framework out there. I will be writing more on this topic and...
If you don’t have SQL Express installed and running, you may have got the following error when your code tried to read or write some data: A network-related or instance-specific...
One of my client who has a wordpress multisite application developed by me made a request that she wants to redirect the site to a particular blog due to some...
A Singleton is a class that provides only one instance. This is different to a Static class as a static class cannot provide any instance(s). Say suppose, when you want...
While working on a recent project that was using Dotnetnuke version 7, I had to search Module Token online frequently. Not all of them was listed on the same place...
Below are some of the must have developer tools that I use. End of the day developers need to be very productive and if we have the right tools in...
More