Another dotnetcore learn project, but it's .NET 6.0, it's mature enough to use it in production after 6 version itteration

Mirror of https://github.com/benyaminl/dotnet-core-playground.git

Benyamin Limanto 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
.vscode 3c24043da1 First Commit for long 2 weeks playground 1 year ago
Authentication 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
Controllers 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
Filters b79bf82814 Some improvement such as : 1 year ago
Helper 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
Middleware 8300f0c7c3 Adding Logger Console. 1 year ago
Migrations b18b5c0a61 Adding example migration: 1 year ago
Models 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
Properties 4bda107130 Some improvement. 1 year ago
SQLDocker 5499a2a32f Fixing the LF and also creating DB 1 year ago
nats 9dff5ebab9 Example Code 1 year ago
.dockerignore 9dff5ebab9 Example Code 1 year ago
.env.example 143ce8cccf Change config to ENV .NET 1 year ago
.gitignore ecc638d9d9 Adding swp to ignore list, using vim 1 year ago
AppDBContext.cs c8b685609e Example of SQL 2008 R2 support with .NET Core 6.0 1 year ago
Dockerfile 8c4fc3afd2 Make Error Message more friendly & no docker cache 1 year ago
Program.cs 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
README.md b809b4b445 add code time stats 1 year ago
TodoApi.csproj 11bcd8e729 Nats Pub Sub works as intented. related to #2 1 year ago
WeatherForecast.cs 3c24043da1 First Commit for long 2 weeks playground 1 year ago
appsettings.Development.json 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
appsettings.json 68b7879f5d feat(auth): Introduce builtin JWT Builder+Filter 3 months ago
docker-compose.yml 9dff5ebab9 Example Code 1 year ago
sqlserver.Dockerfile 5499a2a32f Fixing the LF and also creating DB 1 year ago

README.md

.NET Core 6.0 playground with SQL Server and S3

wakatime This is a simple .NET Core 6.0 playground with SQL Server trusted connection/WinAuth, and swagger UI and some improvement on the swagger generator.

I don't provide any other readme as this is just a playground for myself. kindly follow https://blog.benyamin.xyz to see more notes regarding this project.

Run and build project

Restore using dotnet restore restore, then dotnet run run. Then you are good to go.

Minio/S3 Compatible dependencies

This project use 3rd party plugin/package from Min.io and Minio.AspNetCore For more, you can use Podman/Docker as Server emulator, see here