GeekInterview.com
  I am new, Sign me up!
 

C# Interview Questions


C# Interview Questions

Questions: 436
Comments: 1178
 Showing Questions 41-50 of 436 Questions
<< Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>
 Sponsored Links

 
 C# Interview Questions
Sorting Options :  

Latest Answer: Just right click on the .cs file and select the option view class diagram.A diagram file .cd will be generated.Further u can add method to the .cd file and extract interface etc from it. ...

Latest Answer: false in c# ...
Read Answers (3) | Asked by : Dhanapal

Latest Answer: multiple delegates and multicast delegates both are diffrent terms with diffrent aspects.delegate having one property that it could have multiple delegates in it.it means single delegates contain multiple delegates definition whilein other case multicast ...

View Question | Asked by : Arul

Latest Answer: Aliases can be useful in the case if you are using a lenthy namespace.You can create an aliase for namespace and can acess its classes via alias.On the negative side it can cause some conflicts if you declare any class with same name in that scope.But ...

Latest Answer: Public constructors are used to instantiate and initialize the fields during object instantiation.Private constructors are used to restrict the instatiation of object using 'new' operator. This type of constructors are mainly used for creating singleton ...
Read Answers (1) | Asked by : Arshi Bano

Latest Answer: Yes you can do it in .net 2.0 onwardsstring name;public string Name{get { return name; }protected set{name = value;}}You cannot specify access modifier for both getter and setter at same time. The other will always take the default from property. ...
Read Answers (11) | Asked by : nandhini

Latest Answer: Oops...The difference is that for a ref parameter, you have to assign a value before you call the function, while for OUT parameter, you dont have to assign a value, the calling function assumes that the called function would assign some value. ...
Read Answers (2) | Asked by : Thoufeek Raja

What is the difference between Cast and Convert int i1 = 5;double d1 = i1 + 0.99;int i2 = (int)d1; //result is 5i2 = Convert.ToInt32(d1);//result is 6Why does cast and convert in above example have different results.

Latest Answer: In .NET 1.1 you can use the type "object" to store the values. You then have the choice of setting the object reference to "null" or storing the value. The issue here is that the object could contain any type of information ...

View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
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 (?)

 
Expert Members
# User Name Count
1sahu 205
2samiksc 59
3naveentej 25
4nikhilrawat23 15
5Vikas Yadav 13
6musclebai 13
7md.shafikhan 11
8swag 11
9vshylaja 9
10John Jiang 8
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape