Download Design Patterns Review
Description
I would like to cover the most interesting design patterns in C# with some practical examples maybe.I started this while reading "Applying Domain-Driven Design and Patterns" by Jimmy Nilsson.
Source Files
The download file designpatternsreview.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
DesignPatters.sln/*w w w. j a v a2 s . c o m*/
DesignPatters.vssscc
NullObject/DB.cs
NullObject/Employee.cs
NullObject/EmployeeImpl.cs
NullObject/NullObject.csproj
NullObject/NullObject.csproj.vspscc
NullObject/NullObject.uxf
NullObject/Program.cs
NullObject/Properties/AssemblyInfo.cs
Registry/IService.cs
Registry/Program.cs
Registry/Properties/AssemblyInfo.cs
Registry/Registry.cd
Registry/Registry.csproj
Registry/Registry.csproj.vspscc
Registry/ServiceImplA.cs
Registry/ServiceImplB.cs
Registry/ServiceRegistry.cs
Sales/Canceled.cs
Sales/ChangeStateException.cs
Sales/Granted.cs
Sales/IOrderState.cs
Sales/Invoiced.cs
Sales/NewOrder.cs
Sales/Program.cs
Sales/Properties/AssemblyInfo.cs
Sales/Registered.cs
Sales/Sales.cd
Sales/SalesOrder.cs
Sales/SalesWithState.csproj
Sales/SalesWithState.csproj.vspscc
Sales/Shipped.cs
Sales/sales-order.jpg
Sales/sales-order.uxf
State/ConcreteStateA.cs
State/ConcreteStateB.cs
State/Context.cs
State/IState.cs
State/Program.cs
State/Properties/AssemblyInfo.cs
State/State.cd
State/State.csproj
State/State.csproj.vspscc
TreeRenderingWithVisitor/HtmlRenderer.cs
TreeRenderingWithVisitor/IRenderer.cs
TreeRenderingWithVisitor/ITree.cs
TreeRenderingWithVisitor/Program.cs
TreeRenderingWithVisitor/Properties/AssemblyInfo.cs
TreeRenderingWithVisitor/Tree.cs
TreeRenderingWithVisitor/TreeRenderingWithVisitor.csproj
TreeRenderingWithVisitor/TreeRenderingWithVisitor.csproj.vspscc
TreeRenderingWithVisitor/XmlRenderer.cs
Visitor/ConcreteElement1.cs
Visitor/ConcreteElement2.cs
Visitor/ConcreteElementRoot.cs
Visitor/IElement.cs
Visitor/IVisitor.cs
Visitor/Program.cs
Visitor/Properties/AssemblyInfo.cs
Visitor/Visitor.csproj
Visitor/Visitor.csproj.vspscc
Visitor/Visitor.uxf
Visitor/Visitor1.cs
Visitor/Visitor2.cs
Download
Click the following link to download designpatternsreview.zip.
designpatternsreview.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »