hexid_dot_net

Stories kicked by hexid_dot_net

C# Design Patterns - The Decorator Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 5 months ago

Probably the most common of these patterns that I used was the Decorator Pattern. I find that I use this pattern frequently when reworking older code that I have written when I want to guarantee that my new code won’t break any existing functionality. read more...

add a comment |category: |Views: 57

tags: another

IServiceLocator a step toward IoC container / Service locator detente(codebetter.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 7 months ago

Today we launched an exciting project on CodePlex, namely the Common Service Locator library. What is it? It's a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies. read more...

1 comment |category: |Views: 227

tags: another

Upgrade your C# Skills to 3.5 (Part 3: Lambda Expressions)(developingfor.net)

submitted by hexid_dot_nethexid_dot_net(25) 3 years, 7 months ago

Great overview of the new Lambda additions to the .NET framework. Be sure to check out the rest of this series as well. read more...

add a comment |category: |Views: 19

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

Extension Methods + Attributes = A Whole New World!(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 10 months ago

A post about combining attributes and extension methods in order to extend current code. read more...

1 comment |category: |Views: 567

tags: another