How will you do Redo and Undo in a TextControl?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Write a program in C# for checking a given number is PRIME or not.
Write a program to find the angle between the hours and minutes in a clock
Write a C# program to find the Factorial of n
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
How can you read 3rd line from a text file?
What is Expression Trees?
How to use GroupBy in LINQ?
Explain Union, Intersect and Except?
What is Expression?
How can you handle concurrency in LINQ to SQL?
What are different types of joins in LINQ?
What is difference between ADO.NET and LINQ to SQL?
Can you disable lazy/deferred loading?