Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
Rahul S Chavhan4-Feb-14 22:28
Rahul S Chavhan4-Feb-14 22:28 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
lukeer5-Feb-14 1:17
lukeer5-Feb-14 1:17 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
BillWoodruff5-Feb-14 2:21
professionalBillWoodruff5-Feb-14 2:21 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
lukeer5-Feb-14 20:29
lukeer5-Feb-14 20:29 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
BillWoodruff5-Feb-14 21:33
professionalBillWoodruff5-Feb-14 21:33 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
lukeer5-Feb-14 1:25
lukeer5-Feb-14 1:25 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
Member 105230295-Feb-14 1:28
professionalMember 105230295-Feb-14 1:28 
GeneralRe: How to convert the generated barcode into image like JPG and save it into local folder. Pin
lukeer5-Feb-14 1:39
lukeer5-Feb-14 1:39 
QuestionIssues in Connecting to SQL Server Database (on other machine) with C# windows Application Pin
Mohan Subramani4-Feb-14 4:46
Mohan Subramani4-Feb-14 4:46 
AnswerRe: Issues in Connecting to SQL Server Database (on other machine) with C# windows Application Pin
Richard Deeming4-Feb-14 4:51
mveRichard Deeming4-Feb-14 4:51 
GeneralRe: Issues in Connecting to SQL Server Database (on other machine) with C# windows Application Pin
Mohan Subramani4-Feb-14 23:01
Mohan Subramani4-Feb-14 23:01 
GeneralRe: Issues in Connecting to SQL Server Database (on other machine) with C# windows Application Pin
Richard Deeming5-Feb-14 2:43
mveRichard Deeming5-Feb-14 2:43 
AnswerRe: Issues in Connecting to SQL Server Database (on other machine) with C# windows Application Pin
John D. Sanders4-Feb-14 9:11
John D. Sanders4-Feb-14 9:11 
QuestionExecution of query?? Pin
Member 105648504-Feb-14 0:42
Member 105648504-Feb-14 0:42 
AnswerRe: Execution of query?? Pin
BBatts4-Feb-14 1:40
BBatts4-Feb-14 1:40 
AnswerRe: Execution of query?? Pin
Richard Deeming4-Feb-14 2:54
mveRichard Deeming4-Feb-14 2:54 
GeneralRe: Execution of query?? Pin
Dave Kreskowiak4-Feb-14 4:25
mveDave Kreskowiak4-Feb-14 4:25 
AnswerRe: Execution of query?? Pin
Eddy Vluggen4-Feb-14 2:59
professionalEddy Vluggen4-Feb-14 2:59 
SuggestionRe: Execution of query?? Pin
thatraja4-Feb-14 3:19
professionalthatraja4-Feb-14 3:19 
AnswerRe: Execution of query?? Pin
Dave Kreskowiak4-Feb-14 4:26
mveDave Kreskowiak4-Feb-14 4:26 
AnswerRe: Execution of query?? Pin
Marco Bertschi5-Feb-14 0:16
protectorMarco Bertschi5-Feb-14 0:16 
Questionconvert MySQL UTC_TIMESTAMP() to user local time Pin
Jassim Rahma4-Feb-14 0:13
Jassim Rahma4-Feb-14 0:13 
AnswerRe: convert MySQL UTC_TIMESTAMP() to user local time Pin
Dave Kreskowiak4-Feb-14 4:21
mveDave Kreskowiak4-Feb-14 4:21 
QuestionSense of making my own Timestamp class? Pin
Marco Bertschi3-Feb-14 20:42
protectorMarco Bertschi3-Feb-14 20:42 
AnswerRe: Sense of making my own Timestamp class? Pin
V.3-Feb-14 21:26
professionalV.3-Feb-14 21:26 
personally I would never re-write it. I once tried and though it was more than a reasonable effort, the amount of rules and things to think of becomes very large and does not outwheigh the disadvantages of being stuck with the standard DateTime.
([SMALL RANT]And I'm now working with Java's GregorianCalendar, how I wish I had a DateTime object Sigh | :sigh: [/SMALL RANT])


Marco Bertschi wrote:
since System.DateTime's ParseExact method tends to have problems dealing with a variable amount of microseconds, and does not provide any field to store the UTC Offset.

Variable microseconds can be handled with a few lines of business logic I think and for the UTC Offset you could create a new DateTime Object that inherits from the DateTime class? (just a quick thought)

good luck.

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.