TCS C# Interview Questions for Senior .NET Developer.
Please use the comment section to answer the questions.
- How to dynamically set variable value with C#?
- What is System.Linq.Expressions in C# used for?
- How do you access attributes when de-serializing XML,?
- How do you control event firing in C#?
- How do you handle upgrades of software you develop?
- How to eliminate duplicate code?
- What is the use of a static class?
- How do you control how an object is hashed by a hashset?
- How do you handle user preferences?
- What is System.Void in C#?
- How do you emulate "friend" in C#?
- Explain what is the use of calling base class's constructor if there is no overloading constructor available?
- Using C#, how do you validate a html file?
- Explain what is the difference between "var" and "object" in C#
- How can you convert a byte array to a string in C#?
- How can you have your method wait for all threads to finish?
- How do you enter a special character as a password character in C#
- What is the use of documented protected properties is in framework classes?
- How do you convert a Char into a Keycode in .Net?
- How do you have your WPF application to be running as a service in C#?
- How to enumerate through IDictionary in C#?
- Explain what is the "volatile" keyword used for?
- What is the use of IClonable interface in C#.NET?
- Explain what is the difference between | and || or & and && for comparison.
- What is the use of Indexers in C#?
- How do you convert a DataTable into a generic list in C#?
Related Posts
No comments :