NetCoreSample
1.0.0
It is a Web API sample application developed with ASP.NET Core 3.1.
It has been prepared with the aim of being an example of good practices in software development, aiming at the use of SOLID principles and paying attention to creating an object-oriented structure.
Writing clean code is what we need to do to call ourselves professionals. There is no reasonable excuse for doing less than the best we can do.
Loose-coupling
High-cohesion
Intuitive placement of codes
Easier maintainability
encapsulation
Managing publish profiles and application settings according to different environments.
Autofac (Dependency Injection)
NLog (Log Management - File Appender & Mail Appender)
NUnit/NUnit3TestAdapter
FluentAssertions
MOQ