Browse by Tags

12 May 2008
.NET 3.5 and VS SP beta1 goodies
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... Read More...
Filed under: , , , , , ,
16 January 2008
Syndication and WCF
The latest release of .NET has added several interesting new things. One of those is support for Syndication. The System.ServiceModel.Web assembly has several classes that you can use to expose an ATOM or RSS feed. There's already a cool article on how to achieve this which has been published on... Read More...
Filed under: ,