What is 3 tier architecture?
No Answer is Posted For this Question
Be the First to Post Answer
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
syntax for binding the data from database
What is RCW (Run time Callable Wrappers)?
How to create multiple inheritance in c#, with example?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What are the authentication methods in .net?
Explain what do the terms “boxing” and “unboxing” mean?
what user controls are and what server controls are and the differences between the two.
What method do you use to explicitly kill a users session? How?
Explain about .net assemblies?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Explain garbage collection?