1. What is lazy loading?
2. What is delay signing?
3. How to transfer view object to presenter in MVP?
4. How to create a generic class?
5. What is Ajax object?
6. What is explicit interface implementation?
7. I1, I2 interfaces have same methods (say PrintName)
explicitly implemented in class C1. Now how to call
PrintName method from I1?
8. I have a list of Customers. List the customer with
maximum orders using LINQ.
Answer Posted / it training center in noida (a
Basically i know that who is have answer of your question ? is that APTRON Solutions Pvt. Ltd. can provides your all question because he provides to All IT courses Class in Noida Branch . you visit here : http://aptronnoida.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle exceptions that are raised in a component?
What is difference between array and list?
What is final keyword in c#?
How can I use .NET components from COM programs?
How do I create a dbml file?
Can we have two main methods in c#?
Explain 'structure padding'?
Can you mark static constructor with access modifiers?
What is the difference between const and readonly in c#.net?
What is the difference between ref and out parameters in c#?
How big is int16?
What is the do while loop code?
Explain the process of abstraction with an example?
Describe the process of “exception handling implementation” in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?