All Projects → anuraj → MinimalApi

anuraj / MinimalApi

Licence: other
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MinimalApi

N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (-32.69%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, webapi
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-82.69%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, webapi
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-84.62%)
Mutual labels:  aspnetcore, entity-framework-core, aspnet-core, asp-net-core
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (-50.64%)
Mutual labels:  sql-server, aspnetcore, xunit, entity-framework-core
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+25.64%)
Mutual labels:  unit-testing, aspnetcore, entity-framework-core, asp-net-core
Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (-71.15%)
Mutual labels:  xunit, entity-framework-core, asp-net-core, jwt-authentication
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (-63.46%)
Mutual labels:  unit-testing, aspnetcore, entity-framework-core, asp-net-core
mssql-restapi
A simple REST API for SQL Server, Azure SQL DB and Azure SQL DW using SMO on .NET Core 2.0
Stars: ✭ 33 (-78.85%)
Mutual labels:  sql-server, aspnetcore, aspnet-core
Aspnetcore Tests Sample
A project to help demonstrate how to do unit, integration and acceptance tests with an web api project using ASP.NET Core and Angular 7 front end.
Stars: ✭ 40 (-74.36%)
Mutual labels:  unit-testing, aspnetcore, asp-net-core
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-87.82%)
Mutual labels:  unit-testing, sql-server, entity-framework-core
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-81.41%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
fullstack-jobs
Real(ish) demo using Angular with ASP.NET Core GraphQL and IdentityServer.
Stars: ✭ 84 (-46.15%)
Mutual labels:  sql-server, entity-framework-core, aspnet-core
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+45.51%)
Mutual labels:  aspnetcore, entity-framework-core, aspnet-core
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-81.41%)
Mutual labels:  sql-server, aspnetcore, asp-net-core
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (-13.46%)
Mutual labels:  unit-testing, entity-framework-core, webapi
Aspnetcoregraphql
Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.
Stars: ✭ 272 (+74.36%)
Mutual labels:  sql-server, entity-framework-core, aspnet-core
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (-25.64%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
Aspnetcorenlog
ASP.NET Core NLog MS SQL Server PostgreSQL MySQL Elasticsearch
Stars: ✭ 54 (-65.38%)
Mutual labels:  sql-server, aspnet-core, asp-net-core
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (-0.64%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (+33.33%)
Mutual labels:  aspnetcore, entity-framework-core, aspnet-core

ASP.NET Core 7.0 - Minimal API Example.

ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.

Build and Deployment

Features

November 29, 2022

November 22, 2022

  • Publishing Code coverage results as artifact

November 21, 2022

  • DotNet CLI - Container image publish support added - Learn more about this feature
  • Modified authentication code to support dotnet user-jwts. Removed the token endpoint
  • How to create token using dotnet user-jwts.
    • If the dotnet tool not exist, you may need to install it first.
    • Execute the command - dotnet user-jwts create --claim Username=user1 --claim [email protected] --name user1.
    • This will generate a token and you can use this token in the Swagger / Open API.

You can find more details here - Manage JSON Web Tokens in development with dotnet user-jwts

November 18, 2022

October 18, 2022

  • NuGet packages upgraded to RC.

July 25, 2022

July 24, 2022

  • Upgraded to .NET 7 - Preview.
  • Added Unit Tests (Unit Tests support for Minimal API available in .NET 7)

July 22, 2022

  • Implemented Paging.

July 21, 2022

  • Validation support using FluentValidation
  • Refactoring and fixed all the warnings.
  • Graph QL Authentication

December 1, 2021

  • Implemented DTO for Input and Output.
  • Bug Fix - the /history endpoint was not returning any data.

November 24, 2021

  • Token Authentication and Open API changes related to that.

November 14, 2021

  • GraphQL Implementation using HotChocolate
    • Query
    • Mutation
    • Subscription

November 11, 2021

  • CRUD operations using Minimal API .NET 6.0 and Sql Server
  • Health Checks implementation for Minimal APIs
  • Open API - Support for Tags
  • EF Core new features
    • Temporal Tables in Sql Server
    • Run migration using EF Bundles
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].