What is the difference between Decorator and Adapter pattern?
Explain the difference between a Private Assembly and a Shared Assembly
Can you have more than one namespace in c#?
What is difference between C# and VB.NET?
I want to single value if you give any integer value. Below are examples 1. Input: 123 Output: 6 2. Input: 99 9+9=18 1+8 Output: 9 How to get above output?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is ilasm.exe used for?
How do I join one form to another in c#?
Explain Direct CAST vs CType ?
Is int a class in c#?
Contrast System.String and System.Text.StringBuilder classes?
Can u create multiple threads of execution ?
1 Answers IBM, ITC Infotech, UHU,
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?