Welcome to RHPConsulting.NET Sign in | Join | Help

Extending a Virtual Hard Disk - Extendiendo un Disco Virtual

I was playing around with Windows Server 2008, and Team Foundation Server in a Virtual Machine (VirtualPC 2007 SP1) environment when the darndest thing happened, I ran out of disk space in the virtual hard drive.  My first reaction was, "ok let's start from a scratch", but honestly, I just don't have the time to do so.  The project that I am currently working on has deadlines, and I'm a father of two beautiful daughters who deserve my time.  Therefore, I can't be investing much time in this R&D task. 

I decided to hit the Google Machine for information, and I found this link that solved all my problems. One thing that I didn't like about the original blogger's post was that it did not provide detailed step-by-step instructions on how to use both the tool provided by the vmToolKit website or the DiskPart utility.   Having said that, the following is a step by step on how to deal with this issue:

1. - Download the VHDResizer tool from the vmToolKit website. 
2. - Use VHDResizer to create a sector by sector copy of the original VHD while changing the VHD Size.  Important: this will not resize the partition on that drive, it will only give you additional disk space on the VHD so that can be use the Diskpart utility to extend the partition.
3. - Add the new VHD file to you're existing Virtual Machine.  Important: do not remove the existing VHD, what you want to do is add the new VHD drive so you can boot up with you're existing configuration and use the DiskPart utility to expand that drive.  This step is needed because of limitations built in to the DiskPart utility. The Diskpart utility will not extend a system or boot partition.
4. - Boot up the VM and execute the following commands from an command console.  Important: X is the volume number for the drive you want to extend.
        C:\>DiskPart
        DISKPART> LIST VOLUME
        DISKPART> SELECT VOLUME X
        DISKPART> EXTEND
        DISKPART> EXIT
5. - Shutdown you're VM, and change settings so that from now on it boots from the new VHD that has all the available you neede.

Thanks/Regards,
_____________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE


Estaba jugando con Windows Server 2008, y Team Foundation Server en una máquina virtual (VirtualPC 2007 SP1) cuando me sucedió lo  menos esperado, se me acabó el espacio en el disco virtual. Mi primera reacción fue, "vamos a comenzar desde cero", pero sinceramente no tengo el tiempo que se le necesita dedicar. El proyecto en que estoy trabajando actualmente tiene fechas de entrega y, adicionalmente soy el padre de dos hermosas niñas que merecen de mi tiempo. En otras palabras, no puedo dedicarle tanto tiempo a un proyecto de investigación y desarrollo.

Decidí ahorrarme un poco de tiempo usando el fabuloso Google, que me trajo al siguiente vínculo que honestamente resolvió todos mis problemas.  Pero, una cosa que no me gustó de la publicación original es que no provee instrucciones paso a paso de como utilizar las herramientas que nos facilita el vmToolKit y DiskPart. Habiendo establecido esto, la siguiente es una lista de instrucciones que explica paso a paso como solucionar el problema:

1. - Descargue la herramienta VHDResizer del sitio en internet vmToolKit. 
2. - Utilice el VHDResizer para crear una copia sector por sector del disco original, especificando el nuevo tamaño del disco.  Importante: esta operación no cambia el tamaño de la partición, solo le agrega el espacio al disco virtual nuevo para utilizar Diskpart y asignarle el nuevo espacio disponible.
3. - Añadir el nuevo disco virtual a la máquina virtual.  Importante: no remueva el disco original, lo que debe hacer es añadirlo como un nuevo disco para poder encender la maquina virtual y utilizar la herramienta Diskpart para extender el tamaño del disco.  Este paso es necesario por limitaciones existentes en la herramienta, Diskpart no permite extender particiones 'system' or 'boot'.
4. - Encienda la máquina virtual y ejecute los siguientes comandos en una consola del sistema operativo. Importante: X es el número del volumen nuevo que usted quiere extender.
        C:\>DiskPart
        DISKPART> LIST VOLUME
        DISKPART> SELECT VOLUME X
        DISKPART> EXTEND
        DISKPART> EXIT
5. - Apague la máquina virtual, y cambie la configuración para poder correr desde la nueva partición que ahora tiene todo el espacio que usted necesita.

