- What is MSIL, IL, CTS
- What is CLR? How it will work
- Is .NET a runtime service or a development platform
- What is .NET Framework
- How can Bitwise OR operator represents in .Net
- Is it possible to run 2 applications on a single m/c, one App on .Net framework 1.0
- What is JIT and how is works
- Which is the base class for .net Class library
- What is the use of trace utility
- What are Satellite Assemblies how will create this
- Features in .net framework 1.1
- What is CLR and how it generates native code
- Define .NET architecture
- What is serialization in .NET? What are the ways to control serialization
- Explain About .NET Framework ?
- What does CLR do as soon as an assembly is created
- Explain About namespaces
- How .net assemblies are registered as private and shared assembly
- Types of assemblies that can be created in dot net
- What is side by side Execution
- Integer & Struct are value types or reference types in .NET
- Explain About DTS package
- How do you do role based security
- How do you register the dot net component or assembly
- What does assemblyinfo.cs file consists of
- What is strong name and which tool is used for this
- What is gacutil.exe. Where do we store assemblies
- What are the different steps to create shared assemblies
- What platforms does the .NET Framework run on
- Where does web. config info stored? Will this be stored in the registry
- What is Partial Assembly References
- What does assert() method do
- How do assemblies find each other
- Why are there five tracing levels in System.Diagnostics.TraceSwitcher
- How does assembly versioning work
- Can we look at the IL for an assembly
- Does the .NET Framework have in-built support for serialization
- Can source code be reverse-engineered from IL
- What are the contents of assembly
- What are the ways to deploy an assembly
- What are the mobile devices supported by .net platform
- What are the methods in Thread class
- What are the properties of Thread class
- What is Thread Priority
- What is the difference between STA and MTA
- What is VSS? Where we use it
- Can we call the garbage collector to run explicitly
- What is boxing and unboxing
- What is the use of finalize and dispose even though garbage collector is working
- What is the main difference between VS 2005 and VS 2003
- What is namespace used for loading assemblies at run time and name the methods
- How would you make a combo-box appear in one column of a DataGrid
- What is different between User Control and Web Control and Custom Control
- What are the different authentication modes in the .NET environment
- What is Global Assembly Cache (GAC) and what is the purpose of it
- What are the ways to show data grid inside a data grid for a master type of tables
- How will you load dynamic assembly
- How will create assemblies at run time
- What are the types of assemblies and where can u store them and how
- Reading doc file in textbox using .net2005 with c#
- In which circumstances you used delegates
- What are generics? Without generics what are the disadvantages in 1.1
- How Garbage Collector identifies the objects which are not in use
- Tell me about the internal working of Garbage collector
- What is MVC pattern
- Difference between manifest , metadata
- If Controller is not there in MVC Pattern what happens
- What are background threads
- Can you handle all button click events at once in a form? Give coding
- If foreground completes its processing will it wait for background threads
- If background completes its processing will it wait for foreground threads
- If we write return statement in finally block will it works fine or throws any error
- Verify this code whether it works fine or gives error: Object obj=5; int i=6;i=i+obj;
- Can any one tell about REFLECTION with example
- If we not suppress finalize method in dispose what will happen
- If we want to construct our own Garbage collector what are the things we have to do
- If you are using components in your application, how can you handle exceptions raised
- What does CLR do after the IL is generated and machine language is generated
- How to maintain the session state
- what is Abstract class and interface and inheritance with example
- What was the problem in traditional component why side by side execution is supported
- How to generate the strong names & its use
- About Assembly in .NET, types of assemblies, their difference, Howto register GAC
- what is the access specifier used for that methods in the code behind file
- write any code for DataGrid methods