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: , , , , , ,
WCF+Windows Forms = lots of problems with some services
Tue, Mar 11 2008 0:15
In these last days I've been really busy finishing an application which consists of a Windows Forms app that gets its data from serveral WCF services (which, btw, use basic HTTP binding + SSL). Now, most of the services work really smoothly, but...there are 2 which are really making me go crazy: they are SLOW when run in Windows XP Pro machines! Now, I'm... Read More...
by luisabreu | 2 comment(s)
Filed under: ,