Skip to content

Simple example to implement generic service, controller and repository.

Notifications You must be signed in to change notification settings

Daniel884936/TodoGeneric

Repository files navigation

TodoGeneric

A simple example to implement generic service, controller and repository in ASP.NET CORE 3.1

How to run it?

1 - Yo have to spicify your server in ./script/db_Script

2 - Run the script

3 - In ./TodoGeneric.Api/appsettings add your connection string "ConnectionStrings": { "TodoGenericDb": "Data Source=DESKTOP-6REK6D0;Initial Catalog=TodoGenericDb;Integrated Security=True;ApplicationIntent=ReadWrite;" } replace "TodoGenericDb" connection string to your current connection.


Not important

- Architecture used?

A simple clean architecture (Onion)



Releases

No releases published

Packages

No packages published

Languages