Unit Test and Test Driven Development in ASP.NET MVC application
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...
...on a journey to become an outlier software engineer!
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...
Recently I published an article to help my friend to understand how to store data using SQLiteDatabase in Android application. I’m using Android Studio as my IDE. To view database,...
I was asked by one of my friend to help him to save some data in his android application. Due to that nature of the application, his preferred storage option...
To avoid you from having to chase for the same information: here’s how you extract key / value pairs from the FormCollection that comes as an argument in an ASP.NET...
While I was working on my mac, I got a pop up to update Java running on it. I did all the process that was required. It was also needed by...
More