Category Archives: ASP.NET

What I’ve saw at Techdays 2009 – Belgium : ASP.NET MVC for smart people

By Paul Lorena Introduction I’ve been always interested about the MVC’s implementation for the ASP.NET. The typical MVC architectural pattern was proposed by Trygve Reenskaug. So I’ve attended the exposition of Scott Galloway at  the Techdays  2009 at Antwerp. Was … Continue reading

Posted in ASP.NET, CSharp, Design patterns | 1 Comment

Liberado Web Platform Installer 1.0

El Web PI para desarrollo de aplicaciones web con tecnologi­as Microsoft ha sido liberado, el cual instala lo siguiente: -Internet Information Services 7.0 en Vista SP1 y Server 2008 -SQL Server 2008 Express -.NET Framework 3.5 SP1 -Visual Web Developer … Continue reading

Posted in ASP.NET | Leave a comment

Problema con ASP.NET Web Development Server en Vista (Home Premium)

Durante las demos que se vienen desarrollando he tenido un problema con el servidor de asp.net de Visual Studio, simplemente no cargaba la página y recopiaba la dirección y volvía a requerir la página y nada. Buscando, buscando por la … Continue reading

Posted in ASP.NET | Tagged | Leave a comment

Un vistazo a ListView

ListView es uno de los nuevos controles de datos en ASP.NET 3.5, el cual vendría a ser la mejor alternativa de uso al famoso Repeater ya que incluye opciones de edición, paginación, ordenamiento de datos entre otras. Básicamente para crear … Continue reading

Posted in ASP.NET, Development | Leave a comment