.Net and Team System News - Nadège DEROUSSEN

mercredi 27 septembre 2006

NHibernate Beta 1.2 disponible

Une nouvelle version de NHibernate est disponible en version Beta. Cette nouvelle version corrige quelques bugs et propose de nouvelles fonctionnalités qui sont décrites sur le site : Release Notes

jeudi 21 septembre 2006

Atlas Control Toolkit

Scott Guthrie nous annonce la sortie de la release du Control Atlas Toolkit . Vous pouvez télécharger ce toolkit sur le site officiel : AspNet Ajax Control Toolkit. Vous y trouverez également des exemples d'utilisation des différents contrôles proposés dans ce toolkit.
Vous pouvez aussi lire l'article écrit par Scott Guthrie sur son blog : September Atlas Control Toolkit Released (Now with Animation Support)

lundi 18 septembre 2006

Cache Dependency

Bipin Joshi nous fait part de son article sur la création de Custom Cache Dependency qu'il a fait paraître sur le site DotNetBips. Creating Custom Cache Dependency.

samedi 16 septembre 2006

Paging alphabétique dans une Datagrid

Afin d'éviter de trop grandes listes sur une page, les datagrids nous permettent d'utiliser un système de paging. Il s'agit en fait de n'afficher q'un certain nombre d'enregistrements à la fois. Ce système propose à l'utilisateur de visualiser les autres enregistements en choisissant un numéro de page ou en cliquant sur les flèches précédentes ou suivantes. Ce système est très utile mais combien d'entre nous n'ont pas cherché à afficher non pas x enregistrements par page mais les enregistrements correspondant à une lettre de l'alphabet, tel un répertoire de contacts ?
Pour ceux qui se demandent encore comment résoudre le problème, Bipin Joshi, webmaster de DotnetBips.com, nous propose un article expliquant tout cela. Rien de bien compliqué, le code source est téléchargeable : Alphabetical Paging in DataGrid. L'article parle de datagrid et s'applique donc au framework 1.0 et 1.1 mais vous pourrez très facilement l'appliquer au nouveau framework 2.0.

jeudi 7 septembre 2006

Atlas, IIS7, LINQ and Other Technologies

Atlas, IIS7, LINQ and Other Technologies

Scott Guthrie came to Phoenix today to speak on various topics including IIS7 and LINQ. I've had the chance to hear Scott speak on several occassions and he delivered yet another great speech that was fun to watch since he always does a lot of demos. Some of the topics covered included new configuration options in IIS7. Once released, you'll be able to configure the settings for an IIS7 application using web.config rather than having to go through the admin utility of old (you can of course use the admin utility as well...which has been significantly revamped). For example, you can add the following XML into web.config to configure the default pages for a site as well as specify if directory browing is enabled.

IIS 7.0 RC1

Le test de IIS7 RC1 sur la dernière release de Vista parue il y a peu : Scott Guthrie's Blog.

Les captures d'écran nous permettent de voir une très belle amélioration, même si le design d'IIS n'est pas vraiment ce qui va nous intérésser le plus, c'est toujours plus sympa.

mardi 5 septembre 2006

Template pour VS2005

Scott Guthrie nous montre comment créer des templates de projets ou d'éléments sur son blog :

One of the cool new features in VS 2005 that I was playing with a little today is the ability to export and then re-use project item templates. This enables developers to easily define common templates that they can re-use over and over when adding new pages/classes/controls into web projects or class libraries, and avoid repetitively typing standard content or code.


Defining Custom Item Templates in Web Projects with VS 2005
Tip/Trick: Creating Re-Usable Project and Item Templates with VS 2005

XML Notepad 2006

Microsoft propose un éditeur simple et rapide pour créer t éditer des documents XML.

Pour en savoir plus : XML Notepad 2006

Developing 3 tier web sites in ASP.NET 2.0

Un article sur le développement d'application 3 Tier tiré de site : DotNetBips

Many months back I wrote a series of articles that explained in plain words N-tier application development. The series can still be found at:

N-Tier Applications and .NET N-Tier Applications and .NET: A Simple Example N-Tier Applications and .NET: Achieving Isolation between DAL and BOL N-Tier Applications and .NET: Achieving Isolation between UI and BOL Then came .NET 2.0. Many things changed especially for ASP.NET. So I decided to write a sequel to the earlier series specifically for ASP.NET 2.0. This article will explain how a typical 3-tier architecture can be used in ASP.NET 2.0 with the help of Generics based collections and Data Source Controls. Note that the article aims at showing a simple 3 tier architecture and not at teaching you generics, data bound controls and data source controls.

Source de l'article : Developing 3 tier web sites in ASP.NET 2.0

lundi 4 septembre 2006

System.IO.Compression

Ce nouveau namespace apparu dans la version 2 de .Net permet de compresser des fichiers.
Cet article vous propose une librairie vous aidant à utiliser ce namespace : .NET Zip Library

vendredi 1 septembre 2006

NFop : génération de documents PDF

Je suis tombée par hasard sur un article concernant NFop sur TechHeadBrothers qui permet de générer un fichier PDF à l'aide d'un fichier de formatage XSL. Si ça peut être utile à quelqu'un, je vous donne le lien et si quelqu'un l'a déjà utilisé, je suis curieuse de savoir quels retours vous pouvez me faire. La génération de fichiers PDF est une fonctionnalité très demandée.
Voici l'article : Utilitaire basé sur NFop