- What is Polymorphism? Explain about that?
- What is the difference between overriding and over loading?
- What is Entity Frame Work?
- What is the difference between Data set and data reader?
- How many types of contracts are there?
- Can we define different contracts in one end point?
- Can we define different operation contracts in one service contract?
- Can we define different data contracts in one service contract?
- What is the difference between data contract serialization and XML Serialization?
- If I declare bit data type as unique key how many records we can store?
- If I declare bit data type as primary key how many records we can store?
- If I declare primary key which type of index it is?
- What is clustered index?
- What is non clustered index? How Many non-clustered indexes we can define on a table?
- Explain EDM concept?
- I have a data grid with 10000 records? How to do pagination? If I done pagination will it go to write query to fetch data for this page?
- By which method Data set do DML operations?
- How many types of Data set are there?
- What are the validation controls in asp.net
- Are validation controls server side or client side?
- If I want to make validation controls client side what I have to do? How many ways we can validate controls
- How Data grid renders (explain from getting data from data base to binding)
- If Data grid is bind with some data, I kept that data in session; in pagination will it get from session or database? Data source is Data set not session?
- How to do client side pagination for data grid in .Net?
- Have you worked on security configurations in .Net?
- Which is faster Entity Frame work or ADO.NET and Why?
- What is difference between ref and out key words?
- What is protected internal? What is sealed class?
- Class A—Getint(): B { Return 5(); } Class B—Getint() { Return 7(); } Class C{ Example A=new class A() Int X=A.GetInt(); } What is the value of x , if I want value 7 what we have to do?
Sunday, 15 June 2014
.Net Face to Face interview questions for 5+ Years of experience having the skills C# .Net, OOPS, ASP.Net, SQL Server, Java Script, WCF
Labels:
5 years plus
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment