Click here to Skip to main content
15,884,628 members
Home / Discussions / C#
   

C#

 
Question.resources Edit Pin
obi.bin24-Mar-11 1:00
obi.bin24-Mar-11 1:00 
QuestionNew Version Update Pin
sachees12323-Mar-11 23:00
sachees12323-Mar-11 23:00 
AnswerRe: New Version Update Pin
RobCroll23-Mar-11 23:54
RobCroll23-Mar-11 23:54 
AnswerRe: New Version Update Pin
PIEBALDconsult26-Mar-11 5:47
mvePIEBALDconsult26-Mar-11 5:47 
QuestionHow do I defined property in C#? Pin
baisak23-Mar-11 19:03
baisak23-Mar-11 19:03 
AnswerRe: How do I defined property in C#? Pin
JF201523-Mar-11 19:05
JF201523-Mar-11 19:05 
AnswerRe: How do I defined property in C#? Pin
Pravin Patil, Mumbai23-Mar-11 22:18
Pravin Patil, Mumbai23-Mar-11 22:18 
AnswerRe: How do I defined property in C#? Pin
Nitheesh George24-Mar-11 2:50
Nitheesh George24-Mar-11 2:50 
Hi,

To add a property say Name do the following in your class.

private string _name;

public string Name
{
get{ return _name;}
set {_name = value;}
}

hope this helps.

Nitheesh George

http://www.simpletools.co.in
AnswerRe: How do I defined property in C#? Pin
fjdiewornncalwe24-Mar-11 4:29
professionalfjdiewornncalwe24-Mar-11 4:29 
QuestionMiniHttpServer Pin
Pascal Ganaye23-Mar-11 16:02
Pascal Ganaye23-Mar-11 16:02 
AnswerRe: MiniHttpServer Pin
PIEBALDconsult23-Mar-11 16:06
mvePIEBALDconsult23-Mar-11 16:06 
AnswerRe: MiniHttpServer [modified] Pin
Dave Kreskowiak23-Mar-11 17:58
mveDave Kreskowiak23-Mar-11 17:58 
GeneralRe: MiniHttpServer Pin
DaveyM6924-Mar-11 0:18
professionalDaveyM6924-Mar-11 0:18 
GeneralRe: MiniHttpServer Pin
Dave Kreskowiak24-Mar-11 1:54
mveDave Kreskowiak24-Mar-11 1:54 
AnswerRe: MiniHttpServer Pin
BobJanova24-Mar-11 3:13
BobJanova24-Mar-11 3:13 
AnswerRe: MiniHttpServer -- ANSWERED Pin
Pascal Ganaye26-Mar-11 8:19
Pascal Ganaye26-Mar-11 8:19 
QuestionWindows service setup custom action Error 1001 System.BadImageFormatException Pin
Chesnokov Yuriy23-Mar-11 9:30
professionalChesnokov Yuriy23-Mar-11 9:30 
QuestionWriting a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
Piyush Vaishnav23-Mar-11 0:42
Piyush Vaishnav23-Mar-11 0:42 
AnswerRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). PinPopular
Luc Pattyn23-Mar-11 1:24
sitebuilderLuc Pattyn23-Mar-11 1:24 
AnswerRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
TheyCallMeMrJames23-Mar-11 3:53
TheyCallMeMrJames23-Mar-11 3:53 
GeneralRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
Piyush Vaishnav23-Mar-11 22:20
Piyush Vaishnav23-Mar-11 22:20 
GeneralRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
TheyCallMeMrJames24-Mar-11 5:51
TheyCallMeMrJames24-Mar-11 5:51 
QuestionHow to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa22-Mar-11 9:33
Eder Sa22-Mar-11 9:33 
AnswerRe: How to improve listbox databind in WIndows Mobile 6 Pin
Not Active22-Mar-11 9:55
mentorNot Active22-Mar-11 9:55 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa22-Mar-11 10:10
Eder Sa22-Mar-11 10:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.