Tell about your technical profile ?
No Answer is Posted For this Question
Be the First to Post Answer
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
Please explain the difference between constants and read-only variables?
What is .net and .net framework?
Value type & data types difference. Example from .NET.
Where does the gac exist ?
What is "common language runtime" (clr) in .net?
What is a delegate in .NET?
What is Code group in .Net with respect to CAS
What is the raise event used for?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
What is iis? Have you used it?
Example from .net. Integer & struct are value types or reference types in .net?