Git Product home page Git Product logo

.net-design-patterns's Introduction

#.NET Design Patterns This is the code repository for .NET Design Patterns, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Knowing about design patterns enables developers to improve their code base, promoting core reuse and making their architecture more robust.

This book focuses on the practical aspects of coding in .NET. You will learn about the most widely used and important design patterns (in action), which will ensure you do not sacrifice their functionality. We start with classic object-oriented programming (OOP) techniques, enhance implementations by mixing OOP and Functional Programming, and finally to the Reactive Programming model where Functional Programming and OOP are used in synergy to write better code.

Towards the end of this book, we’ll show you how to deal with Architecture/Design techniques, GOF patterns, some patterns from other Catalogs, Functional Programming, and Reactive Programming techniques.

After reading this book, you will be able to implement important design patterns for your programs, create major patterns viz. factory pattern, builder pattern, prototype patterns, adapter pattern, façade pattern, decorator pattern, etc. You will also be able to write fluid functional codes in DotNET that would leverage concurrency and parallelism!

##Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

class Employee
{
  public String name {get;set;}
  public int age {get;set;}
  public double salary { get; set; }
}

The reader is supposed to have worked with at least a project with the .NET platform using C# as the primary programming language. A good understanding of basic object oriented programming will help you navigate the territory faster. From a software perspective, a laptop, desktop or a virtual machine with Visual Studio 2012 (or above) to test and play around with the source code

##Related Products

###Suggestions and Feedback Click here if you have any feedback or suggestions.

.net-design-patterns's People

Contributors

abhishek1373 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.