GeekInterview.com
Series: Subject: Topic:

C# FAQs

Showing Questions 21 - 40 of 67 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Remoting

Asked By: babu.atcha | Asked On: Dec 27th, 2009

What is remoting? How is it useful?

Answered by: Solid on: Feb 21st, 2010

Remoting is basically means, running the a function or a part of code in a remote computer for processing power or/and security reasons.For example a fight game client want to run pickGoldFromGround()...

Implicit object

Asked By: guls.naikwadi | Asked On: Jan 21st, 2010

What is an implicit object?

Hash code

Asked By: papillon | Asked On: Jan 15th, 2010

What is meant by hash code?

Native keyword

Asked By: shilpamj | Asked On: Mar 17th, 2009

What is native keyword in c#?

Answered by: ebabu on: Jan 10th, 2010

For native Java equlivalent keyword is extern in c#.

native keyword is used Java and where as in c# extern keyword is used.

Sample usage is below.

[DllImport("User32.dll")]
public static extern int MessageBox(int h, string m, string c, int type);

Messagebox in ASP.Net page

Asked By: hari_vht | Asked On: Oct 6th, 2008

How to display and create message box in ASP.Net using c# code?

Answered by: ebabu on: Jan 9th, 2010

There are 2 ways we can achive message box functionality in ASP.Net and both are asynchronus.

1. Using Ajaxpro update panel we can create message box
2. Through JavaScript confrim function we can display message box.

Shallow and deep copy

Asked By: a_sahayam_811572 | Asked On: Mar 24th, 2008

What is shallow and deep copy in c#? How to perform the same in c#?

Answered by: ebabu on: Jan 9th, 2010

Shallow copy make a copy of data along with it's reference, for example object A has property name, by making a shallow copy to object B, and changes the name property value that will reflect in o...

Answered by: gopi2008 on: Apr 20th, 2008

shallow copy copies the structure of the object, deep copy copies structure as well as data.For example, consider an object called X that references objects A and B. Object B, in turn, references obje...

Threading

Asked By: vaishalibharat | Asked On: Jan 8th, 2010

How does the main thread know of errors in child thread?

Dynamic interface implementation

Asked By: ebabu | Asked On: Jan 7th, 2010

How to implement an interface to a existing class at runtime?

Task bar icon

Asked By: nandhakumar1 | Asked On: Nov 27th, 2009

How to create our application's icon in taskbar?

Data relation

Asked By: akbarvali09 | Asked On: Oct 16th, 2009

What is data relation? What are data relation objects in c#?

Func key

Asked By: palchin_sh | Asked On: May 12th, 2009

What are func key in c# 3.0?

Transfer data in windows forms

Asked By: brahmaji406 | Asked On: Nov 20th, 2008

How to transfer the data from one form to another form?

Postback

Asked By: FSilvers | Asked On: Nov 3rd, 2008

How does postback work?

Retrive data in tree view

Asked By: hiradiamond | Asked On: Oct 24th, 2008

How to retrive data in tree view from database with child node?

Image in gridview

Asked By: panga dayakar | Asked On: Sep 18th, 2008

How to retrive an image from database and display it in grideview control?

Messagebox in c#

Asked By: hari_vht | Asked On: Aug 7th, 2008

How to use messagebox in c#? What is the process for creating message box?

Answered by: raghulvarma on: Sep 8th, 2008

you could do that by
MessageBox.Show("hai");
or if u want the symbols then u could go for
MessageBox.Show(string mesasage,string caption,messageboxbuttons buttons)

Multi thread

Asked By: alkap88 | Asked On: Aug 16th, 2008

How to create, actiVATe, work and stop a multi thread?

Defining random number

Asked By: alkap88 | Asked On: Aug 16th, 2008

How to define a random number without making an object?

C# undo and redo functions

Asked By: prasad1230 | Asked On: Jun 20th, 2008

How to acheive undo and redo functions using c#

A=(5>6)8:10consol.Writeline(a);please tell me the output of this statementit is conditional statement .The result is error or give 8 as a result?

Asked By: sophiya_261978 | Asked On: Aug 24th, 2007

Answered by: radhikayepuri on: Jun 16th, 2008

The Syntax of the question has gone wrong.

It should be A=(5>6)?8:10

Then the answer would be 10.

Answered by: Dhanapal on: Sep 11th, 2007

 This Answer is 10;

Correct Syntax is:  A=(5>6)?8:10.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.