Contents tagged with .NET 3.5
-
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 one : http://aspnetresources.com/blog/linq_sqo__cheat_sheet.aspx . But I wanted more (as usual) so I created my own. I was also new to lambda expressions and I wanted to learn the differences between syntax in a LINQ query written in 'query syntax' and 'lambda syntax' so I also included that as part of my cheat sheet. Every query is given in both syntaxes. Here is a screenshot:
-
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 work with. A simple example of this can be seen in the following scenario :
-
UberUtils - Part 5 : Configuration
ÜberUtils Series posts so far :
-
UberUtils - Part 4 : Collections
ÜberUtils Series posts so far :
-
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.asp.
-
ÜberUtils - Part 3 : Strings
ÜberUtils Series posts so far :
-
ÜberUtils - Part 2 : Cryptography (continued)
ÜberUtils Series posts so far :
-
.NET framework source to be released
Well if you havent heard the good news already, then go read about it here at ScuttGu's Blog : Releasing the Source Code for the .NET Framework Libraries . As the name of the article implies, Microsoft is planning to release a standalone install that contains the .NET Framework source libraries. It will also include integrated debugging support within VS2008.
-
ÜberUtils - Part 1 : Cryptography
ÜberUtils Series posts so far :