ASP.Net

EF Core Tracking

হ্যাঁ ✅ — default ভাবে DbContext দিয়ে যেকোনো entity query করলে সেটা tracked হয় (যদি তুমি AsNoTracking() ব্যবহার না করো)। […]

ASP.Net

why return region in repository

একদম ঠিক জায়গায় প্রশ্ন করছো 👌 এখন একদম পরিষ্কার করে বুঝাই। তুমি জিজ্ঞেস করছো: Controller থেকে যে region object আসছে,DB

Interview

Space Complexity

Alright, here’s the 3-step quick-check formula I give my interview prep students for space complexity: Step 1 – Identify extra

Uncategorized

project

For implementing the Customer user category using the MVC approach in your e-commerce project, you will need to create files

Scroll to Top