Some interview questions
- Can we call base class method in child class? No
- what is private constructor?
- difference b/w clustered and non clustered index, can we create non-clustered index without clustored index?
- how do get view state on other page?
- difference b/w interface and abstract class?
- How many ways we can implement interface?
- difference b/w read only and constant?
- what is data contract in WCF?
- How to implement security in you web application?
- how to implement security in WCF?
- What are the new features in c# 4.0, asp.net 4.0 and SQL server 2012?
- what is asp.net page life cycle?
- What is application and connection pooling?
- difference b/e finalize and dispose method?
- Garbage collector life cycle or generation?
- what is static class?
- difference b/w Ienumrable and IQuariable-LINQ
- what do they do Skip(), skipWhile(), take(),and takeWhile() methods-LINQ?
- difference b/w stored procedure and user function
- difference b/w delete, drop and truncate?
- what is delegate what is its use?
- difference b/w delegate and function pointer?
- when do we need transport security and when does message security in WCF?
- Example of joins in LINQ?
Please search all these answers on google
Thanks