Are you afraid of complex terms which you face in interviews?
Did you always get confused which understanding some design patterns ?
Do you want to learn all this complex topics with ease?
If your answer is yes then this course is only for you. This course is specially designed for those who started working in C# programming language but lacking some important concepts of C# programming language and wants to become master of that.
Also if you have following questions which disturbs you a lot like
- What is Design Patterns ?
- How can i answer design patterns questions in interview ?
- How Many design patterns are there and where can i use it ?
- How can i compare one design pattern with other so that i can use it in my project requirement ?
Then this Course is answer of these questions plus lot more.
In my career i have given number of interviews and also conducted many interviews and i know that SOLID principles and Design patterns are nightmares for the novice developers and even for the experienced people they struggle to understand about the actual architecture of the patterns and how to implement it in projects.
This is the basic reason i am publishing this course on SIMPLIV. I am sure my students will like this course and this course will be helpful for them for their professional career.
- You just need to have basic knowledge of C# programming language also there is no prior installation steps required, All you need is computer with Visual Studio Installed in it.This C# course is for those who are having basic knowledge of C# and wants to learn more about SOLID principles and Design patterns of C# in a quick and easy way with practical hands on experience
- At the end of this course students will be able to understand SOLID principles and C# design patterns and architecture of it with usage in real life business application development
- This course will help those students who are having knowledge of C# and visual studio and willing to explore different design patterns for development as well as for interviews
In this video, you will know what exactly we are going to learn in this course and how this course is different than other online courses.
This video will explain first principle of SOLID which is SRP – Single Responsibility Principle
This video will explain Third principle of SOLID which is LSP – Liskov Substitution Principle
This video will explain Third principle of SOLID which is LSP – Liskov Substitution Principle
This video will explain forth principle of SOLID which is ISP – Interface Segregation Principle
This video will explain Second principle of SOLID which is DIP – Dependency Inversion Principle
This video will explain basics of Abstract Class and Interface also compare both.
This video is going to cover the most important concept for interviews which is Inversion or control and Dependency injection in C#
In this video we are understanding DI with respect to MVC application architecture.
In this video we are understanding DI with respect to MVC application architecture.
This video explains Abstract factory basics and create a base structure for the code which contains Factory of Factories.
In this video we have completed code with multiple factories for multiple clients and we have also used dependency injection in a very basic way.
This video is going to cover Builder pattern which is also one of the Creational pattern.
This video is going to cover Singleton pattern which is the most famous and simplest Creational pattern.
This video is going to cover Bridge pattern which is quite useful when you are working on a project which requires to change logic very often and you want to code it smartly.
This video is going to cover one of the most frequently used structural design pattern which is decorator pattern.
This video is going to cover CompositePattern and three terms associated with this pattern.
This video is going to cover Command pattern which is allowing us to control application behavior through series of user defined commands. Creating Command Sender
This video is going to cover Command pattern which is allowing us to control application behavior through series of user defined commands.Creating Command Receiver
In this video, you will learn Observer pattern code samples and terms like subject and observer which are mostly used in notification kind of application modules.