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 10758i 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 7017you 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 7564when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 3080String[] 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 8414DateTime[] 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 6567
what is msl?
Name the classes that are introduced in the system.numerics namespace.
What is a web service in .net?
how to set the startup position of the form?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
To which namespace does the control class belong?
How do you turn off cookies for one page in your site? Give an example.
When do we use delegates in your remoting applications?
What is layout in mvc?
What are ajax helpers in asp.net mvc?
What is the difference between absolute expiration and sliding-time expiration?
any one can explain about projectarchitecture and project approach briefly
Which window allows viewing the resources of the servers, such as services, processes and the event log?
List the new features added in .net framework 4.0.
Is dim fs as filestreamobject is a managed code? : Dot net architecture