RBoeke

Stories submitted by RBoeke

Disconnected N-Tier with EF(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 1 month ago

EF does not support easy agile development or a nice disconnected usage of it's objects. This solution (including sample) demonstrates a client that is unaware of EF (yeah, think Silverlight!) and a server that is able to attach a changed graph and save it. read more...

add a comment |category: |Views: 186

tags: another

What Silverlight will not do for you(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 2 months ago

writeup of missing features in Silverlight that might actually hurt us greatly. I think it's important to get this information into the community quickly, so Microsoft might take notice. read more...

add a comment |category: |Views: 5

tags: another

Video's from the oredev conference(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 2 months ago

Wow, fantastic sessions to see. All kinds of topics, including deep dives into silverlight. read more...

add a comment |category: |Views: 5

tags: another

Updating long running state workflows(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 2 months ago

Your versioning and updating options with workflow are very limited. Some might say non-existent (as have I in the past). However, by digging hard with reflection, I managed to create a solution that might do the trick for you and you can use in your projects. read more...

add a comment |category: |Views: 26

tags: another

Solving circular reference serialization with WCF(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 2 months ago

A extremely easy to use alternative to the PreserveObjectReferences option in datacontractSerializer. This way much nicer XML is created. read more...

add a comment |category: |Views: 567

tags: another

Developing a wizard with Workflow and WPF(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 3 months ago

Shows every step taken to build a wizard using Windows Workflow Foundation to guide the user through screens. Based on the MVC principle read more...

add a comment |category: |Views: 1180

tags: another

Postcompile project for EntityFramework IPoco implementation(sitechno.com)

submitted by RBoekeRBoeke(115) 4 years, 3 months ago

Introduces a solution to implement 3 needed interfaces on your business objects to be able to work with Entity Framework, without burdening your Domain Layer. This helps facilitate DDD. read more...

1 comment |category: |Views: 25

tags: another