What are the core differences between .NET Languages ?
What is new in .net core?
Explain how com+ related to the dna architecture?
Explain what relationship is between a process, application domain, and application?
What are the properties of ADO.NET?
Is .net a language?
Explain what is the difference between a class and an object?
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; }
Explain cas (code access security)?
syntax for binding the data from database
What?s typical about a Windows process in regards to memory allocation?
Explain the difference between managed and unmanaged code?
What is the use of ErrorProvider Control in .NET?