Thursday, March 18, 2010

Great C# targeted tutorials

This post is a place holder for more tutorials as I read them. Most of these search results return many versions and I will link to the one I found most complete.

Singeton Pattern : http://www.yoda.arachsys.com/csharp/singleton.html
WPF Window in a new thread : http://www.c-sharpcorner.com/UploadFile/suchit_84/MULTITHREADEDWPFWINDOW05232009013940AM/MULTITHREADEDWPFWINDOW.aspx

Saturday, March 6, 2010

Expression Blend 3 Active Document View Stuck at XAML

Expression Blend 3 will not show the "Design View" and the "Split View" for xaml documents contained in project types other than "Windows Application" (Visual Studio -> Properties -> Application -> Output Type)

What I like to do is set the application type to console application and write some debug output to the console for testing. This made Expression Blend 3 Design View stop working so I figured it out from there :)

Enjoy!
PS: I love SQLite! Awesome Awesome c# project : http://sqlite.phxsoftware.com/

Thursday, March 4, 2010

About SQLLite

Even though right now I am using MySQL ... I have to say ... I LOVE SQLITE.

The ADO.NET entity framework + VS.NET integration is by far the BEST I have seen in third party applications (amongst MySQL , Firebird , SQLite)

Great job team :
http://sqlite.phxsoftware.com/

And the performance is SQLite is pretty darn good. I am reconsidering moving back.