wirawanwinarto

Stories kicked by wirawanwinarto

9 little new things in Expression Blend 3(geekswithblogs.net)

submitted by sorskootsorskoot(195) 2 years, 10 months ago

Last Friday Microsoft released a whole bunch of new tools and frameworks, Silverlight 3, Blend 3 and many more. Here's a list of a few of my favorite new features in the new Expression Blend 3 release. read more...

add a comment |category: |Views: 8

tags: another

LINQ is not LINQ To SQL(codethinked.com)

submitted by simonechsimonech(10.1k) 2 years, 10 months ago

Justin writes about a frequent misconception about LINQ: LINQ is not just LINQ to SQL, but it's a general purpose query language read more...

add a comment |category: |Views: 348

tags: another

Learning the Mediator Pattern(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 10 months ago

Taking a look at how we can use the Mediator Pattern in our application. .The Mediator pattern allows us to create a loosely coupled system by creating a set of objects which encapsulates the way that sets of objects interact with each other. By removing this behavior from the individual objects you reduce their responsibility and reduce coupling read more...

add a comment |category: |Views: 452

tags: another

What is Unit Testing?(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 10 months ago

good introductory article explaining what unit tests are (and are not) and why you should use them read more...

add a comment |category: |Views: 344

tags: another