How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
1125Post New Dot Net General Questions
How is a managed code executed?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Define marshling?
What is a variable of implicit type and what is its scope?
Tell us why do we use the “using” statement?
Explain what is the difference between a class and an object?
What method do you use to explicitly kill a users session? How?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
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.
What is lazy initialization?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What are the important components of .net?
When displaying fonts, what is the difference between pixels, points and ems?
Explain me what is the difference between an abstract class and an interface?