Friday, April 27, 2007

WPF and Blend video FREE from lynda.com

I have been working with blend most every day now and there are still tons of little tricks to learn. The problem with blend is there is not enough documentation on how to use it efficiently.

C# Enumeration Cheat Sheet

Thank goodness for cheat sheets, I would of never made it out of some classes in collage with out them. They seem to also help at work : )

Thursday, April 26, 2007

Wire City.

An Aside on the Slot Machine

Nice read on the simple combinatorics of a 3 reel single line slot machines.

DotNetNuke - A Free and Open Source Framework!!!

At last, a reason for me to run a Microsoft server for web applications. I might start on this very soon!

Fun with Attribute Based Programming – Extending Enumerations

Amazing article on using attributes in C#. Attributes can simplify some parts of generic programming tasks such as expanding enumerations like in the article above. The code for the article can be found here.

State-Driven Game Agent Design

A very good article on state machines, the code is in C++ but you can find a similar version for C# at Codecube.net.

Wednesday, April 25, 2007

Video Lectures From World's Leading And Prominent Scientists.

This link is a nice find so far, I have not watched any of the videos because I have been really busy.

Tuesday, April 24, 2007

Haha, They put a warning on the back of pirating the product....

Its too funny, the movie studios really need to watch there networks and products.. There never going to be able to secure there products anymore.... They just do not understand technology.

This is a insane story.

Insane Story of a man who cut his own penis off!!!! What a nut.

Monday, April 23, 2007

Anti-Patterns

http://en.wikipedia.org/wiki/Anti-pattern
One of my favorite ones is "Smoke and mirrors: Demonstrating how unimplemented functions will appear"