What are the new features of Framework 1.1 ?
What is Event - Delegate? clear syntax for writing a event delegate
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Describe the Managed Execution Process?
Interop Services?
What is RCW (Run time Callable Wrappers)?
How does u handle this COM components developed in other programming languages in .NET?
How will you register com+ services?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What tags do you need to add within the asp:datagrid tags to bind columns manually.
what user controls are and what server controls are and the differences between the two.
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How will you load dynamic assembly? How will create assemblies at run time?
Describe the Managed Execution Process