Click here to Skip to main content
15,905,616 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem: How to include DLL when I compiled my windows mobile project? Pin
Ennis Ray Lynch, Jr.22-Jan-09 6:10
Ennis Ray Lynch, Jr.22-Jan-09 6:10 
GeneralRe: Problem: How to include DLL when I compiled my windows mobile project? Pin
leslie wu22-Jan-09 6:36
leslie wu22-Jan-09 6:36 
QuestionC# and SQL Project Pin
Michael Fritzius22-Jan-09 4:22
professionalMichael Fritzius22-Jan-09 4:22 
AnswerRe: C# and SQL Project Pin
led mike22-Jan-09 4:40
led mike22-Jan-09 4:40 
GeneralRe: C# and SQL Project Pin
Michael Fritzius22-Jan-09 4:52
professionalMichael Fritzius22-Jan-09 4:52 
GeneralRe: C# and SQL Project Pin
EliottA22-Jan-09 5:01
EliottA22-Jan-09 5:01 
GeneralRe: C# and SQL Project Pin
led mike22-Jan-09 5:03
led mike22-Jan-09 5:03 
AnswerRe: C# and SQL Project Pin
Wendelius22-Jan-09 4:50
mentorWendelius22-Jan-09 4:50 
Michael Fritzius wrote:
if the SQL server is running behind a firewall or a router, how do I get to it? Is it something like inputting an IP address/port combination, username and password?


One way is to build a three-tiered application or if you want to do this like client-server, you would need (secure) ip-connection through the firewall. Connection string is exactly what you described: ip,port (or server name), username and password.


Michael Fritzius wrote:
How can I get a server to test my program on locally that I have control of? I don't want to be using a (hopefully not) buggy program on someone else's server


If you mean how would you get a database, you could use for example SQL Server Express Edition[^].

The need to optimize rises from a bad design.My articles[^]

AnswerRe: C# and SQL Project Pin
Michael Fritzius23-Jan-09 4:26
professionalMichael Fritzius23-Jan-09 4:26 
AnswerRe: C# and SQL Project Pin
Michael Fritzius26-Jan-09 3:57
professionalMichael Fritzius26-Jan-09 3:57 
QuestionGetDriveName in C# Pin
mulugheta22-Jan-09 4:00
mulugheta22-Jan-09 4:00 
AnswerRe: GetDriveName in C# Pin
Ben Fair22-Jan-09 4:04
Ben Fair22-Jan-09 4:04 
GeneralRe: GetDriveName in C# Pin
mulugheta22-Jan-09 4:13
mulugheta22-Jan-09 4:13 
GeneralRe: GetDriveName in C# Pin
Ben Fair22-Jan-09 4:34
Ben Fair22-Jan-09 4:34 
GeneralRe: GetDriveName in C# Pin
EliottA22-Jan-09 5:01
EliottA22-Jan-09 5:01 
QuestionHow do i retrieve the directory of multiple images file without hard code ? Pin
Lim Yuxuan22-Jan-09 3:45
Lim Yuxuan22-Jan-09 3:45 
AnswerRe: How do i retrieve the directory of multiple images file without hard code ? Pin
Ben Fair22-Jan-09 4:11
Ben Fair22-Jan-09 4:11 
GeneralRe: How do i retrieve the directory of multiple images file without hard code ? Pin
Lim Yuxuan22-Jan-09 15:13
Lim Yuxuan22-Jan-09 15:13 
QuestionHow to upload an email in to VSS through Dotnet coding Pin
mforMurali22-Jan-09 2:43
mforMurali22-Jan-09 2:43 
AnswerRe: How to upload an email in to VSS through Dotnet coding Pin
Wendelius22-Jan-09 3:17
mentorWendelius22-Jan-09 3:17 
QuestionHow to count a string for \ character? Pin
Matjaz-xyz22-Jan-09 2:08
Matjaz-xyz22-Jan-09 2:08 
AnswerRe: How to count a string for \ character? Pin
Rob Philpott22-Jan-09 2:23
Rob Philpott22-Jan-09 2:23 
AnswerRe: How to count a string for \ character? Pin
Matjaz-xyz22-Jan-09 2:36
Matjaz-xyz22-Jan-09 2:36 
GeneralRe: How to count a string for \ character? Pin
J4amieC22-Jan-09 2:41
J4amieC22-Jan-09 2:41 
GeneralRe: How to count a string for \ character? Pin
Matjaz-xyz22-Jan-09 3:48
Matjaz-xyz22-Jan-09 3:48 

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.