Now-a-days all web applications make use of a good ORM framework. During the early days of coding, we used simple ADO.NET by using classes such as SqlCommand, SqlDataReader, SqlDataAdapter, and DataSet. As days went by, ORMs took the lead and programmers preferred to use them instead of plain old ADO.NET. With ASP.NET, the ORMs that…

Whenever you have something important that intrigues you, Google is the first place you will go to. And voila, it will show you everything related to what you are searching. Have you ever wondered how Google provides all the search results matching what you are searching for? This algorithm is fully dependent on the concept…

In our industry, we are highly dependent on storage devices in order to save our data. With the growing need for technology, we also need more storage. While working in a team, we share our code by making use of ‘Source Control’ to access the code from anywhere at any point of time and keep…

Automated testing is the best way to increase the effectiveness, efficiency, and coverage of your web application. Automation can be helpful not only to debug the code but also to find the root cause of the defect by identifying the code section that is error-prone. This can be carried out through tests with Selenium WebDriver…

Before we actually get on to landing pages, here is an important statement. ‘Never. Start. A. Marketing. Campaign. Without. A. Dedicated. Landing. Page.’ In online/digital marketing, a landing page is referred to as the page on which the user lands on after clicking an online marketing call-to-action. This click could be a search engine results…

CSS is one of the important skills every web designer must have. Understanding CSS is the initial challenge as CSS is not easy. One needs to understand how to use CSS selectors, properties, pseudo-code, etc. While you learn the basic way to write down a CSS code, it is very important to understand the way…

In the Bible of our programmers, an anonymous guy said, “Programming is not about what you think, it’s all about how you think”. And I believe that it can be applicable in real life too, not just for programming. When it comes to real life problems, one can handle them with the mind-set of a…

“The day you stop learning is the day you stop living…” ― Tetsuyama-san   Learning anything new, or doing something for the first time is an exciting feeling. May it be a new sport, an instrument or a language. Different questions go racing in your mind, Will I be able to do it? Will I…