Skip to content

wagnerhsu/packt-Design-Patterns-using-C-and-.NET-Core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns Using C# and .NET Core [Video]

This is the code repository for Design Patterns Using C# and .NET Core [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Design patterns are reusable solutions to common programming problems. They speed up the development process by providing tested, proven development paradigms. This course starts at the nuts-and-bolts level and shows you everything through to advanced patterns and features, going in-depth to give you the knowledge you need.

You will begin this course with an introduction to SOLID principles, which will introduce you to clean-code concepts and will elevate your skills. With this knowledge in your toolbox, you will be ready to move on to studying creational design patterns, patterns related to the creation of objects, such as Singleton, Factory, and Dependency Injection. You will then acquire more in-depth knowledge of one specific creational pattern, the Dependency Inversion pattern, which will teach you how to write highly extensible, maintainable, and testable code. Moving on, you will get your hands dirty with structural design patterns and you will complete this course by learning the last group of patterns: behavioral design patterns.

By the end of this course you will be very confident in implementing a new feature in C# and .NET Core because, every time you have a problem, the correct design pattern will spontaneously come to mind.

What You Will Learn

  • Write better code by exploring SOLID principles
  • Group design patterns
  • Maintain and expand your code with Dependency Inversion in modern C# applications
  • Get familiar with the Singleton design Pattern to work with single instances
  • Use Singleton along with an IoC container
  • Explore the concepts of loose coupling
  • Look for value changes using the Observer pattern
  • Implement interchangeable algorithms with the Strategy pattern
  • Go from inheritance to composition

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
This course is for C#, .Net professionals and students alike who would like to gain profound insights into design patterns via code walkthroughs and fast-paced knowledge acquisition through listening and watching. This course is also suitable for Java developers as C# and Java are very much alike, and the course focuses more on core principles and patterns rather than language specifics. In this case, a quick review of C# features is recommended before starting the course.

Technical Requirements

This course has the following software requirements:
Minimum Hardware Requirements

For successful completion of this course, students will require the computer systems with at least the following:

OS: Windows 7 SP1 32/64 bit Processor: 1.8 GHz processor or equivalent Memory: 2 GB RAM Storage: 50 GB available space

Recommended Hardware Requirements

For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration: ·

OS: Windows 10 64-bit Processor: Processor with two or more cores
Memory: 4 GB RAM·
Storage: 50 GB available space
1366 x 768 screen resolution or higher

Software Requirements·

OS: Windows 7 or Windows 10·
Browser: Google Chrome, Latest Version Code editor: Visual Studio 2017 Community Edition or higher / Visual Studio for Mac (if running on OSX) / Visual Studio Code if running on a Linux-based OS

Related Products

About

Design Patterns using C# and .NET Core [Video], published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.2%
  • HTML 3.4%
  • JavaScript 1.2%
  • CSS 0.2%