Browse by Tags

All Tags » .NET » Microsoft » LINQ (RSS)

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