En esta presentación online de MSDN (20/mayo/08) que realizamos con José Marcenaro , destacamos algunos de los aspectos de la nueva plataforma de hosting en Windows Server 2008 y Windows Vista, enfocados desde la óptica de los desarrolladores. Puede descargar aquí la presentación (.PPTX) y el ejemplo...
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...
Adjunto encontrarán los materiales de la Conferencia OnLine MSDN: Desarrollando aplicaciones bajo la plataforma Internet Information Server 7.0 , que brindé con el amigo Miguel Angel Saez . En algunos días podrán verla a demanda aquí . Espero haya sido de ayuda. Descargar Materiales
La información de este post está basada en el uso empírico del siguiente artículo “ Las excepciones no controladas hacen aplicaciones que se las cierran inesperadamente en el .NET Framework, 2,0, basadas en ASP.NET ”. Cuando nos enfrentamos a caídas del worker process en Internet Information Server,...
Conferencia Online MSDN: Desarrollando aplicaciones bajo la plataforma Internet Information Services 7.0 (nivel 200). Duración: 45 Minutos Fecha de Inicio: martes, 26 de febrero de 2008 11:00 a.m. Atlántico Central Información general del Evento La última versión de Internet Information Services disponible...
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...
For those who can't (or don't want to) deploy .NET Framework 3.5, the service packs included for the 2.0 and 3.0 versions of the framework are available as standalone downloads. Microsoft .NET Framework 2.0 Service Pack 1 (x86) Microsoft .NET Framework 2.0 Service Pack 1 (x64) Microsoft .NET...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
11-22-2007
Filed under: .NET, WinForms, ASP.NET, SoftDev, C#, Microsoft, MSDN, MVP, VisualStudio, WCF, WPF, WF, WindowsClient
Visual Studio 2008 and .NET Framework 3.5 has finally shipped. MSDN subscribers can download the final version of Visual Studio 2008 from MSDN Subscription Downloads , but anyone can get a trial version or an Express Edition . The .NET Framework 3.5 contains many new features building incrementally upon...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
11-21-2007
Filed under: .NET, WinForms, ASP.NET, SoftDev, C#, Microsoft, MSDN, SQLServer, XML, VisualStudio, WCF, WPF, WF, WindowsClient, LINQ
Continuing the improvement of the CustomTextMessageEncoder (see this and this ), this time I'll use the XmlDictionaryWriter instead of the XmlTextWriter whenever the character encoding is utf-8 , utf-16 or Unicode . To achieve this, all that's needed is to look into the character set part of...