when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 2982String[] 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
6 8116DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
3 6382Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
1 5026Post New Dot Net General Questions
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What do you mean by web service?
What are the differences between user control and server control?
What is il and c#?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is heap and what is stack?
What does jit do?
Difference between user groups and code groups
Describe the programming model of a windows service
Is .net a programming language?
What is an anonymous method and how is it different from a lambda expression?
Which Namespace is used to to achieve MultiThreading in .NET?
Explain about Behavioral design pattern?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What is the difference between server.transfer and response.redirect? Why?