Skip to content

ArgentinoGeek/ArgenJarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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 5
  • 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages