How you apply a theme in whole application in .Net?
No Answer is Posted For this Question
Be the First to Post Answer
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Resource Files: How to use the resource files, how to know which language to use?
How viewstate is being formed and how it's stored on client in .net?
What is Entity Relationship Model in .NET?
DateTime[] 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
Is .net capable of supporting multi-thread?
How will you load an assembly which is not referenced by current assembly?
How inheritance works in .net?
Describe ways of cleaning up objects.
i 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 Answers Deloitte, Srp Khanij,
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Difference b/w dataset.clone and dataset.copy ?