Turn Your Database into API with Data API Builder
The need When you don’t want to write a ton of complex code to build an...
Continue ReadingSecuring ASP.NET Web APIs with API Keys and Role-Based Authentication
Security is a crucial aspect of any ASP.NET Core Web API. In this guide, I will cover...
Continue ReadingEnhancing Social Media Sharing in ASP.NET Web Forms
Introduction Social media sharing is an essential feature for any modern website. It allows users to...
Continue ReadingImplementing Google reCAPTCHA
Google reCAPTCHA is a free service designed to protect websites from spam and abuse. It uses...
Continue ReadingBuilding Secure APIs with JWT Access and Refresh Tokens
When building secure APIs, implementing authentication and session management is crucial. Access tokens and refresh tokens...
Continue ReadingHow to Point Multiple Domains to a Single IIS ASP.net WebForms Project
Introduction In this blog post, we’ll explore how to configure IIS to point multiple domains to...
Continue ReadingOptimizing Legacy ASP.NET WebForms Applications with Modern Technologies
Legacy applications often serve as the backbone for businesses, but they come with challenges like outdated...
Continue ReadingOnion Architecture In ASP.NET Core MVC
Introduction First introduced by Jeffrey Palermo in 2008, Onion Architecture presents a structured approach to building...
Continue ReadingBulk Update SQL Server DB from Excel file in ASP.net
Excel files are constantly encountered in web programming, especially during bulk update process. So, it’s often...
Continue Reading