.Net and Team System News - Nadège DEROUSSEN

mardi 23 janvier 2007

ASP.Net Ajax 1.0

Et voilà, ASP.Net Ajax 1.0 est désormais disponible.

ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers.

With ASP.NET AJAX, you can:

* Create next-generation interfaces with reusable AJAX components. * Enhance existing Web pages using powerful AJAX controls with support for all modern browsers. * Continue using Visual Studio 2005 to take your ASP.NET 2.0 sites to the next level. * Access remote services and data directly from the browser without writing a ton of complicated script. * Enjoy the benefits of a free framework with 24x7 technical support provided by Microsoft.


The official Microsoft ASP.Net Ajax Site

mercredi 18 octobre 2006

CSS Adapter Toolkit Beta 2

Scott Guthrie nous annonce la sortie du CSS AdapterToolkit Beta 2.

Today we published the CSS Control Adapter Toolkit for ASP.NET. This toolkit provides information about how the ASP.NET 2.0 Control Adapter Architecture works, as well as a set of 5 sample control adapters (with full source that you can optionally tweak/modify) that provide CSS friendly adapters for 5 of the built-in ASP.NET controls (specifically: Menu, TreeView, DetailsView, FormView and DataList).

Official Site

Enjoy

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

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

lundi 28 août 2006

Fournisseurs de données ASP.Net 2.0

Un article de Scott Guthrie à conserver absolument. Il contient des liens vers du code source permettant de proposer de nouveaux fournisseurs de données personnalisés : Membership provider, Role Provider, Site Map Provider ...
Rendez-vous sur le blog de Scott : Source Code for the Built-in ASP.NET 2.0 Providers Now Available for Download

dimanche 27 août 2006

Videos to learn ASP.Net and Atlas

On this page you will find dozens of videos designed for all ASP.NET developers, from the novice to the professional. If you are new to ASP.NET, you can learn the basics of how to create dynamic web applications with ASP.NET 2.0 and Visual Web Developer 2005 Express Edition, using either Visual Basic or C#. If you have a bit of development experience, you will learn how to employ some of the great new features introduced in ASP.NET 2.0.


The official Microsoft ASP.Net

jeudi 24 août 2006

Atlas Control Toolkit

Voici un toolkit contenant un ensemble de composants Atlas prêt à être utiliser dans vos projets. Vous trouverez ce toolkit sur le site d'Atlas
Sur ce site vous trouverez une démo de ce que chaque composant permet de faire : Atlas ToolKit

Vous pourrez également trouver un exemple de Tabstrip créer à partir du composant Accordion Control : An Atlas TabStrip control based on the Accordion control

Atlas TabStrip

Un nouveau Starter Kit pour VS 2005

En parcourant les blogs asp.net, j'ai découvert qu'une version CTP d'un starter kit de blog pour VS 2005 était désormais disponible. Si vous souhaitez en savoir plus, allez sur le blog de J.Gaylord : Blog Starter Kit Preview.
Je ne l'ai pas encore essayé alors n'hésitez pas à nous faire partager vos impressions, en attendant les miennes.

mardi 22 août 2006

Memo .Net : Ordre d'appel des événements dans une page

Comme le dit si bien l'auteur :

Cet article est plus un aide mémoire concernant l'ordre des appels des évènements dans une page ASP.NET.


Alors si vous souhaitez vous rafraichir la mémoire ou que vous séchez sur votre projet, rendez-vous sur Dotnet-Project avec l'article de Aleks.

En espérant que ça puisse vous aider ...