Dotnet overview
.NET Articles Overview
Basic .NET
- Introduction to .NET: What and Why?
- Installing .NET on Various Operating Systems
- Getting to Know C# Programming Language
- Project and Solution Structure in .NET
- Essential .NET CLI Commands
- Creating and Running Your First Project
- Package Management with NuGet
- Class and Object Concepts in C#
- Interface and Inheritance Concepts in C#
Advanced .NET
- Dependency Injection in .NET
- Entity Framework Core: ORM in .NET
- Building REST API with ASP.NET Core
- Middleware Concepts in ASP.NET Core
- Authentication & Authorization in .NET
- Logging and Monitoring in .NET
- Unit and Integration Testing in .NET
- Clean Architecture in .NET
- Microservices with .NET
Tips and Tricks
- Debugging Tips in Visual Studio & VS Code
- Solving Common Issues in .NET
- Performance Optimization for .NET Applications
- Managing Environment Variables in .NET
- Best Practices for Naming and Folder Structure
- Build & Deployment Automation with CI/CD