July, 2008

Official Note: Version 1.0 RTM of the SQL Server 2005 Driver for PHP is live!

It’s official. You can now download version 1.0 RTM of the SQL Server 2005 Driver for PHP from the MSDN download site.  The SQL Server 2005 Driver for PHP download is available to all SQL Server users at no additional charge. The SQL Server 2005 Driver for PHP is a PHP 5 extension that allows for […]

Posted in Uncategorized | No Comments »

Noticia Oficial: La Versión 1.0 RTM Del Driver de SQL Server 2005 Para PHP Ha Sido Liberada

La versión 1.0 del Driver de SQL Server 2005 para PHP está disponible en el sitio de descargas de MSDN. Ahora si, no hay excusas. Esta, es una extensión de PHP 5 que permite la lectura y escritura de datos almacenados en SQL Server 2005 desde scripts de PHP. La extensión provee de una interface procedural para el […]

Posted in Uncategorized | No Comments »

Having RadioButtons on a Repeater or DataList

Repeaters are very powerful controls that allows us to present formated information from a datasource. Recently I needed to include some RadioButtons inside a Repeater so I could select one of the items from the repeater, but to my surprise, and old bug resurfaced. Reference to the bug can be found here but I will […]

Posted in Uncategorized | 4 Comments »

Ensure Proper Closure & Disposal Of A DataReader

Most of the time, we create programs that use DataReaders (weather they are on ASP.NET or Winforms). They’re fast, easy to use but sometimes, they fill out our connections pool and withour proper care, they can cause problems to our users. There are some blog posts around this issue and many questions in the forums, […]

Posted in Uncategorized | 1 Comment »

Ya Disponible: Preview 1 de ASP.NET AJAX 4.0

Ya es oficial!! El Primer Preview de ASP.NET Ajax 4.0 acaba de salir a la luz. Pueden ver el Roadmap para mas información sobre el contenido de este preview y si pueden, por favor envíen un poco de feedback. Este preview contiene (entre otros) las siguientes implementaciones: Client-side template rendering Declarative instantiation of behaviors and controls DataView control Markup […]

Posted in Uncategorized | No Comments »

Now Available at CodePlex: ASP.NET AJAX 4.0 Preview 1

Well, it’s official. The first preview for the new Ajax features in ASP.NET just went live. Check out the Roadmap for information about what it covers and if you can, provide some feedback. This preview contains preview implementations for the following features: Client-side template rendering Declarative instantiation of behaviors and controls DataView control Markup extensions Bindings […]

Posted in Uncategorized | No Comments »

Now Available: SubSonic 2.1 is Finally Here :)

Hi all. I’m a bit late but it’s never late for good news. It’s here, now SubSonic 2.1 has finally arrived. Description SqlQuery, our next-generation querying engine SubStage, a visual configuration management and code generation tool Programmatic migrations between database versions Greatly improved documentation across the entire code base Improvements in performance and stability …and […]

Posted in Uncategorized | No Comments »

SubSonic 2.1 Liberado

Hola a todos. Un poco tarde lo se, pero nunca es tarde para las buenas noticias. Ya ha sido liberada la versión 2.1 de SubSonic. Descripción SqlQuery, el motor de consultas de siguiente generación SubStage, una herramienta visual de generación de código y administración de configuración Migraciones programadas entre diferentes versiones de bases de datos […]

Posted in Uncategorized | No Comments »

Security Best Practices Videos for ASP.NET Websites

New video series by Microsoft’s Joe Stagner focused on security best practices for ASP.NET websites.

Posted in Uncategorized | No Comments »

ASP.NET MVC Preview 4 Liberado en CodePlex

Hola a todos. El Preview 4 de ASP.NET MVC ha sido liberado en CodePlex. Saludos.

Posted in Uncategorized | No Comments »