which is the best dot net coaching center in visakhapatnam??
Answers were Sorted based on User's Feedback
Answer / sajid
Like the page and get Rs1000 off
http://www.facebook.com/ShahsrohaEnterprises
| Is This Answer Correct ? | 1 Yes | 0 No |
What is dot net architecture?
Major role of CLR for CAS
Value type & data types difference. Example from .NET.
What is lazy initialization?
What is the difference between custom control and web control?
Is there built-in support for tracing?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What are code contracts?
Difference between abstract class and interface in .net?
what is machine key error in .NET how can we solve it?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
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