/ASP.NET-Full-Stack-Study

A structured repository for my ASP.NET full-stack self-study, covering front-end, back-end, and full-stack projects. 🚀

Primary LanguageC#

ASP.NET Full-Stack Self-Study Repository

Welcome to my ASP.NET Full-Stack Self-Study repository! This repository contains all the code and resources from my learning journey across various technologies, including front-end, back-end, and database management.

📂 Repository Structure

ASP.NET-FullStack-SelfStudy/
│── CSharp/            # Core C# concepts and exercises
│── Database/          # SQL Server scripts and database fundamentals
│── LINQ/              # LINQ queries and advanced operations
│── EFCore/            # Entity Framework Core practices and examples
│── ASP.NET-MVC/       # Projects and exercises using ASP.NET MVC
│── ASP.NET-WebAPI/    # RESTful APIs using ASP.NET Web API
│── HTML-CSS/          # Front-end design with HTML and CSS
│── JavaScript/        # Client-side scripting with JavaScript
│── README.md          # Repository overview and usage guide

📘 Course Sections

🔹 C#

  • Language fundamentals
  • Object-oriented programming (OOP)
  • Asynchronous programming (async/await)

🔹 Database (SQL Server)

  • SQL queries (CRUD operations)
  • Stored procedures and functions
  • Database design and normalization

🔹 LINQ

  • Query syntax and method syntax
  • Advanced LINQ operators

🔹 EF Core

  • Database migrations
  • Data modeling and relationships

🔹 ASP.NET MVC

  • MVC architecture and design
  • Routing and model binding
  • Authentication and authorization

🔹 ASP.NET Web API

  • RESTful API design principles
  • Data serialization and versioning

🔹 HTML & CSS

  • Semantic HTML
  • Responsive design with CSS

🔹 JavaScript

  • DOM manipulation
  • ES6+ features and best practices

Happy coding! 😊