You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this repository, the blog project I developed with .net core has deleting, updating, adding and listing features for all controllers. I used the classes I mapped using IOC container by matching them in .netcore's built-in ioc container.
In this repository, it is a Core project developed with Onion Architecture, using Entity Framework from ORM tools and using Sqlite as database. Autofac is used. IdentityUser is used. UnitOfWork is used.