Skip to content

SOLID Design Principles demo projects targeting .net core 3.x framework

License

Notifications You must be signed in to change notification settings

dkarantonis/solid_net_core

Repository files navigation

SOLID Principles demo projects

Demo projects to demonstrate code refactoring in order to apply SOLID Principles targeting .net core 3.x framework.

Getting Started

Download or clone the project, download and install Microsoft Visual Studio 2019 with .net core 3.x framework.

Prerequisites

Running the tests

Open solution file using Microsoft Visual Studio 2019. Right click on the specific project to run and select 'Set as StartUp Project' option. Then press F5 to start executing the StartUp project in debugging mode or Ctrl+F5 to start without debugging.

SOLID Principles

SOLID is an acronym for 5 important design principles when doing OOP (Object Oriented Programming) that intended to make software designs more understandable, flexible and maintainable. Check on SOLID file for more details concerning SOLID Principles.

Authors

Dimitris Karantonis - Senior Software Engineer / Architect

License

This project is licensed under the MIT License - see the MIT file for details

About

SOLID Design Principles demo projects targeting .net core 3.x framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages