You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a comprehensive template for building a full-featured Web API using DotNet 6. It includes JWT authentication, RESTful API architectural design, Entity Framework, Identity User (IdentityDbContext) with SQL Server DB, global error handling, and the repository pattern design.
This is a REST API designed to handle application forms using Azure Cosmos DB. Users have the ability to tailor forms to their needs, each comprising a title, description, and a set of questions
FluentValidation is a popular validation library for .NET applications. It provides a fluent and expressive syntax for defining validation rules for our models. We are going to implement a CRUD with this for dotnet 6.0 webapi project