Click here to Skip to main content
15,906,567 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting key from the value Pin
Guffa27-May-08 1:47
Guffa27-May-08 1:47 
GeneralRe: Getting key from the value Pin
N a v a n e e t h27-May-08 6:15
N a v a n e e t h27-May-08 6:15 
AnswerRe: Getting key from the value Pin
S. Senthil Kumar26-May-08 22:33
S. Senthil Kumar26-May-08 22:33 
GeneralRe: Getting key from the value Pin
N a v a n e e t h26-May-08 22:39
N a v a n e e t h26-May-08 22:39 
QuestionCompression... Pin
Reelix26-May-08 20:36
Reelix26-May-08 20:36 
AnswerRe: Compression... Pin
Guffa26-May-08 21:47
Guffa26-May-08 21:47 
GeneralRe: Compression... Pin
Reelix26-May-08 22:02
Reelix26-May-08 22:02 
GeneralRe: Compression... Pin
Guffa26-May-08 23:17
Guffa26-May-08 23:17 
Looping through the strings and collecting the string lengths should give you a collection that looks like this:

"a": 4
"123321": 12
"b": 1

The number is the total number of characters that all copies of the string uses. Then you just have to pick the item with the largest number.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionAdding presentationcode.dll as a reference to a project Pin
Chesnokov Yuriy26-May-08 20:31
professionalChesnokov Yuriy26-May-08 20:31 
QuestionHow to correct error Pin
usmanehsan26-May-08 20:22
usmanehsan26-May-08 20:22 
AnswerRe: How to correct error Pin
Nouman Bhatti26-May-08 20:26
Nouman Bhatti26-May-08 20:26 
QuestionHow to run your C# Application as Administrator in Vista? Pin
lovnin26-May-08 19:51
lovnin26-May-08 19:51 
AnswerRe: How to run your C# Application as Administrator in Vista? Pin
mav.northwind27-May-08 3:36
mav.northwind27-May-08 3:36 
QuestionHow to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Krish Agn26-May-08 19:21
Krish Agn26-May-08 19:21 
AnswerRe: How to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Ashfield26-May-08 21:20
Ashfield26-May-08 21:20 
GeneralRe: How to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Krish Agn26-May-08 22:59
Krish Agn26-May-08 22:59 
GeneralRe: How to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Ashfield27-May-08 21:50
Ashfield27-May-08 21:50 
Questionconvert C# 2005 Express Solution to Pro Pin
half-life26-May-08 19:17
half-life26-May-08 19:17 
AnswerRe: convert C# 2005 Express Solution to Pro Pin
Christian Graus26-May-08 19:26
protectorChristian Graus26-May-08 19:26 
GeneralRe: convert C# 2005 Express Solution to Pro Pin
half-life26-May-08 19:52
half-life26-May-08 19:52 
GeneralRe: convert C# 2005 Express Solution to Pro Pin
hairy_hats16-Jun-08 2:13
hairy_hats16-Jun-08 2:13 
AnswerMSI Plessey Check digit calculation Pin
wi_mohitmca26-May-08 18:52
wi_mohitmca26-May-08 18:52 
GeneralRe: MSI Plessey Check digit calculation Pin
D i x y26-May-08 18:55
D i x y26-May-08 18:55 
QuestionWhat's the difference between string and String class ? Pin
Mohammad Dayyan26-May-08 13:27
Mohammad Dayyan26-May-08 13:27 
AnswerRe: What's the different between string and String class ? Pin
Colin Angus Mackay26-May-08 13:49
Colin Angus Mackay26-May-08 13:49 

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.