Langage :
Last News
All the news
(41145)
All .NET in French
(9285)
All .NET in English
(31766)
Forum (French Only)
(New)
Receive each day by mail the list of the news of the day before! (513 subscribers)
Search
Last searches
Files
7/4/2009
(0)
7/3/2009
(11)
7/2/2009
(16)
7/1/2009
(16)
6/30/2009
(25)
Next...
July 2009
(42)
June 2009
(425)
May 2009
(329)
April 2009
(455)
Next...
Books
Books
Search a book :
5 latest additions
-
SQL Server 2008, ADO.NET et LINQ - Coffret de 2 livres
-
Design pattern pour C#
-
VB.NET, ASP.NET, Microsoft Ajax - Entraînez-vous à créer une suite bureautique
-
Coffret WPF avec C#
-
C #, ASP.Net, Microsoft Ajax - Entraînez-vous à créer une suite bureautique
News
All news
(3479)
.NET in French
.NET in English
Article
All articles
(5360)
.NET in French
.NET in English
Codes
All codes
(19279)
.NET in French
.NET in English
Tips
All tips
(68)
.NET in French
.NET in English
Resources
All resources
(12959)
.NET in French
.NET in English
Web sites present here
DotNet-France.com
(36)
DotNet-FR.org
(409)
Tech Head Brothers
(557)
DotNet-Project.com
(401)
C2i.fr
(1056)
ASP-Magazine.com
(1303)
Blog_Shapai.NET
(42)
ASP.NET Daily Articles
(933)
MSDN France
(114)
DotNetJunkies.com
(50)
MSDN .NET
(881)
4GuysFromRolla
(281)
ASPAlliance
(1126)
DeveloperFusion
(696)
DotNetJohn
(144)
ASP-PHP.net
(321)
DevTips.NET
(94)
Builder.fr
(8)
Dotnet-Tech
(28)
OpenNETcf
(23)
CodeProject.com
(13098)
GotDotNet.com
(1552)
CodeS-SourceS
(4546)
Code101
(18)
vbAccelerator.com
(5)
123AspX
(5731)
DotNetFreaks
(4804)
DotNetToolBox
(32)
RegExLib.NET
(1123)
SharpToolBox
(909)
kbAlertz
(360)
Last .NET news
Friday, july 03, 2009
Nato phonetics
[Source : CodeProject.com ]
Simple breaking-down of words into series of NATO Phonetics to aid verbal communication....
Simple breaking-down of words into series of NATO Phonetics to aid verbal communication.
Richtextbox numéroté (numéros de lignes)
[Source : CodeS-SourceS ]
Ce code est un exemple de ce que j'utilise pour un éditeur de fichiers que j'ai d...
Ce code est un exemple de ce que j'utilise pour un éditeur de fichiers que j'ai développé. Lorsque le format est reconnu, il est affiché en colonnes d
Wpf data bound menus
[Source : CodeProject.com ]
Use a combination of data-binding techniques to create WPF menus that change with your app...
Use a combination of data-binding techniques to create WPF menus that change with your application.
Implementing sort in a generic collection
[Source : CodeProject.com ]
This function implements a multi property sort on generic collections of IEnumerable with ...
This function implements a multi property sort on generic collections of IEnumerable with any plain class. The sort can be execute on one or any of its item type properties. This sort class uses generics, extension methods and linq.
Using imagemagick to create previews and thumbnails from uploaded images
[Source : CodeProject.com ]
This ASP.NET Web Application demonstrates the use of ImageMagick to create thumbnails and ...
This ASP.NET Web Application demonstrates the use of ImageMagick to create thumbnails and larger preview images, both from an uploaded image file.
Abstract factory
[Source : CodeS-SourceS ]
Abstract Factory pattern est un motif Création. Patterns Création traité me...
Abstract Factory pattern est un motif Création. Patterns Création traité meilleure façon de créer un objet. Abstract Factory est une Factory qui reto
Flexible panels for wpf
[Source : CodeProject.com ]
Some useful custom layout Panels for WPF inspired by wxWidgets' Sizers...
Some useful custom layout Panels for WPF inspired by wxWidgets' Sizers
Using imagemagick to create previews and thumbnails from uploaded images
[Source : CodeProject.com ]
ASP.NET Web Application demonstrate the use of ImageMagick to create thumbnails and larger...
ASP.NET Web Application demonstrate the use of ImageMagick to create thumbnails and larger preview images, both from an uploaded image file.
Client callbacks in asp.net
[Source : CodeProject.com ]
By Default ASP.Net pages communicate with the server through a mechanism call ?PostBack?. ...
By Default ASP.Net pages communicate with the server through a mechanism call ?PostBack?. Postback is very useful and efficient, except for the cases, where 1) You have a huge page, with a lot of processing required at server, so doing all that processing on every postback is not only waste of resou
Writing a complex custom configuration section
[Source : CodeProject.com ]
Technorati Tags: C#,.Net FrameworkHere i posted another entry, showing implementation of a...
Technorati Tags: C#,.Net FrameworkHere i posted another entry, showing implementation of a simple configuration section, now consider following listing <add name=?FirstAssembly.FirstType? assembly=?FirstAssembly? shoul
Document preview application
[Source : CodeProject.com ]
An application to preview your documents and files such as Pdf, Doc, jpg, ppt, xsl...
An application to preview your documents and files such as Pdf, Doc, jpg, ppt, xsl
Thursday, july 02, 2009
Designing nested controls
[Source : CodeProject.com ]
An article on enabling nested controls to accept child controls at design time....
An article on enabling nested controls to accept child controls at design time.
Microsoft visual studio® partner solution brief on activereports
[Source : CodeProject.com ]
ActiveReports Reporting and Business Intelligence Suite for Microsoft® Visual Studio&...
ActiveReports Reporting and Business Intelligence Suite for Microsoft® Visual Studio®.NET Development System
A handy code to get your project connected to any database by ado.net
[Source : CodeProject.com ]
Purely object oriented ADO code component to get your project running, no matter what data...
Purely object oriented ADO code component to get your project running, no matter what database you are using at the backend. Specialised for SQL Server.
Rich navigation for microsoft silverlight 3 applications
[Source : CodeProject.com ]
Easily add advanced navigation to Line of Business apps with UI controls designed especial...
Easily add advanced navigation to Line of Business apps with UI controls designed especially for the new navigation features in Microsoft Silverlight 3.
How to setup a websphere mq with c# .net: gui to put/get to local & remote queues
[Source : CodeProject.com ]
Example to Put/Get Messages to Local and Remote Queues for Websphere Beginners...
Example to Put/Get Messages to Local and Remote Queues for Websphere Beginners
Displaying large quantities of data in windows controls
[Source : CodeProject.com ]
Demonstration of a technique for displaying very large quantities of data in Windows visua...
Demonstration of a technique for displaying very large quantities of data in Windows visual controls, using the ListView as an example.
Hide! hide in the back!
[Source : CodeProject.com ]
An idea for a background threads manager....
An idea for a background threads manager.
Asp.net ajax 4.0 template programming - part ii
[Source : CodeProject.com ]
This article describes the live data binding of client side template programming in ASP.NE...
This article describes the live data binding of client side template programming in ASP.NET AJAX 4.0
Serializing and deserializing objects?to and from?xml
[Source : CodeProject.com ]
Over on the Asp.Net forums I recently had the opportunity* to help a few lost souls by sho...
Over on the Asp.Net forums I recently had the opportunity* to help a few lost souls by showing them how to serialize objects to XML and deserialize the XML back into objects. Since the question has come up more than once, I decided to BLOG it so I could refer similar questions in the future to this
Attachedpropertyevent pattern
[Source : CodeProject.com ]
Pattern for publishing an event by using attached property and IEventAggregator...
Pattern for publishing an event by using attached property and IEventAggregator
How to: create a date picker composite control in asp.net (c#)
[Source : CodeProject.com ]
codeproject download code here Introduction Composite controls are controls t...
codeproject download code here Introduction Composite controls are controls that combine multiple controls together to form a new reusable control. For example, a simple composite control could consist of both a Label control and a TextBox control. This example, however, puts one Tex
Silverlight : custom control tab item
[Source : CodeS-SourceS ]
Réalisation d'un TabItem "fermable" et éditable avec Silverlight 3. C...
Réalisation d'un TabItem "fermable" et éditable avec Silverlight 3. Ce "customTabItem" est simpliste, il peut donc être revu et amélioré.
Adapter design pattern how to use in asp.net using c#
[Source : CodeProject.com ]
codeproject What is Adapter Pattern? The Adapter pattern is a structural design pa...
codeproject What is Adapter Pattern? The Adapter pattern is a structural design pattern which enables a system to use classes whose interfaces don?t quite match its requirements or in other words is used to make a interface which client understands. When to use it? Its quite use
Asp.net date picker control part 2
[Source : CodeProject.com ]
codeproject download code here Introduction In my previous post How to: Create a Da...
codeproject download code here Introduction In my previous post How to: Create a Date Picker Composite Control in ASP.NET (C#). I explained how to work with asp.net composite control to create a date picker control for asp.net. Problem However to use that control you still require JavaS
Handling concurrency with objectdatasource
[Source : DotNetFreaks ]
Peter revisits the problem of dealing with multiple updates to the same data, but this tim...
Peter revisits the problem of dealing with multiple updates to the same data, but this time he looks at a solution that involves the ObjectDataSource.
Seven-segment led control for .net
[Source : CodeProject.com ]
A custom control for Windows Forms that looks like an electronic 7-segment LED display....
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
Wednesday, july 01, 2009
Fast asynchronous delegates in .net
[Source : CodeProject.com ]
Implementation of delegates which are way faster during async operations than the default ...
Implementation of delegates which are way faster during async operations than the default delegates in .NET
Try ... catch ou pas ?
[Source : DotNet-Project.com ]
Sur un des projets sur lequel je suis intervenu, un collègue ne souhaitait absolument...
Sur un des projets sur lequel je suis intervenu, un collègue ne souhaitait absolument pas utiliser de block Try ... Catch. L'argument(...)
One-many and one-one relationship using linq to sql
[Source : CodeProject.com ]
One-Many and One-One relationship using LINQ to SQL...
One-Many and One-One relationship using LINQ to SQL
Javascript for the asp.net developer
[Source : DotNetFreaks ]
Peter has been experiencing culture shock as he adapts to working with JavaScript, startin...
Peter has been experiencing culture shock as he adapts to working with JavaScript, starting with the discovery that JavaScript isn't an object-oriented language.
Introducing wf4.0: building distributed apps with wf 4.0 and wf4.0 services
[Source : CodeProject.com ]
Shows how to build new-design distributed applications with WF 4.0 and Data Services...
Shows how to build new-design distributed applications with WF 4.0 and Data Services
Displaying and filtering xml data with winforms in vb
[Source : 123AspX ]
Description : This tutorial will show you how to create a Windows Application that can rea...
Description : This tutorial will show you how to create a Windows Application that can read the contents of an XML file, and also how to filter the contents of an XML file to display only the data we want. VB version. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Displaying and filtering xml data with winforms in c#
[Source : 123AspX ]
This tutorial will show you how to create a Windows Application that can read the contents...
This tutorial will show you how to create a Windows Application that can read the contents of an XML file, and also how to filter the contents of an XML file to display only the data we want. C# version. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Using web user controls in asp.net 2.0 and vb.net
[Source : 123AspX ]
This tutorial shows you how to create and implement your own User Controls into your web a...
This tutorial shows you how to create and implement your own User Controls into your web application using VB.NET and Visual Studio .NET 2005. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Adding to xml file using winform and linq in .net 3.5
[Source : 123AspX ]
This tutorial will show you how to use LINQ to add data from user input to an XML file usi...
This tutorial will show you how to use LINQ to add data from user input to an XML file using a Windows Form and VB.NET - The sample was created with Visual Studio .NET 2008 Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Display and filter xml data in winform with comboboxes
[Source : 123AspX ]
Display and Filter XML data in WinForm with ComboBoxes Description : This tutorial will s...
Display and Filter XML data in WinForm with ComboBoxes Description : This tutorial will show you how to read an XML file from a WinForm and how to also filter the data within the XML file so that we can work with a specific part of the data. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Using multiple updatepanels in asp.net 3.5 and vb
[Source : 123AspX ]
In this tutorial, we will be looking at using multiple UpdatePanels on the same page. This...
In this tutorial, we will be looking at using multiple UpdatePanels on the same page. This can be done easily, and we only need one ScriptManager. Visual Studio makes it especially easy for us, as it creates the needed references for us. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Javascript extension methods
[Source : 123AspX ]
A set of extension methods for dealing with JavaScript files in ASP.NET. Please visi...
A set of extension methods for dealing with JavaScript files in ASP.NET. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Developing custom asp.net membership and role providers reading users from custom section in the web.config
[Source : 123AspX ]
In this article we will be developing custom Membership and Role providers which will read...
In this article we will be developing custom Membership and Role providers which will read the user credentials from a custom configuration section in the web.config file. Please visit our sponsors, they help make this RSS feed possible aspNetEmail - The fastest, easiest way to send email in .NET aspNetEmail includes built-in calendaring, vCard, email templating, emailing web pages, automatic form processing, email datagrids, and much much more. Download an evaluation copy at www.aspNetEmail.com
Page 1
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12
Page 13
Page 14
Page 15
Page 16
Page 17
Page 18
Page 19
Page 20
Page 21
Page 22
Page 23
Forum (French Only)
Debuger une dll c++ en ...
Vérification intégrité ...
Urgent, cdi chez editeu...
Urgent, cdi chez editte...
ajouter des users...
Visual studio 2003 : vb...
Les fichiers .ini...
[resolu] impossible de ...
[emploi] ingénieur(e) d...
Message d'erreur...
Vous avez envie de lanc...
Drag and drop...
.net cf datagrid, chang...
Gestion de la persistan...
Offre d'emploi : develo...
Parcourir le disque dur...
C# dll...
Outils de contrôle de s...
Erreur oracle, message ...
Problème de combinatoir...
Sharpwidgetsui, bibliot...
[aspx] [c#] chercher et...
Web.sitemap...
Nous activement recherc...
Chef de projet développ...
Pour les architectes c+...
Pour les architectes c+...
Vous êtes développeurs ...
Pour les architectes c+...
Vous êtes ingénieur en ...
Chat web en asp.net...
Opportunite professionn...
Comment coder un tablea...
Autogeneratepassword et...
forum de discussion en...
Transparence de backgro...
C# communication entre ...
Service windows - arrêt...
Surveillance d'une base...
Expression blend /wpf c...
Demande d'aide pour le ...
Stp ne negligez pas ce ...
redirection vers url e...
Instance d'objet...
Afficher les détails d'...
Agrandir une image et l...
Supprimer en asp.net...
Un problème avec linq...
Image sous sql et dotne...
Plus d'un tp et cours e...
Web garden iis 6.0...
Technoriver barcode .ne...
Configuration serveur s...
Réécrire le code html d...
Couldn'nt resolve syste...
Datagread...
Inserer dans la base de...
Update database...
Plugin subversion pour ...
Acceder aux donnees...
Probleme répertoire vir...
Clementine intl: recher...
Clementine intl: recher...
Excellente opportunité:...
Recherche un développeu...
Fichier introuvable ser...
Pb remplissage listview...
Problème de connexion d...
Architecture n-tier, dé...
Scan ip des pc connecté...
Créer session sous asp....
Ma première migration v...
A propos d'oracle devel...
Application web en vs 2...
Votre aiiiiiiiiiiiiiiii...
Résultat d'une requete ...
Où sont ils...
Upload de fichiers tcpc...
Checkbox checked proble...
Resolution d'ecran avec...
Dll avec csharp...
Aide à l'inscription...
Transferer des mails da...
Comment aller tuer une ...
Dataset dans visual stu...
Aide sur flash...
Look and feel des winfo...
Difficulté avec projet ...
Je viens d'avoir le vs....
Je suis nouveau ici...
Gridview | modification...
Page aspx pas affichée ...
Treeview...
Exception au runtime a ...
Toolbox...
Dnn et les friendlyurl...
Barcode .net control fr...
Attacher une librairie ...
Directoryentry setpassw...
Avantage dotnet & java...
Recherche de sources ty...
Barre de navigation cry...
Gestion d'erreur...
[vb.net]fermeture d'un...
Nouvel outil de generat...
Dotnet.dll...
Probleme avec les msgbo...
Projet...
Simulation de tri shell...
Pour ceux qui sont inte...
Gestion des fichiers xm...
Vs 2005 et win fx ?...
Offre consultant .net...
Vb visual studio 2005 f...
Pocket pc : détection d...
Bdd access...
Sql server management ...
Récupérer le handle d'u...
(dotnet) réception de d...
Déployement de service ...
Connexion à une base de...
Ado et pocket access...
Echec de connexion a ba...
[c++.net] mot de passe...
Informatique simulation...
Informatique simulation...
Variables avec apostrop...
Comment compiler avec i...
Impossible d'utiliser u...
Créer une base access e...
Aide accédant à http://...
Enregistrement richtext...
Compatibilte entre une ...
Format des fichiers dxf...
Publication de 2 projet...
Probleme avec datagrid...
Applet...
[.net] dll et copy loca...
Indicateur code natif o...
Dll commune pour win32 ...
Dll en c++ managé sur p...
Générer un .lib avec un...
Communication série sou...
Iframe et menu déroulan...
Nouvelle version de la ...
Dotnet-project framewor...
Printpreviewdialog...
Nouvelle version de la ...
Mono ? arrivera-t-il à ...
A propos des rubriques...
Uml...
Nouvelle version de la ...
Comment avez-vous décou...
Positionnement du curse...
Bienvenue sur le forum...
[Discuss on the forum]
Advertisement
Latest job opportunities (French)
[Next jobs]
Last update 27 minutes
Next update in 2 minutes
audit et mesure d'audience visiteurs internet par