when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 3134String[] 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 8575DateTime[] 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 6669Is .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 5188Post New Dot Net General Questions
How many design patterns can be created in .net?
Difference between machine.config and web.config?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain how to load the contents of an xml file into an xmldocument object?
How do I spawn a thread?
What are code contracts?
Explain assemblies in .net?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What is the use of design pattern?
How com+ related to the dna architecture?
What is the single responsibility principle?
Explain how viewstate is being formed and how it's stored on client in .net?
What tools can I use to develop .net applications?
What is garbage collection and how it works ?
Tell us what is a variable of implicit type and what is its scope?