Gracias/Disfruten,
_____________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE

posted by rhernandez | 0 Comments

Silverlight 1.0 (RC) - Surface Demo

Hi Everybody,

One of my favorite demos of Silverlight 1.1 Alpha (Currently Silverlight 2.0) has always been the Surface demo (click here). Having said that it has always been frustrating for me that this demo was only available for the Managed Code version of Silverlight.   So, I took it as a task to make this demo available and downloadable for the Silverlight 1.0 RC crowd.

So, without any delays,

Click here to view and here to download.

Thank you,
_____________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE


Saludos!!!

De las demostraciones de Silverlight 1.1 Alpha (actualmente Silverlight 2.0) que he visto la favorita siempre ha sido el "Silverlight Surface" (click here). Habiendo dicho eso, siempre me ha molestado que esta demostración solo este disponible para codigo manejado.  Obviamente, me decidi a escribir esta demostración para Javascript y Silverlight 1.0 RC.

Entonces, sin más retrasos,

Dele aqui para  visualizar y aqui para descargar.

Gracias,
_____________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE -

posted by rhernandez | 0 Comments
Filed Under: , ,

Silverlight 1.0 (RC) - Scrolling Barchart - Silverlight does have a place in business applications!!!!

Hi Everybody,

One of the more frequent questions regarding Silverlight is:

Does it add any value to traditional business applications?  

My quick reply to this question has always been:

Of course, Silverlight as well as any other fancy user interface/rich content technology can be used to enhance the value of any business aplication by providing a better presentation for critical business information. 

In fact, if you do some research on the web, there are many companies currently building web controls for Silverlight that fall into the business application niche.  Also, some of the recent demos that have been published are all business related, like the Jelly Demo that shows how easy it is to design an animated bar chart, pie chart, and line chart using plain old XAML. 

As I commonly do with the demos that I like, I went ahead and decided to enhance it. Obviously the first order of business was to add functionality to it so that can render live information being gathered from a webservice.  Additionaly, I added functionality so it could scroll, like a stock market index ticker, and provide real time data to the user.

So, without further delays, you can use the following link to download and view the new demo.

Click here to view and here to download.

Thank you,
_____________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success!!!!!"


Saludos a Todos!

Una de las preguntas mas frecuentes sobre Silverlight es:

Es Silverlight una tecnologia que le probee valor a las aplicaciones de negocio?  

Mi respuesta rapida siempre ha sido:

Claro!!! Silverlight, al igual que toda tecnologia de desarrollo de interfaces de usuario ricas, puede ser utilizada para agregarle valor a las aplicaciones de negocio, mediante la implementación de una mejor presentación de la información crítica que las mismas exponen.

Expandiendo sobre el mismo tema, si se fijan hoy en día en el internet, ya existen muchas companias que estan desarrollando controles para aplicaciones de negocio utilizando Silverlight.  Adicionalmente, mucho de los demos que estan siendo presentados son relacionados a aplicaciones de negocio, como el Jelly Demo que nos demuestra que tan sencillo es implementar una grafica animada de barras, pastel y linea utilizando solamente XAML. 

Como ya habran notado en mi blog, a mi me encanta re-estructurar y hacer más ricas las demostraciones que encuentro que pueden ser productivas en las aplicaciones que diseño en el día a día.  En esta caso expandí la funcionalidad actual de la demostracion para poder utilizar información extraida dinamicamente de un servicio web, así como le añadi la funcionalidad de ir presentando la data en tiempo real.

Sin retrasarles mas el tema les doy los siguientes vinculos:

Dele aqui para visualizar ó aquí descargar.

Gracias,
_____________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"La Ejecución es la clave del exito!!!!!"

 

posted by rhernandez | 0 Comments
Filed Under: ,

Webcast - Consumiendo Servicios Web utilizando AJAX ASP.NET 1.0 Extensions

Anexo el código fuente de las demostraciones presentadas durante el webcast - Consumiendo Servicios Web utilizando AJAX ASP.NET 1.0 Extensions.

Para aquellos que no tuvieron la oportunidad de verlo en vivo, presionen aquí.

___________________________________________________________________


