What is an exe and a dll?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of transactions are there in com + .net ?
Explain code access security.
What is Atomicity?
What is meant by localization?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
How do you generate a strong name?
Please explain what is immutability, what is it for and how is it codified?
What is a formatter in .net?
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
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 why do we use the “using” statement?