Vertaling van "in.NET" in Roemeens
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
I already said that object is the parent type of all types in.NET.
Am spus deja că object este tipul părinte al tuturor tipurilor în.NET.
By default, in.NET, methods are not virtual.
În mod implicit, în.NET, metodele nu sunt virtuale.
What you might not know is that all data structures in.NET are based at some point on arrays, if you start looking under the hood.
Ceea ce nu știți este faptul că toate structurile de date din.NET se bazează la un moment dat pe array-uri, dacă începeți să căutați sub capotă.
The first parameter is an object type, as I explained in some earlier lesson that object is the parent of all other types in.NET.
Primul parametru este un tip de obiect, așa cum am explicat într-o lecție anterioară că object este părintele tuturor celorlalte tipuri din.NET.
I don't encourage you to do this, the built in.NET one is already there to be used.
Nu vă încurajez să faceți acest lucru, cel integrat în.NET este deja acolo pentru a fi folosit.
100% written in.NET to avoid false positives problems.
100% scris în.NET pentru a evita problemele de false pozitive.
Each exception in.NET contains the so-called stack trace, which gives information of where exactly the error occurred.
Fiecare excepție din.NET conține așa-numita urmă de stivă (stack trace), care oferă informații despre locul exact unde a apărut eroarea.
As we will learn in the lesson about virtual methods, in.NET, methods inherited from the base class and declared as virtual can be overridden.
După cum vom învăța în lecția despre metode virtuale, în.NET, metodele moștenite din clasa de bază și declarate ca virtuale pot fi suprascrise.
C# added generics (parameterized types) in.NET 2.0.
C# a adăugat generice (tipuri parametrizate) în.NET 2.0.
Basic concepts of graphics in.NET.
Noțiuni elementare de grafică în.NET.
I emphasized the "SHARE" word because this should hint you about another thing: how do we call things that can be shared among instances, in.NET?
Am subliniat cuvântul "ÎMPĂRȚI" deoarece acest lucru ar trebui să vă sugereze un alt lucru: cum numim lucrurile ce pot fi partajate între instanțe, în.NET?
And this is the bonus lesson for the day, a thing that few programmers, even professional ones, know or realize, the fact that in.NET, ALL methods, without exception, ARE STATIC.
Iar aceasta este lecția bonus pentru astăzi, lucru pe care puțini programatori, chiar și profesioniști, îl cunosc sau îl realizează, faptul că în.NET, TOATE metodele, fără excepție, SUNT STATICE.
This method can be used on all the data types in.NET Framework.
Această metodă poate fi utilizată pentru toate tipurile de date în.NET Framework.