Click here to Skip to main content
15,918,193 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regex pattern Pin
blackjack215020-Mar-07 23:13
blackjack215020-Mar-07 23:13 
AnswerRe: Regex pattern Pin
m@u20-Mar-07 2:00
m@u20-Mar-07 2:00 
AnswerRe: Regex pattern Pin
Laxman Auti20-Mar-07 5:10
Laxman Auti20-Mar-07 5:10 
GeneralRe: Regex pattern Pin
blackjack215020-Mar-07 23:16
blackjack215020-Mar-07 23:16 
GeneralRe: Regex pattern Pin
Laxman Auti20-Mar-07 23:24
Laxman Auti20-Mar-07 23:24 
Questionabout enumarations Pin
upadesh20-Mar-07 1:15
upadesh20-Mar-07 1:15 
AnswerRe: about enumarations Pin
CPallini20-Mar-07 1:43
mveCPallini20-Mar-07 1:43 
AnswerRe: about enumarations Pin
Colin Angus Mackay20-Mar-07 2:00
Colin Angus Mackay20-Mar-07 2:00 
upadesh wrote:
i dont know any usage and applications of enumarations can anybody explain me please


Here is the most common usage:
foreach(object o in someEnumerableObject)
{
   // do stuff
}


Unless you meant enum in which is it used to define a list of possible values from a well defined list.

When ShowDialog() completes it returns a DialogResult. There are only a small number of possibilities for the result including Okay, Yes, No, Cancel. Instead of forcing the developer to remember the integer values of each of these results the enum can be used to provide a more meaningful way of expressing the value.


AnswerRe: about enumarations Pin
joon vh.20-Mar-07 2:20
joon vh.20-Mar-07 2:20 
QuestionDataView Column Order Pin
Pualee20-Mar-07 1:11
Pualee20-Mar-07 1:11 
AnswerRe: DataView Column Order Pin
joon vh.20-Mar-07 2:22
joon vh.20-Mar-07 2:22 
GeneralRe: DataView Column Order Pin
Pualee20-Mar-07 2:27
Pualee20-Mar-07 2:27 
GeneralRe: DataView Column Order Pin
Pualee20-Mar-07 2:43
Pualee20-Mar-07 2:43 
GeneralRe: DataView Column Order Pin
joon vh.20-Mar-07 2:57
joon vh.20-Mar-07 2:57 
Questionbinding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat19-Mar-07 23:34
Keshav V. Kamat19-Mar-07 23:34 
AnswerRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.19-Mar-07 23:52
joon vh.19-Mar-07 23:52 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat19-Mar-07 23:59
Keshav V. Kamat19-Mar-07 23:59 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 0:08
joon vh.20-Mar-07 0:08 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat20-Mar-07 0:44
Keshav V. Kamat20-Mar-07 0:44 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Pualee20-Mar-07 1:14
Pualee20-Mar-07 1:14 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 1:59
joon vh.20-Mar-07 1:59 
Questionproblems with memory. Pin
Duong Tien Nam19-Mar-07 23:25
Duong Tien Nam19-Mar-07 23:25 
AnswerRe: problems with memory. Pin
Pualee20-Mar-07 1:22
Pualee20-Mar-07 1:22 
GeneralRe: problems with memory. Pin
J4amieC20-Mar-07 2:02
J4amieC20-Mar-07 2:02 
GeneralRe: problems with memory. Pin
Pualee20-Mar-07 2:23
Pualee20-Mar-07 2:23 

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.