Attached is the source code for the demos that I did during the webcast - Using Web Services with AJAX ASP.NET 1.0 Extensions.
____________________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success!!!!!"




posted by rhernandez | 0 Comments
Filed Under: ,
Attachment(s): AJAX.WebServices.Demos.zip

Scott Guthrie's August Links

My humble blog just got listed on Scott Guthrie's Ausgust Links as an interesting Silverlight Resource. Thank you Scott!!!!!

Follow this link.
____________________________________________________________________
Mi humilde blog acaba de ser mencionado por Scott Guthrie's como un link interesante para información de Silverlight.  Gracias mil Scott!!!!

Presione aquí.
____________________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success!!!!!"


posted by rhernandez | 0 Comments

Silverlight Drag and Drop Javascript Class - RC

Este articulo busca presentar los beneficios de la programación Javascript orientada a objectos para diseñar aplicaciones Silverlight.   Este articulo no es una introducción a Silverlight, XAML, ó Javascript.  Para una introducción a Silverlight y sus diferentes modelos de programación les exhorto a que visiten el sitio de comunidad de Silverlight de Microsoft.

Problema
La implementación de la funcionalidad 'Drag and Drop' es una de la manera mas sencilla en la que se puede mejorar una aplicación básica Silverlight 1.0 RC. Microsoft nos describe el proceso de implementación paso a paso en MSDN (presione aquí). Sin embargo, cuando se comienza a desarrollar una interfaz de usuario relativamente compleja en Silverlight, uno nota que va a tener que re-escribir todo este código para cada uno de los elementos que componen la interfaz de usuario que requieran esta funcionalidad. 

Solución
Javascript nos permite diseñar codigo re-utilizable utilizando tecnicas de programación orientada a objetos.  Nuestro objetivo es re-factorizar todo el codigo relacionado al proceso de 'Drag and Drop' en un componente re-utilizable una clase en javascript.

Acción
Comencemos por describir los elementos del XAML que vamos a mejorar mediante la implementación del 'Drag and Drop'.  Como puede ver en la siguiente imagen, el XAML consiste de dos diferentes elementos un rectangulo y un "TextBlock" que colocados uno encima de otro dan la apariencia de un "Label". Adicionalmente, tenemos un rectangulo adicional que servira como punto de inicio del proceso de "Drag and Drop".

 

Visualización del XAML:

Si quisieramos implementar "Drag and Drop" utilizando las técnicas descritas en MSDN, tendriamos que manejar los siguientes eventos:

1.    MouseLeftButtonDown: Utilizando el captureMouse method para obtener acceso exclusivo a todos los eventos relacionados al mouse. Adicionalmente, persistir la posición original del mouse.  Finalmente, habilitar una variable booleana (flag) que marque el inicio del proceso de drageo.

2.   MouseMove: Utilizar la posición original  del mouse y la nueva para relocalizar el elemento dentro de su contenedor.  Adicionalmente, persistir la posición actual del mouse como la original.

3.    MouseLeftButtonUp: Soltar el control exclusivo de los eventos del Mouse utilizando el metodo releaseMouseCapture.  Finalmente, pasar un valor de falso a la variable que marca el inicio del proceso de drageo.

El siguiente es el código,

Nuevamente, este proceso es relativamente sencillo,  pero si quisieramos añadir esta misma funcionalidad a elementos adicionales, encontrariamos que tendriamos que reescribir todo el código una y otra vez para cada elemento nuevo.  Esto obviamente es una señal clara que que se debe re-factorizarse inteligentemente el código actual. 

Después de un poco de trabajo el resultado de re-factorización, y encapsulación produjo el siguiente código. 

Esta clase Javascript resuelve dos problemas que se presentan en el desarrollo de aplicaciones Silverlight:

1.- Permite a desarrolladores habilitar la funcionalidad de "Drag and Drop" con solo una ó dos lineas de código.
2.- Adicionalmente, provee metodos adicionales para calcular las posición absoluta, o en otras palabras, la posición con relación al Canvas que es el elemento raiz del Xaml.

El siguiente código nos permite visualizar la funcionalidad implementada.

Se puede bajar el código incluido en este posteo. O pueden navegar los ejemplos en linea RHPConsulting.NET Silverlight Demos.

