Is do-it (chennai) a good institute to learn dot-net???? are
the trainers well experienced??
Answers were Sorted based on User's Feedback
Answer / arun
I heard good center, my friend studied in that center
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / kiran kumar
If you want to learn Dot net, DoIt is the only best institute in chennai. Trainer is highly experienced and himself is a Corporate trainer. He takes only two classes a day. I was a student 3 years back.
| Is This Answer Correct ? | 10 Yes | 4 No |
what is the use of "mustinherit" keyword?
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
Which method do you use to redirect the user to another page without performing a round trip to the client?
What is Garbage Collection in .Net and what is the Garbage collection process?
How do you define the lease of the object in .net?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
what are design patterns in .net....?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
What are the authentication methods in .net?
What are the types of jit?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;