📖 Articles
Here you'll find articles I've written about various programming topics. I love sharing knowledge and simplifying complex concepts. I hope you find them useful and enjoyable! 😊
All Articles
Available Articles
mock interview .net up to 2 years experiences
In this article you’ll find a collection of the most common interview questions for .NET Core with SQL Server. What makes this one different is its coverage and simplicity — most articles stop at 10 questions with heavy explanations, but here you’ll get a wider, clearer view without overcomplicating things. It’s designed especially for developers with up to 2 years of experience. At the end of this article, you’ll also find real cases for the most common problems, so you can see how the theory actually applies in practice.
type of relationship in sql
Types of relationships in databases are important for understanding how tables are related.
what's Middleware
know what's Middleware and how we can apply concept in Web Devlopment
whats https in Api ?
HTTPS in an API refers to using Hypertext Transfer Protocol Secure (HTTPS)
what's SQL Key?
know what's SQL key and his types
input type button vs button
learn the main differences between them
difference between Non-Clustered Index and Clustered Index
When managing a database, especially at scale, performance becomes critical — and indexes play a vital role in speeding up queries. Among the different types of indexes, Clustered and Non-Clustered are the most common and essential to understand.
What is RouteData in MVC?
Learn what RouteData is in ASP.NET MVC, how it works during the routing process, and how it helps the framework determine which controller and action to invoke.
Create a Custom Action Selector in ASP.NET MVC
Learn how to create and use custom action selectors in ASP.NET MVC to control action method selection based on custom logic