You are on page 1of 2

C# RELATED QUESTIONS:

1. What is an Object and a Class?


2. What are the fundamental OOP concepts?
3. What is Managed and Unmanaged code?
4. What are the different types of classes in C#?
5. Explain Code compilation in C#.
6. What are the differences between a Class and a Struct ?
7. What is the difference between Virtual method and Abstract method?
8. Explain Namespaces in C#.
9. Explain Abstraction.
10. Explain Abstraction.
11. How is Exception Handling implemented in C#?
12. What are C# I/O Classes? What are the commonly used I/O Classes? Some
commonly used I/O classes are:
13. What is Stream Reader/Stream Writer class?
14. What is an Abstract Class?
15. What is a Destructor in C#?
16. What are boxing and unboxing?
17. What is the difference between Continue and Break Statement?
18. What is the difference between finally and finalize block?
19. What is an Array? Give the syntax for a single and multi-dimensional array?
20. What is a Jagged Array?
21. Name some properties of Array.
22. What is an Array Class?
23. What is an Escape Sequence? Name some String escape sequences in C#.
24. What is a String? What are the properties of a String Class?
25. What is a Delegate? Explain.
26. What is Parsing? How to Parse a Date Time String?

Dot Net RELATED QUESTIONS:

1. What is ASP.Net?
2. What's the use of Response? Output. Write ()?
3. In which event of page cycle is the View State available?
4. What is the difference between Servers? Transfer and Response. Redirect?
5. From which base class all Web Forms are inherited?
6. What are the different validators in ASP.NET?
7. Which validator control you use if you need to make sure the values in two
different controls matched?
8. What is View State?
9. How long the items in View State exists?
10. What is caching?
11. Can we add code files of different languages in App_Code folder?
12. How can we prevent browser from caching an ASPX page?
Use the SetNoStore() method as follows, in the ASPX page: <%@ Page
Language=”C#” %> <% Response.Cache.SetNoStore(); Response.Write
(DateTime.Now.ToLongTimeString ());
13. Which protocol is used to call a Web Service?
14. Explain role based security?
15. What is Cross Page Posting?
16. How can we apply Themes to an asp.net application?
17. How we can force all the validation controls to run?
18. What is collections?
19. What is use of abstract class, how to use it in project?
20. Why we use interface?
21. What is use of delegate and event?
22. What is difference between connected and disconnected architecture?
23. What is string builder?
24. What is state management in asp.net ?
25. Explain page life cycle in asp.net ?
26. What is use of web services in asp.net ?
27. Difference between asp.net & asp
28. What is MVC?
29. When Url goes to running How to work MVC life cycle....which method are
called?
30. GET, POST, Put, Delete in MVC?
31. Strongly type View?
32. Action Method …..What is file for imported in MVC?
33. Difference b/w Stored procedure and functions?
34. What are the session Mode?
35. What is web services?

SQL SERVER RELATED QUESTIONS:


1. What the two authentication modes in SQL Server are?
2. What Is SQL Profiler?
3. What is recursive stored procedure?
4. What is CHECK constraint?
5. What are the differences between local and global temporary tables?
6. Can SQL servers linked to other servers?
7. What are the types of sub query?
8. What is COALESCE in SQL Server?
9. What is the purpose of FLOOR function?
10. What is a Trigger? What are the types of Triggers?
11. What is Collation?

You might also like