mattcasto

Stories kicked by mattcasto

Unity - Dependency Injection and Inversion of Control Container(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 8 months ago

Dependency injection is a programming technique to reduce component coupling. Dependency injection is also commonly known as “inversion of control” or IoC or sometimes as The Hollywood Principle - "Don’t call us, we’ll call you”. The goal of dependency injection is to separate the concerns of how a dependency is obtained from the core concerns of a boundary. This improves reusability by enabling components to be supplied with dependencies which may vary depending on context. read more...

add a comment |category: |Views: 368

tags: another

Silverlight 2 Visibility Bug With The Canvas(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 11 months ago

A solution to the Visibility bug with the Canvas in Silverlight 2. read more...

add a comment |category: |Views: 95

tags: another

The Developer Exchange Program(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 1 month ago

How much better a developer would you be if you could regularly observe another Agile team in action... in person. read more...

2 comments |category: |Views: 7

tags: another

Silverlight 2 Navigating Between Xaml Pages(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

One of the problems I've run across while playing around with the Beta is the lack of support for any easy way to navigate around you application by moving between Xaml pages. Here is a nice little solution. read more...

add a comment |category: |Views: 351

tags: another

Can't think of a good class name?(classnamer.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

Try this read more...

11 comments |category: |Views: 121

tags: another

There's some darkness in your silver light.(devlicio.us)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rob voices his complaints about Silverlight 2.0 from the perspective of a developer of WPF and Flash applications. read more...

add a comment |category: |Views: 3

tags: another

Linq joining to in-memory collections is bad(melgrubb.spaces.live.com)

submitted by mattcastomattcasto(110) 4 years, 2 months ago

Mel Grubb found a situation where a simple LINQ join lead to an OutOfMemoryException. read more...

add a comment |category: |Views: 10

tags: another

Silverlight 2.0 + OOXML = TextGlow(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 2 months ago

A Word 2007 document viewer built with Silverlight. An example of what is possible using the power of Silverlight 2.0. read more...

add a comment |category: |Views: 95

tags: another

LINQ to SQL In Disconnected/N-Tier scenarios: Saving an Object(jonkruger.com)

submitted by david_hollanddavid_holland(605) 4 years, 3 months ago

LINQ to SQL is a great tool, but when you’re using it in an n-tier scenario, there are several problems that you have to solve. A simple example is a web service that allows you to retrieve a record of data and save a record of data when the object that you are loading/saving had child lists of objects. read more...

add a comment |category: |Views: 96

tags: another

TextBox MaxLength From LINQ Meta Data(blog.binaryocean.com)

submitted by nemobynemoby(80) 4 years, 3 months ago

Set the MaxLength property using LINQ Meta Data. read more...

add a comment |category: |Views: 53

tags: another

Scott Gu: Silverlight 2 Tutorial Part 6(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Using User Controls to Implement Master/Detail Scenarios. read more...

2 comments |category: |Views: 91

tags: another

Scott Gu SilverLight 2 Tutorial Part 5(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Using the ListBox and DataBinding to Display List Data. read more...

1 comment |category: |Views: 164

tags: another

First Look At Silverlight 2 (weblogs.asp.net)

submitted by rsrobbinsrsrobbins(490) 4 years, 3 months ago

Scott Gu annouces Silverlight 2 and describes a sample application that should be of interest to anyone developing web applications to consume data from public APIs. read more...

2 comments |category: |Views: 22

tags: another

Using CROSS JOIN to generate test data(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 3 months ago

In this blog, Joe demonstrates the power of the CROSS JOIN and how it can be harnessed to create lots of test data very quickly. read more...

add a comment |category: |Views: 39

tags: another

Custom Controls Design Time Support Part 13: Adding Snaplines(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to add custom Snaplines for your custom windows controls. Includes a sample and source code. read more...

add a comment |category: |Views: 42

tags: another