Skip to content

technicalbundle/bridgedesignpattern

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Bridge Design Pattern in C# Implementation

Let us build a .NET Core C# console application to implement the Bridge Design Pattern using a very simple requirement. The requirement of the application is defined as follows:

Requirement Description

A client processes employee salary details and want to save the processed data to an XML or a JSON file. The saving of data to a specific file format will be decided during the runtime and the client can introduce other formats in the near future. The salary processing remains the same and won’t change, but the file format can vary.

Application Output

The details about Bridge Design Pattern and the application can be found at the following link: https://executecommands.com/bridge-design-pattern-in-csharp-simple-example/

About

A .NET Core C# console application to implement the Bridge Design Pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages