Crad

Stories submitted by Crad

Again about differences about Binary versus Xml Serialization(nablasoft.com)

submitted by CradCrad(170) 3 years, 6 months ago

In this post Alk explain why XmlSerialization should not be used for objects storage purposes. read more...

add a comment |category: |Views: 15

tags: another

Domain Model & Aggregates: when do master-detail associations happen?(codemetropolis.com)

submitted by CradCrad(170) 3 years, 10 months ago

In this post I point out on the complexity of handling master-detail association in a domain model, giving some advices on why and when they are useful or not. read more...

add a comment |category: |Views: 15

tags: another

Unleash the power of VisualStateManager with custom states(codemetropolis.com)

submitted by CradCrad(170) 3 years, 10 months ago

VisualStateManager is a powerful feature of Silverlight 2 Beta 2, thanks to Blend animation support. In this article I show how you can define your own custom states to leverage VSM for almost any particular needs. read more...

add a comment |category: |Views: 30

tags: another

TransactionScope timeout(codemetropolis.com)

submitted by CradCrad(170) 3 years, 11 months ago

Setting a timeout for long running tasks with transaction scope is not so straightforward as it seemed to be. Let's see why! read more...

add a comment |category: |Views: 665

tags: another

Silverlight 2 Beta 2 Documentation Available(codemetropolis.com)

submitted by CradCrad(170) 3 years, 11 months ago

Still waiting for Silverlight 2 Beta 2, but the reference guide is available at least. read more...

1 comment |category: |Views: 9

tags: another

Linq To Sql in real word Web applications(codemetropolis.com)

submitted by CradCrad(170) 4 years ago

This post presents an implementation of a DataContext per Conversation pattern in ASP.NET and Linq To Sql. read more...

add a comment |category: |Views: 428

tags: another

Create a WPF skinnable ImageUploader control(codemetropolis.com)

submitted by CradCrad(170) 4 years ago

Sample ImageUploader custom control in WPF read more...

add a comment |category: |Views: 15

tags: another