Gracias por leer,

____________________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success

__________________________________________________________________

This article is meant to show the benefits of sound Javascript programming with your Silverlight Applications. It is not an introduction to Silverlight, XAML or Javascript. For an introduction to Silverlight, and its programming object model visit the Silverlight quickstarts.

Problem
Drag and Drop interaction is one of the simplest ways you can improve your basic Silverlight 1.0 RC application. Microsoft has a great sample on MSDN, that shows you how to implement it step by step (click here). However, once you start building a fairly complex Silverlight user interface, you come to the realization that you’re going to have to re-write this code over and over again for every single element on your canvas that you're going to want to enable drag and drop functionality for.

Solution
Javascript allows us to design re-usable code using object oriented techniques. So our goal should be to re-factor all code related to the dragging and dropping interaction into a re-usable javascript class.

Action
Lets start by describing the elements of a simple XAML file that we will be enabling drag and drop functionality for.  As you can see in the following code snippet, the xaml has two visual elements defined within it, a rectangle and a textblock that is layered on top of the rectangle, giving the illusion of a fancy label. Additionally, there is a small rectangle that we will be using as a handle where users will click to start the dragging process.

 

Rendering of XAML:

If we wanted to enable simple drag and drop functionality for this item (as described in MSDN).  We would have to handle the following events, in order to perform the following tasks:

1.    MouseLeftButtonDown: Use captureMouse method to capture all mouse related events to the element that fired the event. Additionally, persist original mouse coordinates.  Finally, set flag to enable dragging.

2.   MouseMove: Using original persisted coordinates relocate element to new location within its container.  Additionally, persist current mouse coordinates as original.

3.    MouseLeftButtonUp: Release exclusive mouse event handling using releaseMouseCapture method.  Finally, set flag to disable dragging.

See the following snippet.

And again this a fairly simple operation but what if we wanted to add a second, or third element, in the Silverlight user interface that required additional  drag and drop functionality. If we follow the current code pattern we would have to add additional handlers in the handleLoad method, and additional methods for every single element. For anybody who’s been involved in programming for more than 24 hours, this should be an obvious sign that some smart re-factoring needs to be done. 

So I started refactoring and adding additional functionality to the original MSDN sample, and I came up with the following Javascript Class. 

This Javascript Class solves two problems when developing Silverligth Aplications:

1.- It allows the programmer to enable drag and drop functionality to any Silverlight user interface element with just a couple of lines of code.
2.- It also provides helper methods to determine the Canvas.Top, Canvas.Left coordinates of any element related to its parents container (usually a Canvas), or to the Silvelight Host control.  

The following is a code snippet for enabling drag and drop functionality for the original xaml user interface in the top of this post.

You can download all the code included in this post by downloading a VisualStudio 2005 Solution and Projects that is attached to this post.  Additionaly, you can browse the samples online at RHPConsulting.NET Silverlight Demos.

Thank you for reading,

____________________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success

posted by rhernandez | 24 Comments
Filed Under: ,
Attachment(s): Silverlight.DragDropExtender.zip

News for Latin America - Noticias Latino America

I have received word from my friend Ricardo Jimenez of a new web design contest, in light of the product launch of the Expression Products.   There are going to be 10 different prizes for 3 categories:

- Web Design
- Interactive Content Design.
- Graphics Design.

For more information here.


He recibido noticias de mi amigo Ricardo Jimenez sobre un nuevo concurso de diseño en vispera del lazamiento de los nuevos productos Expression.  Se repartiran 10 premios en 3 diferentes categorias como pueden observar en la siguiente publicidad del curso.

Las categorias son:

- Diseño Web
- Diseño Interactivo
- Diseño Gráfico

Para mas información aquí.

____________________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success!!!!!"

 

posted by rhernandez | 0 Comments
Filed Under:

TAMPA CODE CAMP - 2007

I had the pleasure of being invited, by my good friend Jose Luis Manners, to participate as a speaker on Silverlight at the Tampa Code Camp.  There are many words I could probably use to describe the event, but only amazing comes to mind.  The venue for the event, the St. Petersburgh College EpiCenter its beautiful and extremely high tech, and the people who attended the event were extremely enthusiastic about technology.  Also, did I mention it was free to the public!!!!

