Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reusing a string value Pin
BoneSoft18-Jul-07 5:39
BoneSoft18-Jul-07 5:39 
GeneralRe: Reusing a string value Pin
Raymond_P*18-Jul-07 5:52
Raymond_P*18-Jul-07 5:52 
GeneralRe: Reusing a string value Pin
Luc Pattyn18-Jul-07 5:57
sitebuilderLuc Pattyn18-Jul-07 5:57 
AnswerRe: Reusing a string value Pin
lost in transition 18-Jul-07 5:57
lost in transition 18-Jul-07 5:57 
AnswerRe: Reusing a string value Pin
PIEBALDconsult18-Jul-07 8:28
mvePIEBALDconsult18-Jul-07 8:28 
QuestionIntegrating SQL queries into C# Pin
auloepid18-Jul-07 5:04
auloepid18-Jul-07 5:04 
AnswerRe: Integrating SQL queries into C# Pin
Pete O'Hanlon18-Jul-07 5:13
mvePete O'Hanlon18-Jul-07 5:13 
AnswerRe: Integrating SQL queries into C# Pin
Paul Conrad18-Jul-07 5:53
professionalPaul Conrad18-Jul-07 5:53 
Like Pete said, it is a very broad topic.

You can have SQL queries in your C# code when using classes like SqlCommand. You are probably better off using stored procedures because if the business logic changes, and the queries need to change to fit the business logic, then you have to recompile the code and redistribute the new code. For a small shop of one or two users, this is permissible, but imagine trying to get a shop of 500+ users to update to the new executable holding the new business logic change. One swift swoop inside the stored procedure takes care of it. I read that you are new to C# and stored procedures may be a big leap.


"The clue train passed his station without stopping." - John Simmons / outlaw programmer

AnswerRe: Integrating SQL queries into C# Pin
lost in transition 18-Jul-07 6:00
lost in transition 18-Jul-07 6:00 
GeneralRe: Integrating SQL queries into C# Pin
auloepid18-Jul-07 6:08
auloepid18-Jul-07 6:08 
GeneralRe: Integrating SQL queries into C# Pin
lost in transition 18-Jul-07 6:16
lost in transition 18-Jul-07 6:16 
GeneralRe: Integrating SQL queries into C# Pin
auloepid18-Jul-07 6:21
auloepid18-Jul-07 6:21 
GeneralRe: Integrating SQL queries into C# Pin
lost in transition 18-Jul-07 6:25
lost in transition 18-Jul-07 6:25 
AnswerRe: Integrating SQL queries into C# Pin
PIEBALDconsult18-Jul-07 8:30
mvePIEBALDconsult18-Jul-07 8:30 
QuestionHanlde Event when C# exe is aborted abruptly Pin
harvid18-Jul-07 4:59
harvid18-Jul-07 4:59 
AnswerRe: Hanlde Event when C# exe is aborted abruptly Pin
originSH18-Jul-07 5:46
originSH18-Jul-07 5:46 
AnswerRe: Hanlde Event when C# exe is aborted abruptly Pin
Dave Kreskowiak18-Jul-07 5:48
mveDave Kreskowiak18-Jul-07 5:48 
AnswerRe: Hanlde Event when C# exe is aborted abruptly Pin
Paul Conrad18-Jul-07 5:56
professionalPaul Conrad18-Jul-07 5:56 
GeneralRe: Hanlde Event when C# exe is aborted abruptly Pin
harvid18-Jul-07 20:49
harvid18-Jul-07 20:49 
QuestionQuick question involving xml deserialization and strings Pin
ruanr18-Jul-07 4:22
ruanr18-Jul-07 4:22 
AnswerRe: Quick question involving xml deserialization and strings Pin
originSH18-Jul-07 4:30
originSH18-Jul-07 4:30 
AnswerRe: Quick question involving xml deserialization and strings Pin
Jon Hulatt18-Jul-07 4:34
Jon Hulatt18-Jul-07 4:34 
GeneralRe: Quick question involving xml deserialization and strings Pin
originSH18-Jul-07 4:52
originSH18-Jul-07 4:52 
AnswerRe: Quick question involving xml deserialization and strings Pin
Pete O'Hanlon18-Jul-07 4:35
mvePete O'Hanlon18-Jul-07 4:35 
GeneralRe: Quick question involving xml deserialization and strings Pin
ruanr18-Jul-07 4:39
ruanr18-Jul-07 4:39 

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.