Browse by Tags

All Tags » .NET 3.5 (RSS)

Jamcast Official Beta by Freakyuno

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...

HDC Omaha 2008 - Code and Slides by Freakyuno

This is the application I demonstrated during my WPF Line of Business presentation, as well as my slide deck. Demonstrated: WPF Commanding Provider based Data Source Handling Validation Collections and Binding (ObservableCollection<T>) LINQ to XML
Filed under: , , , ,

{ T }rite - Source Code Release by Freakyuno

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. :) The goal of this project was really to push through the app and get a working model...

{ T } rite - twitter toys by Freakyuno

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: It uses a coverflow system for the people you're following, and a very up2date look for the tweets of the people on...
Filed under: , , ,

Solving LINQ's N-Tier Issues by Freakyuno

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...
Filed under: ,

AuctionSite Starter-kit Update by Freakyuno

I've done an update to the starterkit today, and figured it might be a good idea to get some screenshots in front of people, as well as a demo site up - so I've done both. :) The demo site is available at http://ask.proessent.com/default.aspx Feel free...

AuctionSite Starterkit Alpha Release by Freakyuno

Just a quick plug to the community. I've gotten to the Alpha release of my AuctionSite Starterkit and have published a release on Codeplex http://www.codeplex.com/auctionsk It's designed and produced in .net 3.5 utilizing some cool features like LINQ...

Converting Sql.LINQ.Binary to Byte() by Freakyuno

Just a real short entry today. I had some trouble with this one - took me a little bit to figure out so I figured I would post a quick note about it. Mostly to remind myself how I did it next time I need to. I'm working in a starterkit that I'm designing...
Filed under: ,

DLINQ + Solving the Many to Many problem by Freakyuno

A while back, Scott Guthrie posted in the comments, that LINQ didn't support, or had trouble with Many to Many relationships. I'm not sure if the code-base has changed, or I haven't considered a full scope, but I've managed to get it to work, and it's...
More Posts