I would certainly like to extend my gratitude to Keith Kabza, and Jose Luis Manners they organized an amazing event for the Tampa Community, I am privileged to have been a part of it.

I will be discussing some of the information I presented during the code camp online on this blog.  Oh and by the way the Sessions that I took part of as a speaker were,

Introduction to Silverlight (60 Participants) - A basic introduction to Silverlight and all the technologies that come together to make it happen.  Additionaly, I introduced the topic of programming Silverlight applicactions using Javascript and the 1.0 Beta Release.

Silverlight 1.1 Alpha Custom Control Development (35 Participants) - Introduction to developing custom controls using Silvlight 1.1 Aplha and Managed Code.  

Thanks for reading,




Tuve el placer de ser invitado a participar como presentador de Silverlight, por mi buen amigo Jose Luis Manners, en el 
Tampa Code Camp.  Hay muchas palabras que yo pudiera utilizar para describir el evento, pero solo increíble me viene a la mente.  Las facilidades utilizadas para el evento, el St. Petersburgh College EpiCenter,  son hermosas y poseen lo ultimo en tecnología de audio visuales.  Adicionalmente, la gente que participo en el evento son extremamente entusiasta acerca de la tecnología.  No se me puede olvidar de mencionar que el evento era gratis para los participantes!!!

Debo agradecer a Keith Kabza, y Jose Luis Manners que organizaron un evento maravilloso para la comunidad de Tampa. Para mi definitivamente fue un privilegio haber participado.

Los temas que trate en la conferencia voy a escribir sobre ellos mas adelante en mi blog, y son:

Introducción a Silverlight (60 Participantes) -  Una introduccion basica de Silverlight y todas las tecnologias que la componen.  Asi mismo,  programación con Silverlight utilizando Javascript y el Release 1.0 Beta.

Desarrollo de Controles Personalizados utilizando Silverlight 1.1  (35 Participantes) - Introducción al desarrollo de controles personalizados utilizando Silvlight 1.1 Aplha y código manejado. 



Gracias por leer,

____________________
Roberto Hernández-Pou
MCAD MCSD.NET MCT MCDBA MCSE - Plus Father of Two
"Execution is the key to success!!!!!"

posted by rhernandez | 0 Comments
Filed Under: ,

Preparando su ambiente de desarrollo para Silverlight 1.0 Beta, y Silverlight 1.1 Alpha

Durante el MIX'07, Microsoft anuncio la disponibilidad de Silverlight 1.0 Beta, y Silverlight 1.1 Alpha.  Silverlight, en sentido general, es lo último en desarrollo de aplicaciones web de rico contenido (Gráficos, Multimedia, etc.).  

