What is data type and how many types of data types are in .NET ?
No Answer is Posted For this Question
Be the First to Post Answer
How is .net able to support multiple languages?
Readonly vs. const?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
How will you do redo and undo in textbox control?
State the various features present in .NET?
Explain asp.net?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
Please explain about "this" object
Can u explain me What is encapsulation?
7 Answers Deloitte, GK companies,
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
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
What is a serviced component?