Browse by Tags

.NET 3.5 and VS SP beta1 goodies
Mon, May 12 2008 20:58
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager is able to combine scripts so there's really no need for using the ToolkitScriptManager for that... Read More...
by luisabreu | 1 comment(s)
Filed under: , , , , , ,
Going crazy while trying to open the config files of IIS
Sat, Oct 13 2007 21:51
Currently, I use VS 2008 to write all the code and Notepad2 to read txt files. I do also use Notepad2 when I just need to take a quick look at some file. It's been a long time since I have used Notepad. In fact, I've already forgotten about it until today :) Let me explain this better... While trying to study the new IIS 7, I decided to take a quick look... Read More...
by luisabreu | with no comments
Filed under: ,
Open Source projects in .NET
Fri, Mar 30 2007 7:36
An open letter from D. Starr to Scott G. resulted in a cool discussion about open source projects in the .NET platform. If you have the time, then go read it! [I know this is old, but I'm on vacations:) ] Read More...
by luisabreu | with no comments
Filed under: , ,
Quick tip: using Fiddler to catch the traffic in IE7
Wed, Jan 31 2007 15:09
Some time ago, Rama gave us (users of the AJAX forums) a good tip: Using http://localhost . :12 ... or http://localhost . / .... forces IE to use Fiddler to make the request! The problem is that IE7 is smart (in fact, maybe I should say that in this case, it's behavior is really annoying) and even if you configure it to go through a proxy, it will always make... Read More...