La diferencia entre las dos versiones de Silverlight que Microsoft ofrece en estos momentos está en el código que se puede utilizar para interactuar con el mismo.  Silverlight 1.0 utiliza exclusivamente JavaScript dentro del browser para manejar la interacción con el usuario.  Sin embargo, Silverlight 1.1 Alpha, nos muestra la funcionalidad adicional de poder escribir código manejado (VB, C#) para poder manejar la interacción con el usuario.   Adicionalmente, Silverlight 1.0 Beta viene con una licencia de Go-Live, lo que significa que los diseñadores y desarrolladores de páginas web pueden comenzar a utilizar esta tecnología en su ambiente de producción.

Conjuntamente, con esta noticia, se anuncio la disponibilidad de Microsoft Expression Blend 2.0, y Microsoft Expression Media Encoder, dos herramientas esenciales para las personas que deseen aprender y diseñar aplicaciones utilizando Silverlight.

Como guía para diseñar un ambiente de prueba, les exhorto a instalar:

Silverlight 1.0 Beta

1. Silverlight 1.0 SDK
2. VisualStudio 2005 Tools for Silverlight 1.0
3. Microsoft Expression Blend 2.0
4. Microsoft Expression Media Encoder

Silverlight 1.1 Alpha

1. Microsoft VisualStudio Orcas Beta
2. Silverlight Alpha Tools for VisualStudio Orcas

2. Silverlight 1.1 Alpha SDK
3. Microsoft Expression Blend 2.0
4.
Microsoft Expression Media Encoder

Todos estos recursos están disponibles en él:

Silverlight Community Site
Silverlight Microsoft Site

____________________
Roberto Hernández-Pou
MVP VisualStudio.NET Security
"Execution is the key to success!!!!!"

 

posted by rhernandez | 0 Comments
Filed Under: ,

Motorola HS850 - Windows Vista

Recientemente adquirí un audífono Motorola HS850 con conectividad Bluetooth. Como se pueden  imaginar mi objetivo era utilizar el receptor tanto con mi teléfono celular Sony Ericsson W810i, y con mi computadora.   Sin embargo, como todo en el maravilloso mundo de la informática la tarea resulto ser mucho más compleja que lo que yo había pensado originalmente.

La implementación de la tecnología Bluetooth en Windows Vista - al igual que en Windows XP - solo soporta algunos de los perfiles de comunicación Bluetooth que  existen hoy en día.  Siendo preciso, en su instalación básica, solamente soporta:

-      El intercambio de archivos (OBEX)

-      La creación de un ambiente de RED (PAN – Personal Area Network)

-      El uso de un teléfono celular como un modem.

Para lograr la comunicación con los audífonos se necesitaba utilizar un perfil de conectividad bluetooth que se conoce como:

-      Bluetooth Headset Profile

Hay muchas diferentes maneras en las que pueden adquirir manejadores de otras compañías que si implementan ester perfil, pero casi todos involucran comprar hardware adicional que complementa la venta del software (Ex. Motorola, Broadcomm).  Obviamente, yo no pensaba invertir dinero adicional, por lo cual continue buscando otras opciones.

Finalmente, la solución me cayo del cielo, ya que simplemente instale los manejadores originales de Dell para la tarjeta interna Bluetooth que trae la computadora.  Específicamente los manejadores para Windows Vista 32bits de la Dell Internal Wireless Bluetooth 350.  Estos manejadores vienen con una implementación del Bluetooth Stack que si soporta el perfil antes mencionado y otros.

Saludos a todos, espero que esta historia le facilite la vida a alguien!!!

____________________
Roberto Hernández-Pou
MVP VisualStudio.NET Security
"Execution is the key to success!!!!!"

posted by rhernandez | 1 Comments
Filed Under:

WPF/E February CTP

Ya esta disponible el CTP "Community Technology Preview" de febrero de WPF/E (Windows Presentation Foundation / Everywhere) lo último para el desarrollo de aplicaciones de contenido rico (media, imagenes, audio y video) en el ambiente web de Microsoft.   WPF/E esta disponible como multiples archivos que pueden ser bajados del sitio de MSDN é incluyen:

- Una plantilla para aplicaciones web que WPF/E para VisualStudio 2005.
- Una guia de desarrollo de aplicaciones "Quickstart".
- Una guia de referencia general.

MSDN (WPF/E Codename Developer Center)
http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx

Proximamente voy a estar posteando informacion adicional sobre el uso de WPF/E, tanto desde el punto de vista del programador como desde el punto de vista de un diseñador.  

______________________
Roberto Hernández-Pou
MVP VisualStudio.NET Security
"Execution is the key to success!!!!!"
posted by rhernandez | 0 Comments
Filed Under:

MVP Summit ' 2007

Estuve participando en el MVP Summit ' 2007 en la ciudad de Seattle, y solo quería decir que fue una experiencia magnifica codearme con tantos expertos de la informática que comparten la pasión por el conocimiento y la mejoría de nuestra profesión.

Gracias a todos, especialmente a Fernando Garcia Loera mi MVP Lead y tremenda persona. 

_________________
Roberto Hernández-Pou
MVP .NET Framework Security
RHPConsulting.NET

posted by rhernandez | 0 Comments

ASP.NET Server Controls Development Webcast

Como les prometi los archivos utilizados durante las presentaciones, lo pueden bajar de esta dirección.  

Gracias, Espero que visiten mi blog mas frecuentemente,

Roberto Hernández-Pou
MVP .NET Framework Security
RHPConsulting.NET

posted by rhernandez | 2 Comments
Attachment(s): ASPNET_ServerControls.zip