Posts tagged with #Dotnet

Exploring the Integrated AI Engine in .NET 10: A Complete Developer Guide
Master the revolutionary AI capabilities in .NET 10 with this comprehensive guide covering local AI models, the new System.AI namespace, and building intelligent applications without external dependencies.

Beyond the Basics: Mastering Advanced Features in .NET
Explore advanced .NET features such as reflection, dependency injection, asynchronous programming, and performance optimization to elevate your development skills.

Implementing Long-Running Background Tasks in ASP.NET Core
Learn how to implement long-running background tasks in ASP.NET Core using hosted services and background workers.

Implementing Soft Delete in .NET with Entity Framework Core
Learn how to implement soft delete functionality in your .NET applications using Entity Framework Core, improving data management and recoverability.

Implementing the Repository Pattern in .NET - A Game Changer for Clean Code
Learn how to implement the Repository Pattern in .NET applications to achieve better separation of concerns, testability, and maintainability in your codebase.

Angular 18 and .NET Core API Authorization
Learn how to implement secure authorization between an Angular 18 frontend and a .NET Core API backend using JWT tokens and role-based access control.