Click here to Skip to main content
15,888,000 members
Home / Discussions / C#
   

C#

 
AnswerRe: barcode Pin
Alan Balkany30-May-13 9:33
Alan Balkany30-May-13 9:33 
Questionhow create a setup of a c# project to run on a server Pin
User349028-May-13 4:42
User349028-May-13 4:42 
AnswerRe: how create a setup of a c# project to run on a server Pin
Dave Kreskowiak28-May-13 5:06
mveDave Kreskowiak28-May-13 5:06 
AnswerRe: how create a setup of a c# project to run on a server Pin
Bernhard Hiller28-May-13 22:20
Bernhard Hiller28-May-13 22:20 
GeneralRe: how create a setup of a c# project to run on a server Pin
User349029-May-13 3:07
User349029-May-13 3:07 
GeneralRe: how create a setup of a c# project to run on a server Pin
Dave Kreskowiak29-May-13 4:09
mveDave Kreskowiak29-May-13 4:09 
GeneralRe: how create a setup of a c# project to run on a server Pin
User349029-May-13 4:47
User349029-May-13 4:47 
GeneralRe: how create a setup of a c# project to run on a server Pin
Dave Kreskowiak29-May-13 4:58
mveDave Kreskowiak29-May-13 4:58 
OK, so you can either create two seperate installers, one for the database and one for the clients, or you can combine the two and the first client to install would go through the process to install the database on whatever SQL server the user specifies.

You REALLY have to be careful with record locking. It's just about never a good idea. The primary question is what happens if a client locks a record and then the client machine hangs?? How do you recover from a locked record that shouldn't be locked any more??

Concurrency issues are not easy to solve and you have to do research into what you're options are and how they affect your business process code.

GeneralRe: how create a setup of a c# project to run on a server Pin
User349029-May-13 6:40
User349029-May-13 6:40 
GeneralRe: how create a setup of a c# project to run on a server Pin
Dave Kreskowiak29-May-13 8:20
mveDave Kreskowiak29-May-13 8:20 
AnswerRe: how create a setup of a c# project to run on a server Pin
Clifford Nelson29-May-13 9:17
Clifford Nelson29-May-13 9:17 
QuestionC# use dll in various directory locations Pin
sc steinhayse28-May-13 4:42
sc steinhayse28-May-13 4:42 
AnswerRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 5:04
mveDave Kreskowiak28-May-13 5:04 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 8:55
sc steinhayse28-May-13 8:55 
GeneralRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 9:14
mveDave Kreskowiak28-May-13 9:14 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 9:29
sc steinhayse28-May-13 9:29 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 9:43
sc steinhayse28-May-13 9:43 
GeneralRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 12:34
mveDave Kreskowiak28-May-13 12:34 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 14:14
sc steinhayse28-May-13 14:14 
GeneralRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 16:14
mveDave Kreskowiak28-May-13 16:14 
AnswerRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 17:29
sc steinhayse28-May-13 17:29 
AnswerRe: C# use dll in various directory locations Pin
jschell28-May-13 8:43
jschell28-May-13 8:43 
QuestionC# obtain paramter values for dll Pin
sc steinhayse28-May-13 4:41
sc steinhayse28-May-13 4:41 
AnswerRe: C# obtain paramter values for dll Pin
Dave Kreskowiak28-May-13 4:56
mveDave Kreskowiak28-May-13 4:56 
GeneralRe: C# obtain paramter values for dll Pin
sc steinhayse28-May-13 9:14
sc steinhayse28-May-13 9:14 

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.