I recently built an ๐๐ ๐ฝ๐ฒ๐ป๐๐ฒ ๐ ๐ฎ๐ป๐ฎ๐ด๐ฒ๐บ๐ฒ๐ป๐ ๐ฆ๐๐๐๐ฒ๐บ ๐๐๐ถ๐ป๐ด ๐๐ฆ๐ฃ.๐ก๐๐ง ๐๐ผ๐ฟ๐ฒ to help users manage ...
When you first start learning software development, everything can feel overwhelming and confusing.
All the terminology โ controllers, HTTP requests, DTOs โ might sound like a foreign language.
Tr...
In my ๐๐ผ๐ฏ ๐๐ฝ๐ฝ๐น๐ถ๐ฐ๐ฎ๐๐ถ๐ผ๐ป ๐ง๐ฟ๐ฎ๐ฐ๐ธ๐ฒ๐ฟ project, Iโve implemented a secure file upload system. While client-side validation (e.g., file size, typ...
While Microsoft continues to improve its authentication and authorization documentation, I believe they still fall short in building a clear mental model of how everything works together.Here I briefl...
Ever deployed your ASP.NET Core application and felt like you're juggling fire with outdated servers, complex configurations, or a "but it works on my machine" moment? Letโs change that. Itโs 2025...
As part of my ๐ฝ๐ฒ๐ฟ๐๐ผ๐ป๐ฎ๐น ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐ โ ๐๐ผ๐ฏ ๐๐ฝ๐ฝ๐น๐ถ๐ฐ๐ฎ๐๐ถ๐ผ๐ป ๐ง๐ฟ๐ฎ๐ฐ๐ธ๐ฒ๐ฟ, I researched which type of prima...
Today, I worked on resolving a common database error when saving related data in the wrong order.๐ ๐๐๐๐๐ฒ: ๐ฅ๐ฒ๐๐๐บ๐ฒ๐๐ถ๐น๐ฒ ๐ต๐ฎ๐ ๐ฎ ๐ณ๐ผ๐ฟ๐ฒ...
Link - https://www.amazon.com/ASP-NET-Core-Web-API-Cookbook/dp/1835880347/We will use SQLiteโs in-memory database provider with EF Core, eliminating the need for database files or server connection...