How does the .NET framework work?
•.NET framework-based applications that are written in supportive languages like C#, F#, or Visual basic are compiled to Common Intermediate Language (CIL).
•Compiled code is stored in the form of an assembly file that has a .dll or .exe file extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain code access security.
What is the difference between constants and read-only variables?
What is equivalent for regsvr32 exe in .net ?
Explain what are possible implementations of distributed applications in .net?
What’s different between process and application in .net?
Explain what rare the types of jit and what is econo-jit?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the use of activex control in .net?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What?s Singleton activation mode?
What is an EXE?
Which file is taken by compiler when we have both file Application and Server Configuration file?