BradVin's .Net Blog

Code, snippets, controls, utils, etc. Basically all things .net

Browse by Tags

All Tags » .NET 3.5 » C# (RSS)
LINQ Cheat Sheet
A while ago when I was learning LINQ I searched the web for a 'cheat sheet'. I needed a single document that covered most of the common scenarios w.r.t LINQ so that I would not need to google every time I was writing LINQ queries. I found one very good...

Posted by bradvin | 20 comment(s)

Filed under: , ,

Helper Class : QueryString Builder (chainable)
If you are a web developer you would definately have worked with the querystring. Most of the time you are just getting values from the querystring or adding querystring values to url's, but in some cases the querystring can really become a hassle to...

Posted by bradvin | 7 comment(s)

Filed under: , ,

UberUtils - Part 5 : Configuration
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections **** Please note that this code is using .NET 3.5 **** Now onto the post - everyone I'm sure has used...

Posted by bradvin | 3 comment(s)

Filed under: , ,

UberUtils - Part 4 : Collections
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections I figured it was about time I did another post in the UberUtils series seeing that I haven't written a...

Posted by bradvin | 7 comment(s)

Filed under: , , ,

Creating Extension Methods and Testing Them in VS2008
I wrote a beginners article on how to create your own extension methods in .NET 3.5 and then how to go about testing them using new built-in features in VS2008. Please go read the article at the Code Project : http://www.codeproject.com/useritems/ExtensionUnitTests...

Posted by bradvin | with no comments

Filed under: , , ,

ÜberUtils - Part 2 : Cryptography (continued)
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections I am now going to finish off the cryptography part of my ÜberUtils project. If you don't know about it...

Posted by bradvin | 2 comment(s)

Filed under: , , ,

ÜberUtils - Part 1 : Cryptography
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections If you read my previous post , you would know that it is my time to give back to the community. So where...

Posted by bradvin | 7 comment(s)

Filed under: , , ,

More Posts