Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ netcore-base Public template

.NET 8 base project (boilerplate) for web-based applications and background jobs. Supports multiple DB providers. It is possible to extend to desktop or mobile applications.

License

Notifications You must be signed in to change notification settings

nruizneiman/netcore-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

47 Commits

Repository files navigation

.NET Core base project

.NET Core (Restore, Build and Test)

This project wants to be a start point for new projects, as well as an example for new developers about how to use some technologies, patterns, and best practices.

Also, this repository was created as a template repository, so you can create a new project by using the "Use this template" button, or clicking here.

Please feel free to collaborate, open issues, and don't forget to give me your star!

Technologies used

  • .NET 8
  • EntityFramework Core
  • MediatR
  • Docker

DB Providers

You can use multiple DB Providers by changing the "DbProvider" setting with one of the following values:

  • SqlServer
  • InMemory (Default)
  • MySQL
  • PostgreSQL

Also, you can add a new DB Provider as well.

How to startup the project

First, you need to know what you want to do. Maybe a WebApplication, an API?

Second, set the project you want to start as a default project and run it!

Maybe you will need to update the connection string of the provider that you want to use to a local one before starting the project.

Questions?

You may have some questions, please feel free to reach me if you want to discuss something or propose ideas by opening an issue or contacting me using my contact info described in my profile.

License

This template and all its code, are open-source and available for everyone. Feel free to use it, copy it, or whatever you want! But... Build something great, please!

And if you want to, you can reference this project on your README to let other people start at the same point!

Thanks for your support

Nicolas

About

.NET 8 base project (boilerplate) for web-based applications and background jobs. Supports multiple DB providers. It is possible to extend to desktop or mobile applications.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /