GeekInterview.com
  I am new, Sign me up!
 

C# Interview Questions


C# Interview Questions

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

 
 C# Interview Questions
Sorting Options :  

Latest Answer: goto>control panel->system->advanced->user variables.goto the Path title and edit it. Add the path of C# compiler. then save and exit. it's same as SETPATH in JAVA. the you can create your dir anywhere in your HDD and run program from DOS prompt. ...

Latest Answer: Binding refers the object type definition. You are using Early Binding if the object type is specified when declaring your object. Eg if you say Dim myObject as ADODB.Recordset that is early binding (VB example). If on the other hand you declare ...
Read Answers (1) | Asked by : BostonCow

Latest Answer: Boxing is converting a value-type to reference type. An example is converting an integer value to an object value.Ex:   int intValue = 10;   object obj = (object)intValue;This is used if you want to pass variables of object types ...
Read Answers (1) | Asked by : BostonCow

Latest Answer: The New keyword just hides the base's sealed method it does not really override the method. ...
Read Answers (1) | Asked by : Vijay

Latest Answer: Searilization deals with converting objects into streams same as marshaling. mostly it relates with objects, while transfering over network like that. when it comes to encoding it relates with security aspects, data security, converts data into an encoded ...

Latest Answer: .pdb files are used to debug.Take an example where assembly a1.exe is referenced a1.dll ( for which you dont have the code).In this instance anytime if you want debug the code which is in a1.dll, you can request for the a1.pdb file (this will be generated ...
Read Answers (1) | Asked by : syamalac

Latest Answer: .NET Attributes provide the means for a developer to add meta-data that describes, or annotates, specific elements of code such as classes, methods, properties, etc. At compile time, the resulting metadata is placed into the Portable Executable (PE)file, ...
Read Answers (1) | Asked by : valay

Latest Answer: Serialization :------------------Serialization in .NET allows the programmer to take an instance of an object and convert it into a format that is easily transmittable over the network, or even stored in a database or file system. This object will actually ...
Read Answers (1) | Asked by : King

Internal class Piston{}internal class Engine{private Pistone[] myPistones = new Piston[4]; public bool Ignition() { // some code..... return; }}public class Car{ private Engine myEngine = new Engine(); public void Start() { // put in keys etc........... if(myEngine.ignition()) { //some code ....

Which an instance constract of a struct type, which one of the following key workds behaves exactly as an output parameter of the struct type?1) value2) ref3) object4) this

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