Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with Diagnostics.Process Pin
S. Senthil Kumar5-Jul-06 5:06
S. Senthil Kumar5-Jul-06 5:06 
QuestionSeeking Input value from Dialog box but not closing it Pin
For_IT5-Jul-06 3:20
For_IT5-Jul-06 3:20 
AnswerRe: Seeking Input value from Dialog box but not closing it Pin
stancrm5-Jul-06 3:54
stancrm5-Jul-06 3:54 
AnswerRe: Seeking Input value from Dialog box but not closing it Pin
BoneSoft5-Jul-06 4:09
BoneSoft5-Jul-06 4:09 
QuestionHow to show login prompt when accessing database? [modified] Pin
jazzka5-Jul-06 2:32
jazzka5-Jul-06 2:32 
AnswerRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay5-Jul-06 2:47
Colin Angus Mackay5-Jul-06 2:47 
GeneralRe: How to show login prompt when accessing database? Pin
jazzka5-Jul-06 3:08
jazzka5-Jul-06 3:08 
GeneralRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay5-Jul-06 9:21
Colin Angus Mackay5-Jul-06 9:21 
jaskatpl wrote:
Now my "default" connectionstring have keyword Integrated Security with value SSPI and I test connection when I am contsructing object from my DataAccesLayer. The test fail and I want to use eg. sql server autentication with used id and password as "backdoor".


Then you need to supply different connection strings for different scenarios. "Backdoors" are a form of security violation and I trust that you didn't really mean "backdoor" in that sense. You can put the connection string in to the app.config and when you are running your application in side the test framework (I use NUnit) you can supply a different config file. For example, if you open a test assembly in NUnit it will pull in an app config file with called assemblyname.dll.config


jaskatpl wrote:
There have been "automatic" mechanism for this earlier


There has, to my knowledge, never been an automatic mechanism for this.


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
GeneralRe: How to show login prompt when accessing database? [modified] Pin
jazzka5-Jul-06 19:58
jazzka5-Jul-06 19:58 
GeneralRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay5-Jul-06 20:32
Colin Angus Mackay5-Jul-06 20:32 
GeneralRe: How to show login prompt when accessing database? Pin
jazzka5-Jul-06 21:08
jazzka5-Jul-06 21:08 
GeneralRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay6-Jul-06 8:02
Colin Angus Mackay6-Jul-06 8:02 
QuestionC# Datagrid Search Pin
Gammaza5-Jul-06 2:14
Gammaza5-Jul-06 2:14 
AnswerRe: C# Datagrid Search Pin
Tim Kohler5-Jul-06 2:56
Tim Kohler5-Jul-06 2:56 
GeneralRe: C# Datagrid Search Pin
Gammaza5-Jul-06 3:05
Gammaza5-Jul-06 3:05 
AnswerRe: C# Datagrid Search Pin
Robert Rohde5-Jul-06 3:56
Robert Rohde5-Jul-06 3:56 
GeneralRe: C# Datagrid Search Pin
Gammaza5-Jul-06 4:04
Gammaza5-Jul-06 4:04 
QuestionDrag and drop function Pin
Joyeo5-Jul-06 1:56
Joyeo5-Jul-06 1:56 
QuestionDate Time in c# Pin
Rajesh_K_Sharma5-Jul-06 1:45
Rajesh_K_Sharma5-Jul-06 1:45 
AnswerRe: Date Time in c# Pin
stancrm5-Jul-06 1:56
stancrm5-Jul-06 1:56 
AnswerRe: Date Time in c# Pin
MCSD-Gandalf5-Jul-06 1:59
MCSD-Gandalf5-Jul-06 1:59 
AnswerRe: Date Time in c# Pin
engsrini5-Jul-06 2:02
engsrini5-Jul-06 2:02 
AnswerRe: Date Time in c# Pin
Gammaza5-Jul-06 2:09
Gammaza5-Jul-06 2:09 
AnswerRe: Date Time in c# Pin
BoneSoft5-Jul-06 4:02
BoneSoft5-Jul-06 4:02 
QuestionProblem with TcpClient connect [modified] Pin
chintu9265-Jul-06 0:47
chintu9265-Jul-06 0:47 

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.