An open API service indexing awesome lists of open source software.

https://github.com/mo7ammedd/.net-development-learning-path


https://github.com/mo7ammedd/.net-development-learning-path

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# .NET Development Learning Path

- **Database Design & SQL (5 sessions)**
- Relational database concepts and SQL query optimization

- **C# Fundamentals**
- Essential language features and syntax basics

- **Object-Oriented Programming (3-4 sessions)**
- OOP principles and patterns in C#

- **Advanced C# - Functional Programming (1-2 sessions)**
- LINQ, lambda expressions, and functional programming concepts

- **LINQ (1 session)**
- Study of Language Integrated Query

- **Entity Framework ORM (2 sessions)**
- Data access and database operations using EF Core

- **ASP.NET MVC**
- Web application development using the MVC pattern

- **ASP.NET API (4-5 sessions)**
- RESTful API development and best practices