GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Microsoft.NET 2.0 Interview Questions


Microsoft.NET 2.0 Interview Questions

Questions: 37
Comments: 105
 Microsoft.NET 2.0 Tags
 Showing Questions 1-10 of 37 Questions
[1] 2 3 4 Next >>
 Sponsored Links

 
 Microsoft.NET 2.0 Interview Questions
Sorting Options :  

How Handle error if interface A,B are extended in class C. If class C using one function that is in A Interface if any error occurs in function how do you handle it? 
Latest Answer: Question is not correct, Interfaces doesnot have method body, so there is nothing to handle. ...

If there are 5 different .net applications running on a single machine,When the Garbage Collector wakes up how does it release the unused resources1)Will there be 5 threads of GC running(1 for each application)?2)Will 
Latest Answer: GC is a thread running in the .net CLR. There is only one thread for the entire runtime which manages any number of applications running....GC.Collect() is just a request to the runtime to initiate a collection.... ...

Latest Answer: There is an extention for 1) ASP.NET as .aspx2) VB.NET as .vb3) C#.net as .cs ...
Read Answers (1) | Asked by : sivaji

Latest Answer: Abstraction is the process of identifying common patterns that have systematic variations ...
Read Answers (3) | Asked by : Firdous Alam

Latest Answer: Partial class allows developers to split a class into multiple files.ex:public partial class A{    A()        {        //constructor here    }}Suppose another ...
Read Answers (1) | Asked by : Somnath Das

View Question | Asked by : jabel1121

Latest Answer: Best Example to understand Mutable and Immutable is string.string class is immutable.so if string x = "123";if you do x = x + "abc" what it does is it assigns new memory location for 123 and abc.Then adds the two strings and places the computed results ...
Read Answers (5) | Asked by : Khader Hassan Khan M

Does Garbage Collection disposes a object even if you abort the application in the middle? How to check this?
Read Answers (3) | Asked by : syamala

Latest Answer: First of all C# does not support multiple Inheritance. So to achieve Multiple Inheritance can be done using Interface. ...
Read Answers (2) | Asked by : Abhijit Khalate

Latest Answer: Deployment is a process of installing required assemblies and needed dependencies for the product to work on the production setup. Whether it referes to ASP.NET application or Windows, but usually it is more pronounced for ASP.NET web application. ...
Read Answers (2) | Asked by : ramesh.k

View page [1] 2 3 4 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape