Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441) 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?
4 10736i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 7004you 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.
2 7552when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 3074String[] 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 8380DateTime[] 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 6551
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Where is system windows forms dll?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is display mode in mvc?
What are the options provived by vss to the user? how it will help us while delevoping application?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain pipelining? : .NET Architecture
What is cache coherency? : Dot net architecture
Explain webfarm vs webgardens in .net?
What is one way operation?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Using activex control in .net?
Can I create my own permission set?
Explain boxing and unboxing in .net.
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?