Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
ПΣӨƧӨFƬ
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
ℛeℙ@¢ᴋ€r
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
大†Shinegumi†大
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
missyou123
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
Engh3
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
ronaldinho424
Software Architecture Meta and SOLID Principles in C# Vote_lcapSoftware Architecture Meta and SOLID Principles in C# Voting_barSoftware Architecture Meta and SOLID Principles in C# Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» OpenCloner Ripper 2024 7.20.131 (x64) Multilingual
Software Architecture Meta and SOLID Principles in C# EmptyHoy a las 1:30 pm por ronaldinho424

» illustrate TuneFUSION R2024-06-28 Retail
Software Architecture Meta and SOLID Principles in C# EmptyHoy a las 1:26 pm por ronaldinho424

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Software Architecture Meta and SOLID Principles in C# EmptyHoy a las 1:22 pm por ronaldinho424

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Software Architecture Meta and SOLID Principles in C# EmptyHoy a las 1:18 pm por ronaldinho424

» Irix HDR Pro / Classic Pro 2.3.28
Software Architecture Meta and SOLID Principles in C# EmptyHoy a las 4:27 am por missyou123

» Ashampoo AntiSpy Pro 1.6.0 Multilingual
Software Architecture Meta and SOLID Principles in C# EmptyAyer a las 7:58 pm por 大†Shinegumi†大

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Software Architecture Meta and SOLID Principles in C# EmptyAyer a las 7:51 pm por 大†Shinegumi†大

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
Software Architecture Meta and SOLID Principles in C# EmptyAyer a las 7:43 pm por 大†Shinegumi†大

» Maplesoft Maple 2024.1.1 (x64) Multilingual
Software Architecture Meta and SOLID Principles in C# EmptyAyer a las 7:41 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Software Architecture Meta and SOLID Principles in C#

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Software Architecture Meta and SOLID Principles in C# Empty
MensajeTema: Software Architecture Meta and SOLID Principles in C#   Software Architecture Meta and SOLID Principles in C# EmptyLun Mayo 13, 2019 10:27 am

Software Architecture Meta and SOLID Principles in C# 1905132041070110
Software Architecture: Meta and SOLID Principles in C#
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 48000 Hz, 2ch | 633 MB
Duration: 5 hours | Genre: eLearning Video | Language: English
Learn how to develop maintainable software systems applying Design Patterns based on Meta and SOLID Principles.

What you'll learn

Determine if a class has too many responsibilities
Apply SRP to make classes more granular
Determine the smell of duplication caused by OCP violation
Apply OCP to remove or prevent duplications
Make client's lives more enjoyable by applying ISP, making interfaces more granular
Determine LSP violations which break client's code
Apply LSP to come up with proper inheritance
Apply DIP to develop plugin architecture
Build your own simple IoC-Container
Build clean API in C#
I'm tired to list all the stuff you'll be able to do after this course )))

Requirements

Solid C# Background
At least half of a year of experience in a real-world project

Description

SOLID is an acronym which stands for SRP, OCP, LSP, ISP and DIP. These five acronyms in their turn stand for:

Single Responsibility Principle

Open/Closed Principle

Liskov Substitution Principle

Interface Segregation Principle

Dependency Inversion Principle

In this course, you'll learn how to apply meta and SOLID principles so that your application will live a long healthy life. It means you are going to learn how to write code of the high quality: readable, understandable and reliable.

Improve your knowledge in object-oriented programming

Understand the meta principles on which all the other development principles are based

Understand the symptoms of code defects

Learn the foundations of SOLID principles

Learn how to detect the violations of SOLID principles and how to fix the problems

Learn how meta principles and SOLID principles are related to each other and how to find the balance between them

Foundations of writing object-oriented code

Despite the fact that C# is a very rich on features language, it's very common to see poorly designed and implemented applications in a real world. Language by itself does not guarantee that the architecture of an application will be great. In order to design and build maintainable software, we need to understand the principles of software development. This video course is exactly about how to achieve clean and maintainable software.

You probably have already heard the following well-known statement: most code sucks. Well, this course is all about how to produce code which doesn't suck.

Owning skills of producing a well-designed and well-implemented types is the prerequisite for the other developers to treat you as a decent professional.

Content and Overview

This course is aimed at middle and senior developers. Solid experience in C# is required.

There are plenty of code examples throughout this course so that you will learn both theoretical and practical material.

Starting with SOLID principles we will go further to the meta-principles. Going through the SOLID principles, you'll also learn about the related patterns. Then we will get to the problem of contradictions between different principles. You'll learn about the relationships between SOLID principles and meta principles.

In general, you'll learn in this course:

SRP

OCP

LSP

ISP

DIP

These are the SOLID principles. You'll learn the background problems that can be solved by particular principle, you'll see the demonstrations in code, you'll learn the related patterns to every principle.

Learning DIP you'll in addition learn what is Dependency Injection, Inversion of Control, IoC-Containers and what are the architectural implications of DI.

Here are other topics you'll learn in the course:

DRY - don't repeat yourself

KISS - keep it simple stupid

YAGNI - You Ain't Gonna Need It

SoC - separation of concerns

CQS - command query separation

Law of Demeter

Principle of Least Astonishment

Information Hiding and Encapsulation

API Development Principles

Contradiction between SOLID and YAGNI

Contradiction between OCP and YAGNI

What is Architecture and Design

Teaching Approach

No fluff, no ranting, no beating the air. I respect your time. The course material is succinct, yet comprehensive. All important concepts are covered. Particularly important topics are covered in-depth.

Take this course, and you will be satisfied!

Keywords related to the course:

Software Architecture

SOLID Principles Tutorial C#

SOLID Tutorial C#

Software Design

SOLID Principles

SRP, OCP, LSP, ISP, DIP

Who this course is for:

Juniors with a solid C# background
Middle developers who want learn or enhance their knowledge about SOLID principles and Architecture
Seniors who want to have a good reminder of what they already know

Software Architecture Meta and SOLID Principles in C# 1905132041080116


Download link:
Citación :
uploadgig_com:
https://uploadgig.com/file/download/69d0d6c88eFBA54d/af8l0.Software.Architecture.Meta.and.SOLID.Principles.in.C.part1.rar
https://uploadgig.com/file/download/d3625Eeedfd29a5A/af8l0.Software.Architecture.Meta.and.SOLID.Principles.in.C.part2.rar

rapidgator_net:
https://rapidgator.net/file/ed0ae2ff283f7d7194d080cd8b20403e/af8l0.Software.Architecture.Meta.and.SOLID.Principles.in.C.part1.rar.html
https://rapidgator.net/file/4e353f48362037c5578d796dd5906d27/af8l0.Software.Architecture.Meta.and.SOLID.Principles.in.C.part2.rar.html

nitroflare_com:
http://nitroflare.com/view/23E91072BB765BA/af8l0.Software.Architecture.Meta.and.SOLID.Principles.in.C.part1.rar
http://nitroflare.com/view/94D70AF4546D3A7/af8l0.Software.Architecture.Meta.and.SOLID.Principles.in.C.part2.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Software Architecture Meta and SOLID Principles in C#

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-