📖 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
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
Laravel vs .NET Core: An In-Depth Comparison of Performance, Security, Data Handling, and Developer Experience
A detailed comparison between Laravel and .NET Core covering performance, security, data handling, and developer experience. A practical guide to help you choose the right framework for your next project.
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