DictionaryForumContacts

   English
Terms for subject Microsoft containing Just | all forms | exact matches only
EnglishFrench
just-in-timejuste-à-temps (Pertaining to something that happens when it becomes necessary)
just-in-time compilationcompilation juste-à-temps (The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time)
just-in-time compilercompilateur juste-à-temps (A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program)
just-in-time debuggingdébogage juste-à-temps (A technique that catches faults that occur while the program is running outside the development environment. You must set this option in the development environment before executing your program)
Just meMoi uniquement (The UI label for a permissions setting that indicates an item is being shared with (made available to) no one. (It's private))
Just My CodeUniquement mon code (A Visual Studio .NET debugging feature that allows the user to step through all the user-written code in the current project as well as in any referenced project, and skip over designer-generated code. Also, Just My Code affects breakpoints as well as stepping)