Pro MSMQ: Microsoft Message Queue Programming

This book explores MSMQ so that you can initiate robust, asynchronous communication between applications. MSMQ provides three APIs to incorporate message queuing into different applications. These APIs include C from unmanaged C/C++ code; a COM component from VB or C++ code; and the System.Messaging namespace, which integrates MSMQ with managed C# or VB .NET applications.
This is the only book on the market to cover all three APIs. Plus, this book discusses the newest features of MSMQ 3.0 (released with Windows Server 2003), and explains sending and receiving MSMQ messages on a PocketPC device.
June 1, 2004
Reviews:
CodeGuru
Amazon
C#: Desarrollo con Visual Studio 2005


Este libro se dirige a desarrolladores, incluso principiantes, que quieren dominar el lenguaje C# (Visual C#). El lector descubrirá la plataforma de desarrollo Visual Studio 2005, las bases del lenguaje C# (tipos primitivos, instrucciones y palabras clave) así como el desarrollo orientado a objetos. Controlará las novedades de esta versión (generic, iterator, partial class, nullable type, etc), un conjunto significativo de las clases del Framework que permiten la práctica de Threads, XML y del desarrollo de componentes. Al abordar tecnologías como el ADO.NET y los Servicios Web, el autor eligió deliberadamente ilustrar sus observaciones con esta otra vía abierta al desarrollador que representan los Smart Clients, alternativa a los ASP. NET. Esta elección permitirá al lector medir la contribución de las tecnologías ofrecidas por la arquitectura .NET siguiendo al mismo tiempo un planteamiento progresivo en el aprendizaje del lenguaje C#..
Enero, 2008
Windows Vista Business
Practique la instalación, configuración y administración de su Sistema


Este libro está orientado a un público de informáticos o usuarios que ya tienen conocimientos generales sobre el uso de puestos de trabajo con Windows Vista. Los ejercicios le permitirán practicas: la instalación y la configuración del sistema Windows Vista, la creación y la administración de cuentas de usuarios, la administración de conexiones de red, la administración del conjunto del hardware (discos, impresoras, etc.). Igualmente, gracias al uso de diferentes herramientas, podrá probar el buen funcionamiento de Windows Vista.
Marzo, 2008
Using Modal Dialog Boxes in ASP.NET Applications

If you know that your end users are running Windows, it can be very useful to give your web applications a familiar Win32 app behavior. Using modal dialog boxes can in some cases provide your users with an intuitive interface and make site navigation easier. In this article, author Carlos Walzer demonstrates two techniques using Internet Explorer 5.0 and ASP.NET to implement this. The first technique uses the XMLHTTPRequest object included in the Microsoft XML 3.0 parser component, which provides client-side protocol support for communication with HTTP servers. The second technique enables Smart Navigation for your modal web forms. Walzer explores the details of both techniques and compares the advantages and disadvantages of each.
Building a Generic Report Engine Using SQL Server 2000, XML, and XSLT in ASP.NET

Explains how to create a generic aspx page to add reporting capabilities to an ASP.NET site. He demonstrates how this can be done by taking advantage of the set of classes introduced by .NET to manage XML, as well as the SQL Server 2000 XML features. The reporting aspx page created here is the result of combining System.Xml.XmlTextReader, XSLT, streams, and stored procedures that return XML using the FOR XML clause.
Sending Messages Through HTTP with MSMQ 3.0

Explores two important concepts involving Microsoft Message Queue 3.0: Direct Messaging and the support for referencing queues and formatting messages through the HTTP protocol. Throughout the article, Walzer thoroughly introduces and explains these topics while leading you through a development example that will quickly bring you up to speed on the technology.