On Monday, we released Visual Studio 2010 and .NET Framework 4 Beta 2 to the web! Aside from all the great new features and awesome UI, one thing I love in particular is the new branding, which you can see in the logos below. These
Read More...
I recently had a need to access the Profile object from a web service which I was calling from a JavaScript method using ASP.NET AJAX. Looking around on the web people said it couldn't be done. Well never one to take no for an answer, I managed to play
Read More...
A nice article posted by Jeff on using predicates to search generic lists. This can also be applied to other methods, such as Exists and TrueForAll etc. If your experience is anything like mine, you probably have been using generics like crazy since .NET
Read More...