Wednesday, August 13, 2025

📖 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

9

Available Articles

قواعد البيانات

type of relationship in sql

Types of relationships in databases are important for understanding how tables are related.

Monday, July 28, 2025
إيه إس بي دوت نت كور

what's Middleware

know what's Middleware and how we can apply concept in Web Devlopment

Thursday, July 10, 2025
الAPI

whats https in Api ?

HTTPS in an API refers to using Hypertext Transfer Protocol Secure (HTTPS)

Wednesday, June 11, 2025
قواعد البيانات

what's SQL Key?

know what's SQL key and his types

Tuesday, June 10, 2025
أساسيات HTML

input type button vs button

learn the main differences between them

Tuesday, June 10, 2025
تكنولوجيا تطوير الويب

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.

Sunday, June 8, 2025
قواعد البيانات

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.

Sunday, June 1, 2025
النمط المعماري MVC (النموذج-العرض-المتحكم

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.

Saturday, May 31, 2025
النمط المعماري MVC (النموذج-العرض-المتحكم

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

Saturday, May 31, 2025
Keyboard