Accueil | Remonter | Abréviations | C++ | C SHARP | FORTRAN | HTML | POINT NET | SQL | VB | Instructions
   
   
Accueil
Introduction
Contact
L'auteur
Remerci.
Recherche
Plan
LIENS
Livres
Dictionnaire
Freeware
Logiciels

Dictionnaire informatique sur point net de Microsoft (DOTNET)

Traduction de mots (termes) : vocabulaire, dico, traduire, franco, traduire, site de conversion, documentation, dico informatique, .net, Dotnet, vs.net, framework,

 

 
 

Accueil
Abréviations
C++
C SHARP
FORTRAN
HTML
POINT NET
SQL
VB
Instructions

 

 

 

nom en anglais nom fr (complément) rubrique
%@ instruction asp.net COMPLEMENT : <%@ LANGUAGE="VBSCRIPT" %> <% code %> instruction
? point d'interrogation framework
@ directive COMPLEMENT : ex5 (@page) framework
<% %> instruction de code (C#, vb.net) COMPLEMENT : <%@ Page language="VB" %> framework
3-tier 3 niveaux COMPLEMENT : 3 couches : présentation, business, données, D. ANGLAIS : 3 tier, three-tier, presentation, business, data, framework
absolute absolue COMPLEMENT : POSITION: absolute propriété
abstract classe de base pour d'autres classes classe
activator activateur (.net) COMPLEMENT : créer des types d'objet classe
ActiveX server Framework communication avec les applications externes framework
allow paging autoriser la pagination propriété
anchor ancrer propriété
appdomain domaine d'application CLR
append ajouter (à la fin) méthode
application application classe
array classe "array" classe
arraylist implémente un tableau dynamique d'objets classe
ASP dot NET technologie pour la création de sites web dynamiques D. ANGLAIS : ASP.NET ,Active Server Page, langage
ASP.NET langage ASP point net D. ANGLAIS : ASP dot NET langage
ASPX page développée en ASP.net COMPLEMENT : ex5.aspx (aspx.cs et aspx.resx) D. ANGLAIS : ASP.net source file divers
assembly groupe de classes qui collaborent (bibliothèque) COMPLEMENT : mscorlib.dll framework
assembly manifest manifeste de l'"assembly" framework
auto format mise en forme automatique framework
backcolor couleur de fond (asp.net) COMPLEMENT : BackColor="#CCCCCC" propriété
BCL librairie de base D. ANGLAIS : Base Class Library classe
behind derrière D. ANGLAIS : code behind framework
bin répertoire bin répertoire
bordercolor couleur Bordure COMPLEMENT : BorderColor="#999999" framework
caching mémoire cache framework
calendar calendrier / agenda contrôle
CCW wrapper pouvant être appelé par COM D. ANGLAIS : com callable wrapper framework
cellpadding espacement entre les cellules COMPLEMENT : cellPadding="4" framework
checkedListBox boîte de liste avec cases à cocher contrôle
CIL langage CIL D. ANGLAIS : Common Intermediate language framework
class classe "objet" classe
class library librairie de classes COMPLEMENT : system, system.web framework
CLR langage CLR D. ANGLAIS : Common Language Runtime framework
CLS .. D. ANGLAIS : Common Language Specification divers
CLS-compliant conforme CLS framework
code manager code managé framework
code-behind code à l'arrière COMPLEMENT : code caché D. ANGLAIS : code behind framework
collections collections Framework classe
commandText propriété de l'objet "Command" COMPLEMENT : …commandtext = "select…"; // en C++ propriété
commandType type de commande COMPLEMENT : textn storedProcedure, tableDirect, propriété
comparer comparaison classe
config extension de fichier pour la configuration COMPLEMENT : web.config divers
configuration configuration framework
connectionString chaîne de connexion COMPLEMENT : paramètres de connexion pour l'objet "connection" propriété
consumer consommateur framework
context environnement de tout objet framework
count nombre d'éléments COMPLEMENT : dropdownlist1.items.Count nombre
CPS .. D. ANGLAIS : Crypto Service Provider divers
createDirectory création d'un répertoire (.net) méthode
CTRL+J affichage de la syntaxe clavier
CTRL+space permet d'avoir la liste des possibilités clavier
culture culture (.net) COMPLEMENT : classe : CultureInfo framework
currentDirectory nom du répertoire courant propriété
custom attribute attribut personnalisé framework
custom control contrôle personnalisé framework
DA ..... D. ANGLAIS : Data Adapter divers
DAL ..... D. ANGLAIS : Data Access Language divers
data donnée (classe) COMPLEMENT : using System.Data; classe
data view permet de voir créer une vue objet
dataAdapter objet ADO : permet de remplir un dataset D. ANGLAIS : DA objet
database designer outil graphiques pour les bases de données outil
datagrid contrôle Data Grid contrôle
datagrid contrôle Data Grid (asp.net) framework
datalist liste de données contrôle
datareader lecture de données objet
datarow propre à l'application framework
DataSet base de donnée déconnectée en mémoire D. ANGLAIS : DS objet
dataSource nom de la source de la base de données propriété
defaultLanguage langage par défaut COMPLEMENT : defaultLanguage="c#" framework
defaultView affichage par défaut COMPLEMENT : DataSetVoiture.Tables["ex5"].DefaultView; propriété
deleteCommand suppression de données propriété
denial méthode de refus d'une autorisation méthode
deployment déploiement framework
design pattern schéma à suivre framework
DEVENV ..... COMPLEMENT : devenv.exe, D. ANGLAIS : DEVelopment ENVironment divers
diagnostics diagnostique (classe) classe
directoryInfo classe pour gérer les répertoires classe
DISCO ..... D. ANGLAIS : DISCOvery file divers
DNA architecture d'application Internet distribuée COMPLEMENT : service : user, business, data D. ANGLAIS : Distributed InterNet Application architecture framework
docking ancrage propriété
dot net point net COMPLEMENT : .NET D. ANGLAIS : visual studio.net (framework) programmation
dotnet point net (.net) COMPLEMENT : société : Microsoft framework
drawing méthode dring COMPLEMENT : System.Drawing méthode
dropdownList liste déroulante contrôle
DSL .. D. ANGLAIS : Domain-Specific Language divers
DTE ...... D. ANGLAIS : Development Tools Extensibility divers
DTL définition des caractéristiques des éléments à afficher D. ANGLAIS : Document Type Definition framework
DV ..... D. ANGLAIS : DataView divers
dynamic Help aide dynamique fenêtre
empty vide (.net) fonction
enumeration énumération framework
equals est égal à (=) (.net) méthode
eventLog journal des évènements (.net) classe
extender amplificateur framework
FCL librairie de classes Framework D. ANGLAIS : Framework Class Library classe
fileinfo information sur un fichier (classe) classe
fill remplissage d'un DataAdapteur COMPLEMENT : Daex5.fill(Dsex5,"ex5"); // en C SHARP méthode
finalize méthode "finalise" méthode
font-Bold caractère en gras (oui/non) COMPLEMENT : Font-Bold="True" framework
font-names nom de la fonte COMPLEMENT : Font-Names="Verdana" framework
font-size taille de la police de caractères (ASP) COMPLEMENT : font-size="Larger" framework
forecolor couleur du texte (asp.net) COMPLEMENT : Forecolor="Black" framework
form classe ""feuille" COMPLEMENT : forms : feuille classe
framework cœur du .net (DOTNET) COMPLEMENT : société : Microsoft D. ANGLAIS : MS.NET FRAMEWORK framework
framework environnement framework
framework ossature framework
framework structure base
GAC cache de l'assembly global D. ANGLAIS : Global Assembly Cache framework
garbage collector programme récupérateur de place D. ANGLAIS : GC, framework
GC ramasse-miettes D. ANGLAIS : Garbage Collector framework
gethashcode membre de "object" objet
gettype membre de "object" méthode
global fichier : déclarations globales COMPLEMENT : global.asax fichier
globalization globalisation COMPLEMENT : new System.Globalization.CultureInfo("fr-BE"); framework
heap zone mémoire (tas) framework
hour donne l'heure date
hyperlink lien COMPLEMENT : …"ex5.htm">Aide/asp:Hyper Link> framework
ID identificateur COMPLEMENT : id="'label8" D. ANGLAIS : Identifier propriété
if si (asp.) COMPLEMENT : <% if trim(repà %> <%end if%> logique
IL langage intermédiaire D. ANGLAIS : Intermediate Language framework
imagesButton bouton d'images contrôle
include insertion d'un fichier dans .net COMPLEMENT : #include virtual='ex5.inc' framework
inner class classe intérieure classe
insertCommand insertion d'un dataset dans une DB propriété
int32 donnée donnée
IO entrée sortie COMPLEMENT : System.IO D. ANGLAIS : Input Output classe
ISM ..... D. ANGLAIS : Integrated Services Model divers
iunknown interface inconnue interface
JITTED ..... D. ANGLAIS : just-in-time compiled divers
Just In Time juste à temps D. ANGLAIS : JIT framework
larger plus grand COMPLEMENT : Font-size="Larger" propriété
listBox liste d'éléments contrôle
LMD langage de manipulation de données framework
localhost sur sa machine COMPLEMENT : http://localhost/, ping 127.0.0.1, framework
M machine COMPLEMENT : machine (anglais) framework
managed code code managé framework
manifest manifeste COMPLEMENT : contient les informations des assemblies framework
merge module Module de fusion framework
messaging messagerie framework
metadata méta donnée COMPLEMENT : code de l'exécutable framework
month retourne le mois (1-12) (VB, .net) date
MSIL langage intermédiaire Microsoft D. ANGLAIS : Microsoft Intermediate language framework
MUTEX ..... D. ANGLAIS : MUTal Exclusion divers
namespace espace de nommage framework
namespace espace de noms (system,…), groupe de classes COMPLEMENT : namespace ex5 {….} framework
native code code natif framework
NGEN ..... COMPLEMENT : ngen.exe D. ANGLAIS : Native image GENerator divers
now date et heure actuelle COMPLEMENT : Now()….. date
OBJ répertoire obj. répertoire
object classe objet classe
oleDbConnection connexion OLEdb objet
onChange sur changement événement
opening ouvrir framework
originator signataire framework
ORM ..... COMPLEMENT : avec Visio D. ANGLAIS : Object role Modelling divers
outlining mode plan framework
page_load chargement de la page fonction
panel panneau contrôle
PEC ...... D. ANGLAIS : Primary Event Collector divers
platform invoke appel de plate-forme D. ANGLAIS : Pinvoke framework
postback aller-retour framework
process processus (classe) classe
provider nom du fournisseur OLE DB ou SQL propriété
PT point COMPLEMENT : Font-Size="8pt" D. ANGLAIS : PoinT framework
public key clé publique framework
px pixel COMPLEMENT : height="150px" D. ANGLAIS : PiXel framework
RAD développement rapide d'application D. ANGLAIS : Rapid Application Development framework
RDF .. D. ANGLAIS : Resource Description Framework divers
read lire fonction
resource view affichage des ressources framework
response objet réponse objet
RMI ..... D. ANGLAIS : Remote Method Invocation divers
runat tourne sur COMPLEMENT : runat="server" pa. instruction
runtime host hôte framework
server explorer explorateur de serveurs outil
service service (.net) COMPLEMENT : User, business, data D. ANGLAIS : DNA style model framework
SLN nom de la solution d'un projet COMPLEMENT : exemple.sln D. ANGLAIS : solution name divers
SN nom fort COMPLEMENT : sn.exe D. ANGLAIS : Strong Name outil
SNK ..... D. ANGLAIS : strong name key divers
socket socket (.net) COMPLEMENT : System.Net.Sockets D. ANGLAIS : sockets, framework
solution solution pour un projet COMPLEMENT : ex5.sln D. ANGLAIS : sln (solution name) framework
solution explorer explorateur de solution outil
solution item éléments de solution D. ANGLAIS : solution items framework
sqlCommand objet sqlCommand objet
sqlDataAdapter objet ADO.net objet
SQLError fichier erreurs SQL COMPLEMENT : sqlError.asp fichier
static member membre partagé framework
streamreader lecture de fichier texte fichier
strong Name nom fort (SN) COMPLEMENT : nom constitué de l'identité d'un "assembly" D. ANGLAIS : SN framework
strong-named nom fort COMPLEMENT : sn.exe D. ANGLAIS : SN framework
style style COMPLEMENT : style="Z-INDEX: 117; …" framework
system classe système COMPLEMENT : using system; // en C_sharp D. ANGLAIS : namespace, classe
system système (syst.) COMPLEMENT : c:\windows\microsoft.net\...\system.dll fichier
systemInformation informations sur le système d'exploitation contrôle
tabcontrol contrôle Tab (onglet) contrôle
table designer outil graphique pour les tables outil
tlbimp ..... COMPLEMENT : tlbimp.exe D. ANGLAIS : type library Importer divers
toolbox boîte à outils (.net) COMPLEMENT : Windows forms, html, outil
tooltip info bulle (asp.net) COMPLEMENT : ToolTip = "ex5 info bulle" framework
top au dessus COMPLEMENT : top: 31px propriété
trace tracer COMPLEMENT : trace="false" framework
U utilisateur COMPLEMENT : user framework
UCS ..... D. ANGLAIS : Unicode Character System divers
unmanaged code code non managé framework
UpdateCommand mise à jour d'un dataset vers une DB propriété
UTF-7 UCS Transformation Format 7 bits framework
VBC compilateur Visual Basic D. ANGLAIS : Visual Basic Compiler framework
VDISCO ..... D. ANGLAIS : discovery file divers
version numéro de version d'un assembly du CLR framework
versioning version d'un assembly COMPLEMENT : major, minor, revision, build framework
verticalAlign alignement vertical COMPLEMENT : VerticalAlign="Bottom" framework
visible visible (asp.net) COMPLEMENT : Visible = False propriété
visitor visiteur framework
VISP ...... D. ANGLAIS : Visual Studio Integration Program divers
VSA ..... D. ANGLAIS : Visual studio Analyzer divers
VSCC ..... D. ANGLAIS : Visual Studio Combined help collection divers
VSEA VS.net architecture D. ANGLAIS : Visual Studio.net Enterprise Architecture framework
VSED VS.net édition pour développeur D. ANGLAIS : Visual Studio.net Enterprise Developer framework
VSIP ..... D. ANGLAIS : Visual Studio Integrator Program divers
WEB classe web COMPLEMENT : system.web classe
WEB fichier de configuration de l'application WEB COMPLEMENT : web.config fichier
Web form formulaire web D. ANGLAIS : Web Forms framework
Web Service service Web D. ANGLAIS : WS framework
write écriture méthode

Suggérez un terme Signalez une erreur Avis/suggestion
     

 

Précédente | Suivante

 

Dictionnaire informatique anglais français - Copyright © Kramer Steven - All Rights Reserved - Traduction des termes sur les ordinateurs