- This is a Learning Platform
- There is 4 Types of user
- Admin : Can Create , Delete, Update the Course,Comment,Post,Give access and block the teacher,Mordaretor Learner.
- Teacher : Can Create , Delete, Update the Course , Do comment .
- Modarator : Can Create , Delete , Update the course , giving Review , Delete unwanted comment.
- Learner : Can give review Course , post Comment
- After creating account Email will send to the User with user name and Password .
- Teacher can upload Video tutorial , Files(PDF,WORD).
- Authentication
- Authorization
- Using SOLID principle
- SOLID design principles in C# are basic design principles.
- SOLID stands for
- Single Responsibility Principle (SRP),
- Open closed Principle (OSP),
- Liskov substitution Principle (LSP),
- Interface Segregation Principle (ISP),
- Dependency Inversion Principle (DIP).
- Presentaion Layer
- Buisness Logic Layer
- Database Logic Layer