17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
Language: English | Size: 1.95 GB | Duration: 4h 0m
Learn how to develop efficient and effective software systems by applying SOLID Principles.
What you'll learn
Students will learn C# SOLID principles and the basics of C# design patterns.
How to design efficient and effective softwares.
How to detect and correct code smells.
C# tips and tricks
Requirements
Experience with object-oriented design. We highly recommend our C# course "C# Speedrun - Learn C# (2022)"
Description
Welcome to the "C# SOLID Speedrun - Learn SOLID principles" course! We are a team of C# developers, instructors and lifelong students. Our goal is to make coding easy to learn and review. Through our boots on the ground workshops, we have trained over one thousand students how to code and debug applications.Our expertise: C#, Python, Java, JavaScript, HTML, CSS and many more. Are you ready? Let's get started. For most of our courses, no previous experience is necessary.This course will help you gain knowledge, tips, tricks and skills that will prepare you for your next C# interview and upgrade your C# skills.Wikipedia defines SOLID as:In software engineering, SOLID is a mnemonic acronym for five design principles intended to make object-oriented designs more understandable, flexible, and maintainable.The SOLID ideas areThe single-responsibility principle: "There should never be more than one reason for a class to change." In other words, every class should have only one responsibility.The open–closed principle: "Software entities ... should be open for extension, but closed for modification."The Liskov substitution principle: "Functions that use pointers or references to base classes must be able to use objects of derived classes without knowing it."[8] See also design by contract.The interface segregation principle: "Many client-specific interfaces are better than one general-purpose interface."The dependency inversion principle: "Depend upon abstractions,[not] concretions." Let's level up and prepare your next C# interview!---------------------------------Keywords related to the course:SOLID Principles Video Tutorial in C#SOLID Tutorial SOLID PrinciplesSRP, OCP, LSP, ISP, DIP
Overview
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1 - SOLID Introduction/1 - SOLID Introduction English.vtt
7.1 KB
~Get Your Files Here !/1 - SOLID Introduction/1 - SOLID Introduction.mp4
45.9 MB
~Get Your Files Here !/10 - Additional Content GIT/24 - GIT 101 English.vtt
9.2 KB
~Get Your Files Here !/10 - Additional Content GIT/24 - GIT 101.mp4
54.4 MB
~Get Your Files Here !/10 - Additional Content GIT/25 - GIT 101demo English.vtt
9.1 KB
~Get Your Files Here !/10 - Additional Content GIT/25 - GIT 101demo.mp4
59 MB
~Get Your Files Here !/10 - Additional Content GIT/26 - GIT 102 English.vtt
10.1 KB
~Get Your Files Here !/10 - Additional Content GIT/26 - GIT 102.mp4
63.4 MB
~Get Your Files Here !/10 - Additional Content GIT/27 - GIT 102demo English.vtt
9.2 KB
~Get Your Files Here !/10 - Additional Content GIT/27 - GIT 102demo.mp4
76.2 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/10 - Interfaces English.vtt
14.6 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/10 - Interfaces.mp4
90 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/2 - Intoduction to OOP English.vtt
6.6 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/2 - Intoduction to OOP.mp4
32.6 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/3 - Class membersmp4 English.vtt
11.1 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/3 - Class membersmp4.mp4
71 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/4 - Constructors English.vtt
13.2 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/4 - Constructors.mp4
100.2 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/5 - Access Modifiers English.vtt
10.2 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/5 - Access Modifiers.mp4
70.6 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/6 - Encapsulation English.vtt
13.4 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/6 - Encapsulation.mp4
82.8 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/7 - Inheritance English.vtt
13.4 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/7 - Inheritance.mp4
86.7 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/8 - Polymorphism English.vtt
10.8 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/8 - Polymorphism.mp4
70.8 MB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/9 - Abstraction English.vtt
9.1 KB
~Get Your Files Here !/2 - ObjectOriented Programming Recap/9 - Abstraction.mp4
57 MB
~Get Your Files Here !/3 - Single Responsibility Principle/11 - Single Responsibility Principle English.vtt
16.8 KB
~Get Your Files Here !/3 - Single Responsibility Principle/11 - Single Responsibility Principle.mp4
121.7 MB
~Get Your Files Here !/3 - Single Responsibility Principle/12 - Single Responsibility Principledemo English.vtt
6.2 KB
~Get Your Files Here !/3 - Single Responsibility Principle/12 - Single Responsibility Principledemo.mp4
53.1 MB
~Get Your Files Here !/4 - Open Close Principle/13 - Open Close Principle English.vtt
13.5 KB
~Get Your Files Here !/4 - Open Close Principle/13 - Open Close Principle.mp4
90.1 MB
~Get Your Files Here !/4 - Open Close Principle/14 - Open Close Principledemo English.vtt
7 KB
~Get Your Files Here !/4 - Open Close Principle/14 - Open Close Principledemo.mp4
60.7 MB
~Get Your Files Here !/5 - Liskov Substitution Principle/15 - Liskov Substitution Principle English.vtt
14.7 KB
~Get Your Files Here !/5 - Liskov Substitution Principle/15 - Liskov Substitution Principle.mp4
114.6 MB
~Get Your Files Here !/6 - Interface Segregation Principle/16 - Interface Segregation Principle English.vtt
13.2 KB
~Get Your Files Here !/6 - Interface Segregation Principle/16 - Interface Segregation Principle.mp4
81.2 MB
~Get Your Files Here !/7 - Dependency Inversion Principle/17 - Dependency Inversion Principle English.vtt
15.9 KB
~Get Your Files Here !/7 - Dependency Inversion Principle/17 - Dependency Inversion Principle.mp4
113.8 MB
~Get Your Files Here !/7 - Dependency Inversion Principle/18 - Dependency Inversion Principledemo English.vtt
9.5 KB
~Get Your Files Here !/7 - Dependency Inversion Principle/18 - Dependency Inversion Principledemo.mp4
85 MB
~Get Your Files Here !/8 - Additional Content C History/19 - Introduction to C English.vtt
5.3 KB
~Get Your Files Here !/8 - Additional Content C History/19 - Introduction to C.mp4
32.8 MB
~Get Your Files Here !/8 - Additional Content C History/20 - Introduction to NET English.vtt
6.8 KB
~Get Your Files Here !/8 - Additional Content C History/20 - Introduction to NET.mp4
39.4 MB
~Get Your Files Here !/9 - Additional Content Design Patterns/21 - Introduction to Design Patterns English.vtt
13.5 KB
~Get Your Files Here !/9 - Additional Content Design Patterns/21 - Introduction to Design Patterns.mp4
79.1 MB
~Get Your Files Here !/9 - Additional Content Design Patterns/22 - Singleton Design Patterns English.vtt
13.3 KB
~Get Your Files Here !/9 - Additional Content Design Patterns/22 - Singleton Design Patterns.mp4
89.4 MB
~Get Your Files Here !/9 - Additional Content Design Patterns/23 - Observer Design Patterns English.vtt
11.4 KB
~Get Your Files Here !/9 - Additional Content Design Patterns/23 - Observer Design Patterns.mp4