![]() |
Sign Up! | Tags | Domains | Searches | Options | Advanced Search |
microsoft.co.il » Gil Fink's Blog - Jun 23, 2008
In the post I reveal the command design pattern and I show how to implement it in C#....(read more)
Also tagged: architecture, net framework, c, dev
msdn.com » The Hogg Blog - Jun 20, 2008
Over the last 12 months we have had a lot of people who used the Web Service Security - Scenarios, Patterns and Implementation Guidance ask us where the implementation guidance for WCF was. Great news. JD and the rest …
Also tagged: security, c, web service security
microsoft.co.il » Gil Fink's Blog - Jun 11, 2008
In the post I reveal the template method design pattern and show examples of how to use it in C#....(read more)
Also tagged: architecture, c, dev
ittoolbox.com » Comments on All ITtoolbox Blogs - Jun 8, 2008
I looked briefly through referred article and got surprised: are there any patterns that may be qualified as a BPM Pattern? I have not found anything I did not meet before in different places under different names …
Also tagged: soa, bpm, business integration technology, bpm patterns
microsoft.co.il » Gil Fink's Blog - Jun 7, 2008
In this post I explain the iterator design pattern and how to implement it in C#....(read more)
Also tagged: architecture, c, dev
ittoolbox.com » Comments on All ITtoolbox Blogs - Jun 7, 2008
A BPM pattern article (pdf) http://www.businessprocesstrends.com/publicationfiles/05-06-WP-BPMProcessPatterns-Atwood1.pdf !***! Click here to go to this entry !***!
Also tagged: soa, bpm, business integration technology
![]() |
Managed Services Engine - June 2008 CTPmicrosoft.co.il » Adlai Maschiach - Jun 1, 2008 Managed Services Engine - June 2008 CTP The Managed Services Engine is a solution that supports service virtualization through a meta data-driven service repository using .NET and Microsoft SQL Server. Overview The … Also tagged: architecture, net general, wcf, biztalk, codeplex, soa, biztalk 2006 r2, biztalk performance, soa governance |
codebetter.com » CodeBetter.Com - Stuff you need to Code Better! - May 29, 2008
My latest article entitled The Open Closed Principle is available in the June 2008 edition of MSDN Magazine. I tried to present both the motivation for following the OCP and some design strategies (besides the obvious …
Also tagged: maintainability
![]() |
Strategy Patternmicrosoft.co.il » Gil Fink's Blog - May 23, 2008 Today I present the strategy pattern. You can read my previous posts about design patterns here: Structural patterns Decorator pattern Proxy pattern Facade pattern Adapter pattern Composite pattern Bridge pattern … Also tagged: architecture, c, dev |
microsoft.co.il » Gil Fink's Blog - May 22, 2008
Today's discussion is the last group type in the design patterns' world - the behavioral patterns. You can read my previous posts about design patterns here: Structural patterns Decorator pattern Proxy pattern Facade …
Also tagged: architecture, c, dev