What is .net standard?
No Answer is Posted For this Question
Be the First to Post Answer
Using com component in .net?
Major role of CLR for CAS
Is .net front end or backend?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
How boxing and unboxing occures in memory?
What is jit compilers?
Explain what is the difference between response.redirect & server.transfer?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
How do you instantiate a complex number?
What is Serialiazation?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.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