Browse by Tags

All Tags » Microsoft » LINQ (RSS)

Silverlight 4 Scrollviewer & Keeping items in view by Freakyuno

Just a short note today – mostly so I can look up later what I’ve done to get this working, but also to share the knowledge!    The Problem: When using Silverlight 4 and a Scrollviewer (not sure if WPF has the same issue, but the fix should...

Custom Explicit and Implicit Operators in C# by Freakyuno

I recently had a friend ask me about my use of implicit operators.  I’ve been using them for a while now, but don’t think they’ve gained much traction for some reason, as I rarely come across code where they’ve been implemented. Using implicit or...

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

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