As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is the use of immutability?
Describe the role of global.asax.
What is a formatter?
How many types of transactions are there in com + .net ?
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
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
Explain how to manage pagination in a page using .net?
What application do you use to install a Windows service?
Example from .net. Integer & struct are value types or reference types in .net?
Tell us why do we use the “using” statement?
Explain about .NET services?
What are the features of dot net?