.NET Core Samples
Filter by Category
ASP.NET Core MVC Authentication
Learn how to implement secure user authentication and authorization in your ASP.NET Core MVC applications using Identity.
Entity Framework Core CRUD Operations
Master basic Create, Read, Update, and Delete (CRUD) operations with Entity Framework Core in .NET Core.
Minimal API with EF Core
Build a modern, lightweight web API using .NET 6 Minimal APIs and Entity Framework Core for data persistence.
Azure Functions with .NET Core
Develop serverless applications using Azure Functions with .NET Core, demonstrating event-driven programming.
LINQ to Objects Examples
Explore powerful data manipulation techniques using Language Integrated Query (LINQ) with collections in .NET Core.
High-Performance HTTP Client
Optimize network requests with a high-performance HTTP client implementation in .NET Core.
Blazor WebAssembly Authentication
Implement secure user sign-in and sign-out functionality in your Blazor WebAssembly applications.
ML.NET Image Classification
Build an image classification model using ML.NET to categorize images programmatically.