Answer Posted / pranjal
smallest execution unit in .net framework . a file that is
automatically generated by compiler on succesful compilation
of .net application
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are an object and a class?
What are the features of dot net?
Do I have any control over the garbage collection algorithm?
What is the procedure to add assemly to gac to make it shared one?
Explain the difference between task and thread in .net?
What is the difference between imperative and interrogative code?
What is concurrency? How will you avoid concurrency when dealing with dataset?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Tell us what is heap and what is stack?
How does linq work?
Explain how to stop a thread?
Is atl redundant in the .net world?
Explain clr, cts and cls?
What is a windows process in .net?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.