Click here to Skip to main content
15,917,455 members
Home / Discussions / C#
   

C#

 
GeneralRe: linq in c# Pin
Simon_Whale20-Aug-14 5:17
Simon_Whale20-Aug-14 5:17 
GeneralRe: linq in c# Pin
saharmirzaei20-Aug-14 5:37
saharmirzaei20-Aug-14 5:37 
GeneralRe: linq in c# Pin
Simon_Whale20-Aug-14 5:45
Simon_Whale20-Aug-14 5:45 
GeneralRe: linq in c# Pin
saharmirzaei20-Aug-14 5:52
saharmirzaei20-Aug-14 5:52 
GeneralRe: linq in c# Pin
Jameel VM20-Aug-14 19:31
Jameel VM20-Aug-14 19:31 
AnswerRe: linq in c# Pin
Ravi Bhavnani19-Aug-14 6:22
professionalRavi Bhavnani19-Aug-14 6:22 
QuestionFind value that is not filled by AutoCompleteExtender Pin
gurusarma18-Aug-14 17:15
gurusarma18-Aug-14 17:15 
QuestionPaging Problem using c# PagedDataSource, Stored Procedure, asp.net repeater Pin
TeresaScott18-Aug-14 9:12
TeresaScott18-Aug-14 9:12 
AnswerRe: Paging Problem using c# PagedDataSource, Stored Procedure, asp.net repeater Pin
TeresaScott19-Aug-14 9:23
TeresaScott19-Aug-14 9:23 
Questionartificial immune system implemintation Pin
Member 1067159618-Aug-14 6:14
Member 1067159618-Aug-14 6:14 
AnswerRe: artificial immune system implemintation Pin
Eddy Vluggen18-Aug-14 7:06
professionalEddy Vluggen18-Aug-14 7:06 
GeneralRe: artificial immune system implemintation Pin
Member 1067159618-Aug-14 9:31
Member 1067159618-Aug-14 9:31 
GeneralRe: artificial immune system implemintation Pin
Bernhard Hiller18-Aug-14 21:02
Bernhard Hiller18-Aug-14 21:02 
GeneralRe: artificial immune system implemintation Pin
Eddy Vluggen18-Aug-14 22:27
professionalEddy Vluggen18-Aug-14 22:27 
AnswerRe: artificial immune system implemintation Pin
Ravi Bhavnani18-Aug-14 8:02
professionalRavi Bhavnani18-Aug-14 8:02 
GeneralRe: artificial immune system implemintation Pin
Member 1067159618-Aug-14 9:26
Member 1067159618-Aug-14 9:26 
GeneralRe: artificial immune system implemintation Pin
Ravi Bhavnani18-Aug-14 9:52
professionalRavi Bhavnani18-Aug-14 9:52 
AnswerRe: artificial immune system implemintation Pin
Pete O'Hanlon19-Aug-14 2:10
mvePete O'Hanlon19-Aug-14 2:10 
Questionthe most universal barcode symbology Pin
Jassim Rahma18-Aug-14 4:05
Jassim Rahma18-Aug-14 4:05 
AnswerRe: the most universal barcode symbology Pin
Richard MacCutchan18-Aug-14 4:15
mveRichard MacCutchan18-Aug-14 4:15 
AnswerRe: the most universal barcode symbology Pin
Eddy Vluggen18-Aug-14 4:52
professionalEddy Vluggen18-Aug-14 4:52 
AnswerRe: the most universal barcode symbology Pin
OriginalGriff18-Aug-14 5:04
mveOriginalGriff18-Aug-14 5:04 
GeneralRe: the most universal barcode symbology Pin
Jassim Rahma18-Aug-14 5:08
Jassim Rahma18-Aug-14 5:08 
AnswerRe: the most universal barcode symbology Pin
jschell18-Aug-14 11:45
jschell18-Aug-14 11:45 
AnswerRe: the most universal barcode symbology Pin
Gerry Schmitz18-Aug-14 13:08
mveGerry Schmitz18-Aug-14 13:08 
I think you are already off on the wrong foot: a "bar code" with "other codes" (e.g. group and item id's).

You should simply use a "non-meaningful" sequential number; assigned to each existing and new item; long enough to hold all possible items.

As soon as you use "codes within codes", you will find that:

1) They are too short
2) A pain to maintain
3) Cannot be changed if an item is "grouped" wrong

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.