Contents tagged with .NET 3.5
-
Jamcast Official Beta
A good friend of mine recently revealed to me that he's released a beta to the public of a neat piece of software. Jamcast allows the user to stream their digital audio across their network to devices with built in support like Playstation 3, XBox 360. I can't do the description justice, so swing over to his site and read about it. Sounds like wicked code. Even better is, it's entirely built with a .NET foundation!
-
HDC Omaha 2008 - Code and Slides
This is the application I demonstrated during my WPF Line of Business presentation, as well as my slide deck.
-
{ T }rite - Source Code Release
I've had a few ask for the source control to this project, and amidst my objections, I tried to come up with a good reason not to release it and couldn't find one. :)
-
{ T } rite - twitter toys
Just a quick post tonight. I'm working on a little app (mainly for practice), that some have requested a screenshot of, so here it is:
-
Solving LINQ's N-Tier Issues
Ok, so maybe solving is somewhat of a misnomer, but we certainly can combat them with strength and conviction. A little background on the subject first; LINQ has proven to be somewhat of a booger when attempting to work with it in a streamlined development environment when incorporating any sort of N-Tier pattern.