GeekInterview.com
  I am new, Sign me up!
 

C# Interview Questions


C# Interview Questions

Questions: 436
Comments: 1181
 Showing Questions 61-70 of 436 Questions
<< Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>
 Sponsored Links

 
 C# Interview Questions
Sorting Options :  

Latest Answer: Indexers are one neat feature of C#. They allow us to access a particular class as it is an array. They are similar to the properties in means that they encapsulate method calls into more convenient representation of value access and value setting. Declaring ...
Read Answers (2) | Asked by : harvenki

Latest Answer: The Main facts for Inheritence to any thing that is it should worked as Base. And Structure could not worked as Base due to it is Value type. So, Inheritence is not supported by Structure. ...

Latest Answer: A read only member is like a constant in that it represents an unchanging value. The difference is that a readonly member can be initialized at runtime, in a constructor as well being able to be initialized as they are declared. For examplepublic class ...

Latest Answer: There are two easy methods1) No programming: Load the EXE/DLL with ILDASM.exe if it is .Net programed than it will work otherwise it will throw error. 2) Programatically: Use reflection API to LoadAssembly. It it is not a .Net program it will throw exception. ...

Latest Answer: All dll's and exe's generated by .NET applciations are ASSEMBLIES. To test a .exe whether its a .NET assembly or not , you need to use following code.try{AssemblyName assemblyName = AssemblyName.GetAssemblyName(FullPATHofFile);Console.WriteLine("{0} - ...
Read Answers (1) | Asked by : Srinivas

Latest Answer: Dispose is called explicitly by the user whereas finalize is called by garbage collector when ever it assumes to be appropriate.usually we use dispose method to free resources of our custom classes. Dispose can be implemented by using IDISPOSABLE interface ...

In which scenerio we use interfaces,abstract and concrete class?Which one is better and appropriate?Differentiate these three terms in depth.
Tags : Abstract

Latest Answer: Application blocks are re-usable source code components that are common development challenges.These components can be easily be integrated and customized to suite your requirements. ...
Read Answers (1) | Asked by : Sonali Noolkar

Latest Answer: CLR is the correct answer ...
Read Answers (8) | Asked by : om

We have a dataset with one thousand records. Now we bind it to a datagrid. Now the question is suppose we have modified only three records in datagrid then how to update these three records in dataset. We have a single button to update the records
Read Answers (6) | Asked by : Nitesh

View page << Previous 3 4 5 6 [7] 8 9 10 11 12 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