Personal repository to test new .NET features, nuggets, integrations or just my personal play zone
.NET projects compilation to test C# features
.NET integration with Open API REST API's
.NET test project which implements Entity Framework Core as an ORM (it injects test data), a custom middleware and a test suite.
- No front. It's just an API - use Swagger to test requests
- It implements an in-memory database
Basic Razor Pages project to test deployment with Azure Web Apps. Done using the following docs.
It doesn't include any ORM or database.
Local .NET project to test Razor Pages and it includes EF Core as ORM (local database - initialized on first execution). It has been done following Microsoft's tutorials.
It features:
- MVC pattern
- sorting
- filtering
- pagination