BradVin's .Net Blog

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

Browse by Tags

All Tags » .NET (RSS)
Squashing the asp.net MVC response - part 1
The goal of this post : reduce the total size of a simple asp.net MVC page response. Our measuring tools : Firefox running Firebug and the YSlow plugin Source Code : Download here Lets use a really simple and common scenario as the example. The steps...

Posted by bradvin | 8 comment(s)

Filed under: , , , ,

(Better) JQuery IntelliSense in VS2008
UPDATE : James Hart has an excellent post about jQuery 1.3 intellisense - you must check it out ! I know, I know, this has been done before. The reason I'm writing this post, however, is to improve on what I have found on the web. For anyone wondering...

Posted by bradvin | 31 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 3 : Strings
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections So every developer has (or should have) a utilities class for strings. It seems the built-in string class...

Posted by bradvin | 25 comment(s)

Filed under: , , ,

Hello Silverlight - Start Your Silverlight Journey Today!
I think today is the start for great things to come. And why? Because I had my first article published today, thats why! You can find it over at Dotnetslackers : http://dotnetslackers.com /articles/silverlight/HelloSilv erlightStartYourSilverlightJour...

Posted by bradvin | 2 comment(s)

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: , , ,

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

Posted by bradvin | with no comments

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