DKDeepak Kumar Jaininthoughtcopy.com·6d ago · 7 min readAzure Front Door with Azure App Service: A Practical GuideIntroduction Modern cloud applications require: Low latency High availability Global routing SSL termination DDoS protection Web Application Firewall (WAF) Azure Front Door (AFD) is Microsoft'10
DKDeepak Kumar Jaininthoughtcopy.com·6d ago · 3 min readComprehensive Guide to Understanding CORSThis document details why Cross-Origin Resource Sharing (CORS) acts as a browser-level sandbox and demonstrates how data flows between clients and servers during CORS restrictions. 1. Why Postman Wor00
DKDeepak Kumar Jaininthoughtcopy.com·Jun 17 · 7 min readASP.NET Core Configuration GuideASP.NET Core Configuration Guide Overview ASP.NET Core uses a layered configuration system where later sources override earlier ones for the same key. Configuration Priority Order Priority Source 00
DKDeepak Kumar Jaininthoughtcopy.com·Mar 10, 2025 · 4 min readHow to Modernize Legacy Delphi Applications with a Hybrid ApproachLegacy Delphi applications often struggle with outdated UI/UX, performance issues, and monolithic architectures that make refactoring difficult. However, a full rewrite is not always feasible due to time, cost, and the risk of disrupting critical bus...00
DKDeepak Kumar Jaininthoughtcopy.com·May 7, 2024 · 3 min readWorking with EF Core pipelineEntity Framework Core (EF Core) is a powerful and flexible object-relational mapping (ORM) framework for .NET applications, enabling developers to work with relational databases using strongly-typed .NET objects. It simplifies data access by abstract...00