https://github.com/mo7ammedd/.net-development-learning-path
https://github.com/mo7ammedd/.net-development-learning-path
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mo7ammedd/.net-development-learning-path
- Owner: Mo7ammedd
- Created: 2025-02-21T19:50:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T19:52:01.000Z (over 1 year ago)
- Last Synced: 2025-02-21T20:32:48.928Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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