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

C#

 
QuestionCD burning in C # desktop Pin
hassan toghisny3-Aug-16 21:08
hassan toghisny3-Aug-16 21:08 
AnswerRe: CD burning in C # desktop Pin
OriginalGriff3-Aug-16 21:36
mveOriginalGriff3-Aug-16 21:36 
AnswerRe: CD burning in C # desktop Pin
Ravi Bhavnani12-Aug-16 5:52
professionalRavi Bhavnani12-Aug-16 5:52 
QuestionLINQ with ref parameter Pin
sunsher3-Aug-16 20:57
sunsher3-Aug-16 20:57 
AnswerRe: LINQ with ref parameter Pin
Pete O'Hanlon3-Aug-16 21:28
mvePete O'Hanlon3-Aug-16 21:28 
AnswerRe: LINQ with ref parameter Pin
Richard Deeming4-Aug-16 2:43
mveRichard Deeming4-Aug-16 2:43 
QuestionCompress pdf/csv files to zip files Pin
NJdotnetdev3-Aug-16 8:34
NJdotnetdev3-Aug-16 8:34 
AnswerRe: Compress pdf/csv files to zip files Pin
OriginalGriff3-Aug-16 8:49
mveOriginalGriff3-Aug-16 8:49 
Generally speaking, PDF files are already compressed, and don't compress much further - 4% is about what I expect. CSV files on the other hand are text and I'd expect them to reduce by 75% or more unless they are extremely small (when the overhead on ZIP files starts to outweigh the compression).

So I'd start by using a commercial package such as WinZIP to compress your files for testing and compare those results with the ratios you are getting with your app. Getting the same kind of compression for two file formats that are so different internally is suspicious to my mind.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

SuggestionRe: Compress pdf/csv files to zip files Pin
Richard Deeming3-Aug-16 10:24
mveRichard Deeming3-Aug-16 10:24 
GeneralRe: Compress pdf/csv files to zip files Pin
OriginalGriff3-Aug-16 10:49
mveOriginalGriff3-Aug-16 10:49 
GeneralRe: Compress pdf/csv files to zip files Pin
BillWoodruff3-Aug-16 19:47
professionalBillWoodruff3-Aug-16 19:47 
GeneralRe: Compress pdf/csv files to zip files Pin
Richard Deeming4-Aug-16 2:00
mveRichard Deeming4-Aug-16 2:00 
QuestionUsing SerializationEngine to input .obj file Pin
andycruce2-Aug-16 14:12
andycruce2-Aug-16 14:12 
AnswerRe: Using SerializationEngine to input .obj file Pin
Richard MacCutchan2-Aug-16 20:30
mveRichard MacCutchan2-Aug-16 20:30 
AnswerRe: Using SerializationEngine to input .obj file Pin
Pete O'Hanlon2-Aug-16 20:57
mvePete O'Hanlon2-Aug-16 20:57 
Questionhow to use cast linq concept Pin
Member 100705702-Aug-16 2:27
Member 100705702-Aug-16 2:27 
AnswerRe: how to use cast linq concept Pin
OriginalGriff2-Aug-16 2:42
mveOriginalGriff2-Aug-16 2:42 
QuestionEager loading question Pin
Member 93644551-Aug-16 21:53
Member 93644551-Aug-16 21:53 
AnswerRe: Eager loading question Pin
Nathan Minier2-Aug-16 2:58
professionalNathan Minier2-Aug-16 2:58 
AnswerRe: Eager loading question Pin
Agent__0073-Aug-16 18:52
professionalAgent__0073-Aug-16 18:52 
Question.. Pin
Daniyaltjm1-Aug-16 20:49
Daniyaltjm1-Aug-16 20:49 
AnswerRe: check the password wi-fi in c# Pin
Richard MacCutchan1-Aug-16 22:11
mveRichard MacCutchan1-Aug-16 22:11 
General... Pin
Daniyaltjm1-Aug-16 22:14
Daniyaltjm1-Aug-16 22:14 
GeneralRe: check the password wi-fi in c# Pin
OriginalGriff1-Aug-16 22:41
mveOriginalGriff1-Aug-16 22:41 
GeneralMessage Closed Pin
1-Aug-16 22:46
Daniyaltjm1-Aug-16 22:46 

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.