What is typical about a windows process in regards to memory allocation in dot net?
No Answer is Posted For this Question
Be the First to Post Answer
What is finalize method in .net?
Writing a Stored procedure to insert the values into a table
Name some of the languages .NET support?
Describe the start-up process for a Windows service.
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain the different parts of an assembly?
What’s different between process and application in .net?
What is meant fulltrust?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What is an Interface? Have you ever developed an Interface.
.What is Marshaling?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }