Which is executed if an exception has not occurred?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What's the difference between the debug class and trace class? Documentation looks the same.
How to rotate an Image in C#?
0 Answers Petranics Solutions,
Can we inherit private members of class in c#?
Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }
What is the difference between static class and sealed class in c#?
wipro interview question on 28-Apr-10 1.what type of authentication used in web service, 2.what are type of multithreding ? 3.diff bet delegate and multithreading? 4.how to write update query trigger in stored procedure. 5. if you are so sharp then what happens when you click .net appln exe in system,who CLR get loaded. 6.how to use work flown in application. 7.what is main purpose of script manager. 8.how u handle cretical transaction. 9.how you syncronize the method from no of user, 10.how change name of shared assambly
what is CLONE() method?
Differentiate between object pooling and connection pooling in c#?
How the versioning applies to Assemblies or can you explain version numbers?
How many aware interfaces are there?
How does dependency injection work c#?