Skip to content

Execute Commands

Software Application Articles

  • Home
  • NET Core
    • ASP.NET Core
    • Blazor
    • dotnet cli
    • WPF
  • Visual Studio
  • AI & ML
  • Design Patterns
  • Tools

Design Patterns

Structural Design Patterns

December 27, 2020December 27, 2020 TauqirDesign Patterns 129 views
design-patterns-oop-csharp

Design Pattern provides a guideline (best practices) to solve a problem that might occur in software development. These Design Pattern solutions were obtained by various trials and test methods used by a huge number of developers over a very long […]

Read more

Bridge Design Pattern in C#

December 27, 2020December 27, 2020 TauqirDesign Patterns 121 views
design-patterns-oop-csharp

This is the seventh post in the Structural Design Patterns series and in this post, we will discuss the Bridge Design Pattern and its implementation using the C# programming language. The Bridge Design Pattern provides a way to decouple an […]

Read more

Decorator Design Pattern in C#

December 23, 2020December 27, 2020 TauqirDesign Patterns 130 views
design-patterns-oop-csharp

This is the sixth post in the Structural Design Patterns series and in this post, we will discuss the Decorator Design Pattern and its implementation using the C# programming language. The Decorator Design Pattern provides a way to add an […]

Read more

Flyweight Design Pattern in C#

December 20, 2020December 27, 2020 TauqirDesign Patterns 153 views
design-patterns-oop-csharp

This is the fifth post in the Structural Design Patterns series and in this post, we will discuss the Flyweight Design Pattern and its implementation using the C# programming language. The Flyweight Design Pattern provides a way to minimize memory […]

Read more

Composite Design Pattern in C#

December 16, 2020December 27, 2020 TauqirDesign Patterns 186 views
design-patterns-oop-csharp

This is the fourth post in the Structural Design Patterns series and in this post, we will discuss the Composite Design Pattern and its implementation using the C# progamming language. The Composite Design Pattern provides us a way to treat […]

Read more

Facade Design Pattern in C#

December 13, 2020December 27, 2020 TauqirDesign Patterns 159 views
design-patterns-oop-csharp

This is the third post in the Structural Design Patterns series and in this post, we will discuss the Facade Design Pattern and its implementation using the C# programming language. The Facade Design Pattern provides a simplified single interface for […]

Read more

Proxy Design Pattern in C#

December 10, 2020December 27, 2020 TauqirDesign Patterns 216 views
design-patterns-oop-csharp

This is the second post in the Structural Design Patterns series and in this blog post, we will discuss the Proxy Design Pattern and its implementation using the C# programming language. The Proxy Design Pattern provides an intermediate or a […]

Read more

Adapter Design Pattern in C#

November 29, 2020December 27, 2020 TauqirDesign Patterns 205 views
design-patterns-oop-csharp

This is the first post in the Structural Design Patterns series and in this blog post, we will discuss the Adapter Design Pattern and its implementation using the C# programming language. The Adapter pattern is also known as the Wrapper […]

Read more

Creational Design Patterns

April 4, 2020November 29, 2020 TauqirDesign Patterns 6987 views
design-patterns-oop-csharp

Design Pattern provides a guideline (best practices) to solve a problem that might occur in software development. These Design Pattern solutions were obtained by various trials and test methods used by a huge number of developers over a very long […]

Read more

Builder Design Pattern in C#

March 25, 2020November 29, 2020 TauqirDesign Patterns 818 views
design-patterns-oop-csharp

This is the fifth post of the Design Pattern series and in this blog post, we will discuss the Builder Design Pattern and its implementation in C# programming language. The Builder Design Pattern is used to create an object and […]

Read more

Prototype Design Pattern in C#

March 24, 2020November 29, 2020 TauqirDesign Patterns 978 views
design-patterns-oop-csharp

This is the fourth post of the Design Pattern series and in this blog post, we will discuss Prototype Design Pattern and its implementation in C# programming language. The Prototype Design Pattern is used to clone an existing object and […]

Read more

Abstract Factory Design Pattern in C#

March 22, 2020November 29, 2020 TauqirDesign Patterns 954 views
design-patterns-oop-csharp

This is the third post of the Design Pattern series and in this blog post, we will discuss “Abstract Factory Design Pattern” and its implementation in C# programming language. The Abstract Factory Pattern is used to instantiate an object and […]

Read more

Factory Method Pattern in C#

March 11, 2020November 29, 2020 TauqirDesign Patterns 848 views
design-patterns-oop-csharp

Design Patterns are one of the most important aspects of software design and architecture. In this blog post, we are going to discuss the “Factory Method Pattern” and see how to implement the same in the C# programming language. The […]

Read more

Singleton Design Pattern in C#

February 27, 2020November 29, 2020 TauqirDesign Patterns 471 views
design-patterns-oop-csharp

Design Patterns are one of the most important aspects of software design and architecture. In this blog post, we are going to discuss the “Singleton Design Pattern” and see how to implement the same in the C# programming language. The […]

Read more

Introduction to Design Patterns

February 26, 2020December 27, 2020 TauqirDesign Patterns 461 views
design-patterns-oop-csharp

A Design Pattern is a solution to a repeatable problem that occurs most commonly in software design. In other words, a Design Pattern provides a guideline (best practices) to solve a problem that might occur in software development. These Design […]

Read more

Recent Posts

  • Top 5 Integrated Development Environments (IDE)
    Top 5 Integrated Development Environments (IDE)
  • Top 7 Web Frameworks to Learn and Focus on in 2021
    Top 7 Web Frameworks to Learn and Focus on in 2021
  • Top 7 Programming Languages to Focus on in 2021
    Top 7 Programming Languages to Focus on in 2021
  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#

Machine Learning

  • Machine Learning Model Generation – Simple Generic Process
    Machine Learning Model Generation – Simple Generic Process
  • Datasets for Machine Learning – Free to use
    Datasets for Machine Learning – Free to use
  • AI vs ML vs DL – The basic differences
    AI vs ML vs DL – The basic differences

NET Core

  • How to publish a Blazor Server Application to IIS
    How to publish a Blazor Server Application to IIS
  • The difference in Blazor Server and WebAssembly Application
    The difference in Blazor Server and WebAssembly Application
  • Exploring Blazor WebAssembly App Project Structure
    Exploring Blazor WebAssembly App Project Structure

Development Environment

  • Important Debugging Shortcuts of Visual Studio 2019
    Important Debugging Shortcuts of Visual Studio 2019
  • Top 7 Visual Studio 2019 extensions for Web Projects
    Top 7 Visual Studio 2019 extensions for Web Projects
  • Top 10 Productivity Tips and Tricks in Visual Studio 2019
    Top 10 Productivity Tips and Tricks in Visual Studio 2019

Design Patterns

  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#
  • Decorator Design Pattern in C#
    Decorator Design Pattern in C#
  • Flyweight Design Pattern in C#
    Flyweight Design Pattern in C#

Categories

  • AI & ML
  • ASP.NET Core
  • Blazor
  • Design Patterns
  • dotnet cli
  • NET Core
  • Tools
  • Visual Studio
  • WPF

Tags

Blazor Application (9) Design Patterns (15) dotnet cli (12) Machine Learning (6) NET Core (29) NET Core Web (14) terminal (6) tools (10) Visual Studio 2019 (14) WPF (4)
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
Powered by WordPress | Theme: Astrid by aThemes.