|
|
-
How do you modify the given code to produce desired reuslts to solve missing corners?
|
-
C# has an ++ operator while VB.NET lacks this operator. Which one of the following sub/function can be used as an equivalent of the C# i++ operator?
|
-
What is the difference between Co & Contra Variance ? When do you use each of these in practical scenario? Explain Why?
|
-
How do you make dynamic controls to work as expected?
|
-
What problems can arise when attempting to save changes back to the database, when using Parent/Child DataRelations ...
|
-
This question focuses on knowledge of the .NET handling of strings and which is the best for performance and memory consumption.
|
-
What is the best practice to read data from XML file via C#/VB.NET with out using LINQ ?
|
-
Providing multiple constructors to a class brings with it great flexibility for your developers, but means you need to take care not to duplicate your code needed for initialization. In the following sample the developer has provided multiple constructors and provided a single method for initialization, but this has made the code less efficient. Can you explain why this anti-pattern is less efficient?
|
-
Why Data Contract , if Serilization attribute was alreday there ?
|
-
Convert a string containing formatted number with comma.
|
|