Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
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…