public marks

PUBLIC MARKS from nhoizey with tag asp.net

2008

ASP.NET MVC Framework - ScottGu's Blog

by 1 other
One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture.

2006

Microsoft ASP.NET 2.0 Webcast Series

The recommended webcasts will take a Web developer with knowledge of PHP through the process of learning ASP.NET 2.0

Tech Head Brothers - Ergonomie et validation des formulaires ASP.NET 2.0 : Best Practices

(via)
Cet article se veut être un guide de conception de formulaires web agréables, efficaces et bien validés (en terme d'intégrité des données). Je vais donc ici passer en revue l'ensemble des bonnes pratiques à respecter pour la réalisation de bons formulaires, tant au point de vue de l'ergonomie que de la validation des saisies. Pour chaque point nous allons voir en détail comment ASP.NET 2.0 nous assiste dans ce travail.

2005

MSDN – Centre de développement Web

by 3 others
Votre coach ASP.NET vous guide à la découverte du développement Web sur la plateforme .NET de Microsoft. Étape, par étape suivez votre coach qui vous accompagne au travers d’un cursus de d’initiation et de prise en main des concepts, des technologies et des outils.

Visual Studio Talk Show:0016:Luc Gauthier:Les nouveautés de ASP.Net 2.0

(via)
Luc Gauthier discute des nouveautés de ASP.Net 2.0 dans Visual Studio 2005. Il présente les nouvelles fonctionnalités ainsi que les améliorations qui aident à simplifier la programmation d'application Web.

ASP.NET Web: The Official Microsoft ASP.NET 2.0 Site : Home Page

by 3 others (via)
ASP.NET “Atlas” is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0.

ASP.NET Server Controls - ComponentArt Products

(via)
Web.UI combines ComponentArt's unique rendering technology with the power of AJAX to deliver the most advanced set of user interface controls available for ASP.NET.

Using IIS with VS 2005 and the new Web Project system

by 1 other (via)
La gestion des applications et "virtual hosts" avec ASP.NET 2.0, IIS et VS 2005

Simple Talk » Blog Archive » Asynchronous client script callbacks

(via)
With the upcoming release of ASP.NET V2.0, however, Microsoft focused on useability. This is evident when implementing common tasks and more complex technologies. In fact, ASP.NET V2.0 contains out-of-the-box support for asynchronous client script callbacks and provides a fairly simple way to register the callback methods, invoke them, and handle any associated errors.