Langage :
Dernières news
Toutes les infos
(45131)
Tout .NET Français
(10069)
Tout .NET Anglais
(34967)
Forum
(Nouveau)
Recevoir chaque jour par mail la liste des news de la veille ! (533 inscrits)
Recherche
Dernières recherches
Archives
03/09/2010
(2)
02/09/2010
(6)
01/09/2010
(2)
31/08/2010
(7)
30/08/2010
(6)
La suite...
septembre 2010
(9)
août 2010
(175)
juillet 2010
(160)
juin 2010
(196)
La suite...
Livres
Section Livres
Rechercher un livre :
Les 5 derniers ajoutés
-
Professional Visual Basic 2010 and .NET 4
-
Stephens' C# programming with Visual Studio 2010
-
C# 2008 for programmers
-
Coffret - C# et TFS 2008
-
Coffret - ASP.NET avec C#
News
Toutes les news
(3801)
.NET en Français
.NET en Anglais
Article
Tous les articles
(5656)
.NET en Français
.NET en Anglais
Codes
Tous les codes
(21948)
.NET en Français
.NET en Anglais
Tips
Tous les Tips
(68)
.NET en Français
.NET en Anglais
Ressources
Toutes les ressources
(13658)
.NET en Français
.NET en Anglais
Les sites présents
DotNet-France.com
(51)
DotNet-FR.org
(409)
Tech Head Brothers
(645)
DotNet-Project.com
(404)
C2i.fr
(1295)
ASP-Magazine.com
(1303)
Blog_Shapai.NET
(42)
ASP.NET Daily Articles
(933)
MSDN France
(114)
DotNetJunkies.com
(50)
MSDN .NET
(1075)
4GuysFromRolla
(281)
ASPAlliance
(1216)
DeveloperFusion
(696)
DotNetJohn
(144)
ASP-PHP.net
(324)
DevTips.NET
(95)
Builder.fr
(8)
Dotnet-Tech
(28)
OpenNETcf
(23)
CodeProject.com
(15316)
GotDotNet.com
(1552)
CodeS-SourceS
(4982)
Code101
(18)
vbAccelerator.com
(5)
123AspX
(6040)
DotNetFreaks
(5104)
DotNetToolBox
(32)
RegExLib.NET
(1123)
SharpToolBox
(999)
kbAlertz
(360)
Infos .NET de avril 2006
Dimanche 30 avril 2006
Calcul optimisé du chemin le plus court entre 2 points d'une grille
[Source : CodeS-SourceS ]
Ce projet permet de calculer le chemin d'un point à un autre dans une matrice comport...
Ce projet permet de calculer le chemin d'un point à un autre dans une matrice comportant des obstacl...
Binding objet (codus 1.3, vc#)
[Source : CodeS-SourceS ]
Un petit programme sans prétention (un carnet d'adresses, que c'est original !) pour ...
Un petit programme sans prétention (un carnet d'adresses, que c'est original !) pour montrer comment...
Cmatrix class with dynamic sizes
[Source : CodeProject.com ]
It is a class for manipulate dynamic matrix...
It is a class for manipulate dynamic matrix
Setting up and using user profiles
[Source : ASP.NET Daily Articles ]
A quick description of ASP.NET 2.0 profiles: what they are, how to set them up, how to rea...
A quick description of ASP.NET 2.0 profiles: what they are, how to set them up, how to read/write them from anywhere in the code, etc.
Asp.net 2.0 - enter key - default submit button
[Source : 123AspX ]
This article discusses about handling the Enter Key in ASP.NET 2.0 using its defaultbutton...
This article discusses about handling the Enter Key in ASP.NET 2.0 using its defaultbutton property.
Binding data to controls
[Source : 123AspX ]
Looking for a way to writer fewer lines of code while streamlining your ASP.NET applicatio...
Looking for a way to writer fewer lines of code while streamlining your ASP.NET application? This article, the first of two parts, shows you one way to do this. It is excerpted from chapter 12 of ASP.NET 2.0 DeMYSTiFieD.
Optimizing your asp.net pages for faster loading and better performance.
[Source : 123AspX ]
In this article the author discusses some options for speeding up the loading of your ASP....
In this article the author discusses some options for speeding up the loading of your ASP.NET pages. Some tips include using caching, control use, and data handling techniques.
Asp.net 2.0 callback
[Source : 123AspX ]
One of the issues developers had when they first started to develop commercial Web sites w...
One of the issues developers had when they first started to develop commercial Web sites was some of the limitations of using a browser as the interface. For instance, there were many cases where you wanted to retrieve information from the server after the user had performed some action, like entering an employee number in a Web page to retrieve the details of an employee. To accomplish this, you would post the current page to the server, retrieve the employee information from the database and refresh the page with the information retrieved from the server. Although this method of refreshing the whole page is very common today, it is inefficient because the Web page refreshes and re-renders the entire page of content, even if only a small percentage of the page has actually changed.
Chatting with atlas
[Source : 123AspX ]
Create your own chat room with this Ajax sample....
Create your own chat room with this Ajax sample.
Codexchange addin for visual studio
[Source : 123AspX ]
CodeXchange is a Visual Studio.NET add-in providing you with instant integrated access to ...
CodeXchange is a Visual Studio.NET add-in providing you with instant integrated access to an online repository of ready to use .NET code snippets.
User tips: calculate the date after a given number of business days
[Source : 4GuysFromRolla ]
An issue came up recently where a client needed to wait a certain number of business day...
An issue came up recently where a client needed to wait a certain number of business days before taking an action. In particular, they wanted to know, given a certain date (such as today), on what date should the action be taken if we must wait 15 business days. A business day is defined as any weekday that is not a holiday.I provided this capability using a user defined function (UDF) in SQL Server 2000. Read on to learn more!See all User Tips...Read More >
Running ironpython in dotnetnuke
[Source : CodeProject.com ]
How to script DotNetNuke the Python way...
How to script DotNetNuke the Python way
Datagridtablestyle - formattage d'un datagrid
[Source : CodeS-SourceS ]
Voilà, je présente une petite classe toute simple, peut-être a t'elle é...
Voilà, je présente une petite classe toute simple, peut-être a t'elle été inventé avant moi mais ce...
Samedi 29 avril 2006
Xp logon control
[Source : CodeProject.com ]
An XPLogonControl that mimics the Windows XP Logon Interface....
An XPLogonControl that mimics the Windows XP Logon Interface.
Code: developing your first visual webgui application
[Source : DeveloperFusion ]
An introduction to Visual WebGui through a sample application....
An introduction to Visual WebGui through a sample application.
Code: visual webgui a unique approach to ajax development
[Source : DeveloperFusion ]
Visual WebGui is not just another AJAX framework but rather a different approach to web ap...
Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys".
Récupérer des informations locales (langue, région, séparateur décimal, séparateur liste, ...)
[Source : CodeS-SourceS ]
Voici une petite methode qui permet la récupération d'un tas d'infos sur la lang...
Voici une petite methode qui permet la récupération d'un tas d'infos sur la langue, la région, etc d...
Récupérer des informations locales et systeme (langue, région, séparateur décimal, séparateur liste, ...)
[Source : CodeS-SourceS ]
Voici une petite methode qui permet la récupération d'un tas d'infos sur la lang...
Voici une petite methode qui permet la récupération d'un tas d'infos sur la langue, la région, etc d...
Multile form tags with runat=server attribute
[Source : CodeProject.com ]
This artcile shows how to use multiple form tags with runat=server attribute...
This artcile shows how to use multiple form tags with runat=server attribute
Using an external configuration source in web.config
[Source : ASP.NET Daily Articles ]
Real world web applications are developed, tested and configured at various levels. For ex...
Real world web applications are developed, tested and configured at various levels. For example, developer of the application will use and test it on his own workstation. Later on the testing team will test it on their test servers. There might be management presentations at which stage the same application is hosted on temporary server. Finally, when the application is complete it is hosted in the production environment. During this entire process the configuration file (web.config) continuously undergoes changes in terms of database connection strings, membership, role and profile provider information and application settings. Changing the web.config file each and every time is tedious and error prone. For example, somebody may forget to change the database connection string and end up modifying data from production database instead of test database. Fortunately, ASP.NET 2.0 comes with a neat feature that allows developers to isolate different sets of configuration settings and then link them inside the web.config file. This reduces the chances of error because the modification required to the configuration file is much less as compared to the previous scenario. This article explains how to use configuration information stored in external files and reduce the mess of managing multiple configurations.
Line counter - writing a visual studio 2005 add-in
[Source : CodeProject.com ]
Provides complete Solution and Project line counting and summary tool, written as a Visual...
Provides complete Solution and Project line counting and summary tool, written as a Visual Studio 2005 Managed Add-In (C#).
Quel vent fait-il ?
[Source : CodeS-SourceS ]
Petit gadget de bureau, sert à récupérer les dernières infos mét&...
Petit gadget de bureau, sert à récupérer les dernières infos météo concernant le vent à partir des d...
Vendredi 28 avril 2006
Lat lays flat - part 4: an asp.net 2.0 google maps control
[Source : CodeProject.com ]
An ASP.NET 2.0 Google Maps control....
An ASP.NET 2.0 Google Maps control.
Explorateur de fichiers bridé
[Source : CodeS-SourceS ]
Voila, je travail désormais dans un cybercafé, et un problème s'est pos...
Voila, je travail désormais dans un cybercafé, et un problème s'est posé avec le logiciel de control...
Test user sample dont approve
[Source : GotDotNet.com ]
fghfghfgh...
fghfghfgh
Visual studio 2005 toolbox utility
[Source : CodeProject.com ]
This useful utility makes it easy to install or uninstall user controls to the Visual Stud...
This useful utility makes it easy to install or uninstall user controls to the Visual Studio 2005 toolbox.
Numeric week and year (ww/yyyy)
[Source : RegExLib.NET ]
This pattern can be used to validate a numeric week (between 01 and 52) and four digit yea...
This pattern can be used to validate a numeric week (between 01 and 52) and four digit year (valid years between 1000 and 2999) separated by a slash in the form of WW/YYYY.
Make session last longer than 20 minutes.
[Source : CodeProject.com ]
This article will show how to make session last longer than 20 minute of inactivity....
This article will show how to make session last longer than 20 minute of inactivity.
Nhibernate best practices with asp.net, generics, and unit tests
[Source : CodeProject.com ]
This article describes best practices for leveraging the benefits of NHibernate, ASP.NET, ...
This article describes best practices for leveraging the benefits of NHibernate, ASP.NET, Generics, and unit testing together.
A simple web proxy with asp.net
[Source : CodeProject.com ]
A simple web proxy that able you browse web pages without government filtering!...
A simple web proxy that able you browse web pages without government filtering!
#zlib - modifying archives
[Source : CodeProject.com ]
A way to modify Zip archives without extracting them completely....
A way to modify Zip archives without extracting them completely.
Geométrie - arc de cercle - gdi+
[Source : CodeS-SourceS ]
Salut tout le monde! Voila mon premier source posté : il fait pas grand chose, il ...
Salut tout le monde! Voila mon premier source posté : il fait pas grand chose, il permet juste de...
Dots game
[Source : GotDotNet.com ]
Just a fun little fun game to play. All you do is enter the size of board and draw the li...
Just a fun little fun game to play. All you do is enter the size of board and draw the lines to make the boxes. If you make a box it is your turn again.
Poo - base de donnees
[Source : CodeS-SourceS ]
Ce programme est une version objet d'un logiciel que j'ai réalisé pour une entre...
Ce programme est une version objet d'un logiciel que j'ai réalisé pour une entreprise (grossiste inf...
Client-side programming with atlas
[Source : ASP.NET Daily Articles ]
Microsoft has developed its own approach to AJAX development called Atlas, which promises ...
Microsoft has developed its own approach to AJAX development called Atlas, which promises browser ubiquity as well as tight, albeit optional, ASP.NET integration. In this column, we survey the Atlas architecture to get a better understanding of how you may use it in your development work.
Creating a web control to insert, update, delete and display data.
[Source : ASP.NET Daily Articles ]
In the following article you will see how to create a custom web control that will help yo...
In the following article you will see how to create a custom web control that will help you to Insert, Update, Delete and display data. It is assumed that you already know how to create web controls, so we will focus our attention in the main points of our web control.
Les sp pour vs 2003 et vs 2005 sont dans les starting blocks. publications prévues en juin et en septembre (vu sur labo.net)
[Source : C2i.fr ]
Les SP pour VS 2003 et VS 2005 sont dans les starting blocks. Publications prévues en...
Les SP pour VS 2003 et VS 2005 sont dans les starting blocks. Publications prévues en Juin et en Septembre (vu sur Labo.NET)
Windows thumbnail resizer
[Source : CodeProject.com ]
An article on how to make an application that let you change the size of the thumbnails in...
An article on how to make an application that let you change the size of the thumbnails in Windows. This is the thumbnails you'll see when you click View -> Thumbnails in Windows Explorer.
Un framework mvc open source pour .net
[Source : ASP-Magazine.com ]
Après le succès de Struts sur la plateforme Java, de plus en plus d'impléme...
Après le succès de Struts sur la plateforme Java, de plus en plus d'implémentations du patttern MVC en .NET font leur apparition. C'est le cas d'Ingenious MVC, fraîchement présenté à la communauté cette semaine. Réservé aux nostalgiques ...
Comxt 13 combined xml tools
[Source : GotDotNet.com ]
Major changes in this version: 1. Added Xml sample generation from Xsd. 2. Added Xml Dif...
Major changes in this version: 1. Added Xml sample generation from Xsd. 2. Added Xml Diff (visual comparison) and Diffgram patching. (See comment below regarding previously saved projects.) For a complete list of "hidden" features and changes, see "About...ReadMe". ComXT is a fast, extensible, lightweight tool combining several useful Xml utilities: XSL Transformations, XSD inference, XSD validation, XPath testing, formatting, Xml sample data generation, Xml Diff & Patch and statistics, as well as EXSLT transformations and XPath testing. It provides an easy-to-use GUI to the .Net 2.0 Xml features, allowing testing, experimentation and learning. Think of it as your "Xml Army Knife"! Included are the complete VS2005 project source files and a ready-to-run executable.
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
Forum
Postes à pourvoir en .n...
Probleme d'affichage bo...
Recherche un geek dispo...
Recherche un geek dispo...
Comment imprimer un cri...
Aide crystal report vs ...
Besoin de renseignement...
Probleme de chargement ...
Vb.net(2008)...
Export pdf depuis cryst...
Comment afficher un cha...
Montreal vfx...
Import de donnees de da...
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...
Application web en vs 2...
Votre aiiiiiiiiiiiiiiii...
Résultat d'une requete ...
Où sont ils...
Checkbox checked proble...
Resolution d'ecran avec...
Dll avec csharp...
Aide à l'inscription...
Transferer des mails da...
Dataset dans visual stu...
Aide sur flash...
Difficulté avec projet ...
Je viens d'avoir le vs....
Gridview | modification...
Page aspx pas affichée ...
Treeview...
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...
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...
[Participer au forum]
Publicité
Dernières Offres d'emploi
[La suite des offres]
Dernière mise à jour il y a 6 minutes
Prochaine mise à jour dans 23 minutes
audit et mesure d'audience visiteurs internet par