woensdag 3 december 2008

My version of Jason Dollinger's demonstration code

I saw this post. It refers to a video where Jason Dollinger creates a small program with the help of a pattern called model-view-viewmodel (m-v-vm). Some people wrote in the comments to this post that they wanted the source code of the program that was created in this video. I thought it would be nice to recreate the program as a way of learning about this pattern. After I wrote it I thought it would be nice to share it with you. I haven't implemented the unity framework yet. But I already have used the MEF library in other programs. So I probably will write an update of this program in the future where the MEF framework is used. Because I wrote the program in Visual Studio Express no unit testing is included. You can download the file here. If you have any comments or suggestions please let me know! Shout it kick it on DotNetKicks.com

10 opmerkingen:

Unknown zei

For some reason, your code can not be downloaded ...

Unknown zei

I figured it out. I was behind a proxy server and it was not allowing me to download it. When I tried from home, it worked just fine.

DoomGoober zei

Thank you very much for posting this! It's much easier to follow along in Visual Studio rather than Windows Media Player.

Robert zei

You're Welcome!

Mike zei

Robert, I'm getting the 404 trying to download the sample.

Robert zei

I'm sorry. I removed the file by accident. It should work again.

karlbecker_com zei

Do you have a copy of Jason Dollinger's video? It seems to have been removed from the Lab49 website.

Thanks!

Robert zei

I have never downloaded the video and when I search for it on the internet I can't find the file either. So I'm sorry I can't help you.

David Dudley zei

It's here... http://blog.lab49.com/archives/2650

Madhu zei

Good work. Thanks.