Click here to Skip to main content
15,914,225 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL image to pdf in c# Pin
Saamir21-Jan-09 3:39
Saamir21-Jan-09 3:39 
GeneralRe: SQL image to pdf in c# Pin
Dave Kreskowiak21-Jan-09 12:11
mveDave Kreskowiak21-Jan-09 12:11 
AnswerRe: SQL image to pdf in c# Pin
Giorgi Dalakishvili20-Jan-09 6:41
mentorGiorgi Dalakishvili20-Jan-09 6:41 
GeneralRe: SQL image to pdf in c# Pin
Saamir21-Jan-09 3:38
Saamir21-Jan-09 3:38 
GeneralRe: SQL image to pdf in c# Pin
Giorgi Dalakishvili21-Jan-09 4:48
mentorGiorgi Dalakishvili21-Jan-09 4:48 
Question[newbie] generating a new GUID Pin
jon-8020-Jan-09 5:41
professionaljon-8020-Jan-09 5:41 
AnswerRe: [newbie] generating a new GUID Pin
musefan20-Jan-09 5:49
musefan20-Jan-09 5:49 
AnswerRe: [newbie] generating a new GUID Pin
Ennis Ray Lynch, Jr.20-Jan-09 9:56
Ennis Ray Lynch, Jr.20-Jan-09 9:56 
SQL Server has the NEWID function which works pretty good too. Depending on what you need the guid for it may be better generated in the DB instead of the application layer.

Also, a pedantic comment. Using consistent variable naming will result in better code. While I prefer using the prefix m for members, others choose an _, however, few if any use the _ prefix for local variables and if they do they would do so consistently.


Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.


If you don't ask questions the answers won't stand in your way.


Most of this sig is for Google, not ego.


GeneralRe: [newbie] generating a new GUID Pin
jon-8020-Jan-09 10:05
professionaljon-8020-Jan-09 10:05 
GeneralRe: [newbie] generating a new GUID Pin
Guffa20-Jan-09 11:06
Guffa20-Jan-09 11:06 
GeneralRe: [newbie] generating a new GUID Pin
PIEBALDconsult21-Jan-09 5:51
mvePIEBALDconsult21-Jan-09 5:51 
QuestionIConfigurationSectionHandler Pin
Patrick Skelton20-Jan-09 5:22
Patrick Skelton20-Jan-09 5:22 
AnswerRe: IConfigurationSectionHandler Pin
J4amieC20-Jan-09 5:29
J4amieC20-Jan-09 5:29 
GeneralRe: IConfigurationSectionHandler Pin
Patrick Skelton20-Jan-09 5:59
Patrick Skelton20-Jan-09 5:59 
QuestionReading Data from XML String using XmlDocument [modified] Pin
jl60420-Jan-09 5:17
jl60420-Jan-09 5:17 
QuestionLost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 4:56
ortaparmak20-Jan-09 4:56 
AnswerRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 5:00
ortaparmak20-Jan-09 5:00 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
moon_stick20-Jan-09 5:08
moon_stick20-Jan-09 5:08 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 5:21
ortaparmak20-Jan-09 5:21 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
moon_stick20-Jan-09 5:28
moon_stick20-Jan-09 5:28 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak20-Jan-09 5:42
ortaparmak20-Jan-09 5:42 
GeneralRe: Lost cs Files in ASP.NET Website.... Now I need to make additions. Pin
ortaparmak21-Jan-09 10:29
ortaparmak21-Jan-09 10:29 
QuestionValidating a "Text" file Pin
dwolver20-Jan-09 4:14
dwolver20-Jan-09 4:14 
AnswerRe: Validating a "Text" file Pin
musefan20-Jan-09 4:23
musefan20-Jan-09 4:23 
GeneralRe: Validating a "Text" file Pin
EliottA20-Jan-09 4:24
EliottA20-Jan-09 4:24 

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.