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

C#

 
GeneralRe: MSMQ Pin
Mycroft Holmes19-Aug-11 3:08
professionalMycroft Holmes19-Aug-11 3:08 
GeneralRe: MSMQ Pin
PIEBALDconsult19-Aug-11 15:18
mvePIEBALDconsult19-Aug-11 15:18 
AnswerRe: MSMQ Pin
RobCroll19-Aug-11 6:49
RobCroll19-Aug-11 6:49 
GeneralRe: MSMQ Pin
CodingYoshi19-Aug-11 11:52
CodingYoshi19-Aug-11 11:52 
GeneralRe: MSMQ Pin
RobCroll19-Aug-11 13:20
RobCroll19-Aug-11 13:20 
GeneralRe: MSMQ Pin
PIEBALDconsult19-Aug-11 15:33
mvePIEBALDconsult19-Aug-11 15:33 
GeneralRe: MSMQ Pin
RobCroll19-Aug-11 17:15
RobCroll19-Aug-11 17:15 
QuestionUse a static method / class? Pin
gmhanna18-Aug-11 8:29
gmhanna18-Aug-11 8:29 
Hi,

I am in the middle of writing an ASP.Net program that will hand off a software key when the Web Server is called. I am receiving information from the caller in a "Query String" and saving it in a common class. After I have saved all the Query Strings, I am calling a Web Service to generate the key, using properties in the common class. If I successfully generate a key, I save the properties in the common class and the key to a SQL database on the server.

My question is should I use a static class or should I instantiate a new instance of the class? I'm concerned about the properties getting overlaid by the next caller before the key is generate and the information about the buyer is written to the SQL database. At least hopefully thinking that I will be selling that much software Wink | ;)

Thank you,
Glenn

AnswerRe: Use a static method / class? Pin
V.18-Aug-11 21:11
professionalV.18-Aug-11 21:11 
AnswerRe: Use a static method / class? Pin
Shameel18-Aug-11 22:49
professionalShameel18-Aug-11 22:49 
AnswerRe: Use a static method / class? Pin
BobJanova18-Aug-11 23:08
BobJanova18-Aug-11 23:08 
Questionplz brack my licence Pin
saqibali211918-Aug-11 8:11
saqibali211918-Aug-11 8:11 
AnswerCross-post Pin
Wendelius18-Aug-11 8:13
mentorWendelius18-Aug-11 8:13 
GeneralRe: Cross-post Pin
fjdiewornncalwe18-Aug-11 8:17
professionalfjdiewornncalwe18-Aug-11 8:17 
GeneralRe: Cross-post Pin
Wendelius18-Aug-11 8:20
mentorWendelius18-Aug-11 8:20 
AnswerRe: plz brack my licence Pin
#realJSOP18-Aug-11 8:19
mve#realJSOP18-Aug-11 8:19 
QuestionDatagridview.rowvalidating event question Pin
Davey_guan18-Aug-11 4:54
Davey_guan18-Aug-11 4:54 
AnswerRe: Datagridview.rowvalidating event question Pin
BobJanova18-Aug-11 5:23
BobJanova18-Aug-11 5:23 
AnswerRe: Datagridview.rowvalidating event question Pin
Alan N18-Aug-11 5:32
Alan N18-Aug-11 5:32 
GeneralRe: Datagridview.rowvalidating event question Pin
Davey_guan18-Aug-11 18:09
Davey_guan18-Aug-11 18:09 
QuestionInter-Process Signalling with "unlimited" processes? Pin
Don Rolando18-Aug-11 4:44
Don Rolando18-Aug-11 4:44 
AnswerRe: Inter-Process Signalling with "unlimited" processes? Pin
BobJanova18-Aug-11 5:30
BobJanova18-Aug-11 5:30 
GeneralRe: Inter-Process Signalling with "unlimited" processes? Pin
Don Rolando18-Aug-11 10:03
Don Rolando18-Aug-11 10:03 
GeneralRe: Inter-Process Signalling with "unlimited" processes? Pin
SledgeHammer0118-Aug-11 10:28
SledgeHammer0118-Aug-11 10:28 
AnswerRe: Inter-Process Signalling with "unlimited" processes? Pin
jschell18-Aug-11 12:42
jschell18-Aug-11 12:42 

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.