Slide 1 : Attendee’s View Raise Hand Option In case you are not able to hear the voice
Please click on the raise hand option. Wiziq Support chat will help you for the same. Any issues you can ping the Mr. Kalyan who is in the chat room.
Slide 2 : 5 important ADO.NET interview questions We will have a extensive Q and A session , so reserve your questions after the course.
5 Important OOP Interview Questions Saturday, April 10, 2010, at 10:00 AM (IST) ( DONE)
5 Important ASP.NET Interview Questions Sunday, April 11, 2010, at 10:00 AM (IST) (DONE)
5 Important SQL Server Interview Questions Saturday, April 15, 2010, at 10:00 AM (IST)(DONE)
5 Important .NET Interview Questions Friday, April 16, 2010, at 10:00 AM (IST)
Tackle .NET interview questions around ASP.NET page and applications .Interview questions around Byval, ByRef, Boxing and Unboxing 21st april 2010 11:30 AM to 12:30 PM
5 Important ADO.NET Interview Questions Saturday, April 22 , 2010, at 10:00 AM (IST)
5 Important .NET interview questions 23rd April 2010 10 AM to 11 AM www.QuestPond.com
By Shivprasad Koirala
Slide 3 : Paid Sessions OOP Interview Questions (16th may) - 20$(960 Rs)
ASP.NET Interview Questions (Tuesday, May 18) - 20$(960 Rs)
SQL Server Interview Questions (Thursday, May 20)- 20$(960 Rs)
.NET Interview Questions (Saturday, May 22)- 20$(960 Rs)
ADO.NET interview questions(Monday, May 24)- 20$(960 Rs)
.NET 3.5 (WCF, WPF, WWF, LINQ and Silverlight) Interview questions (Wednesday, May 26)- 20$(960 Rs)
Design pattern,MVC,MVP (Thursday, May 27, 2010 10:00 AM)- 20$(960 Rs)
Sharepoint interview questions (Friday, May 28, 2010 10:00 AM)- 20$(960 Rs)
Project management interview questions (Tuesday, June 01, 2010 10:00 AM)- 20$(960 Rs)
For more details chat with support admin on the chat room or call 91-9216405405.
For our Fresher friendsSaturday and Sunday : For our Fresher friendsSaturday and Sunday For more details chat with support admin on the chat room or call 91-9216405405.
Slide 5 : The big Picture www.Questpond.Com
Slide 6 : Agenda What is MSIL?
What are value types and reference types?
What is boxing and unboxing?
What is the use of garbage collector?
How do we register assemblies in GAC? www.QuestPond.com
Slide 7 : MSIL When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
Slide 8 :
Slide 9 :
Slide 10 :
Slide 11 :
Slide 12 : class Test
{
static void Main() {
int i = 1;
object o = i; // boxing
int j = (int) o; // unboxing
}
}
Visit to view 300 videos @ http://www.questpond.com : Visit to view 300 videos @ http://www.questpond.com