-
i was reviewing a piece of code of a colleague, and i came across a very familiar pattern of code. basically he had a list of employees where he wanted to "loop" over and exclude any employees with age over 30. so his first attempt was the most common one: he used a foreach loop to remove all...
-
Introduction Strictly speaking, implementing transactions in WCF is easy: you use attributes to control the service and operations behaviors and you are done! If that is the case, then why is the scrolling bar so tiny? Well that is because just about like everything else in programming; you need to understand...
-
Solution.zip Who is this Article For? This article is aimed at developers who work with messaging across distributed systems. It assumes familiarity with the following: WCF Messaging concepts MSMQ Introduction Message Exchange Patterns (MEPs) are well known for seasoned developers. In a nutshell, messaging...
-
Who is this article for? Mainly this article is for two set of readers: first are those who are new to Microsoft Business Rule Engine and are looking for a direct hands-on approach rather than going though the theory and architecture behind BRE (links for that at the Additional Resources section). Second...