Click here to Skip to main content
15,899,314 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: ClickOnce Deploy Dependency Issue Pin
Wendelius29-Sep-08 17:59
mentorWendelius29-Sep-08 17:59 
GeneralRe: ClickOnce Deploy Dependency Issue [modified] Pin
Tristan Rhodes29-Sep-08 22:03
Tristan Rhodes29-Sep-08 22:03 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Wendelius30-Sep-08 3:02
mentorWendelius30-Sep-08 3:02 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Tristan Rhodes30-Sep-08 6:09
Tristan Rhodes30-Sep-08 6:09 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Wendelius30-Sep-08 6:25
mentorWendelius30-Sep-08 6:25 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Sujit Mandal1-Oct-08 0:25
Sujit Mandal1-Oct-08 0:25 
QuestionHow do you implement audit trail for your objects (Programming) ? Pin
abmv29-Sep-08 1:18
professionalabmv29-Sep-08 1:18 
AnswerRe: How do you implement audit trail for your objects (Programming) ? Pin
Pete O'Hanlon29-Sep-08 1:52
mvePete O'Hanlon29-Sep-08 1:52 
We audit using triggers, i.e. when items are changed in the database. Doing it at your application code level introduces a level of coupling, and a performance hit, that you don't need.

We don't disable auditing during unit testing. That's a bad idea - because you're not testing the behaviour of your system, you're testing the behaviour of an artificially crippled version of your system. If part of your application updates two tables, you need to be able to verify that the correct audits have taken place.

Deja View - the feeling that you've seen this post before.

My blog | My articles | MoXAML PowerToys



QuestionReading a .LIS file Pin
hariakuthota29-Sep-08 0:24
hariakuthota29-Sep-08 0:24 
AnswerRe: Reading a .LIS file Pin
Giorgi Dalakishvili29-Sep-08 0:31
mentorGiorgi Dalakishvili29-Sep-08 0:31 
Questionexposing services in MAF Pin
dima500028-Sep-08 1:31
dima500028-Sep-08 1:31 
Questionc#.net Pin
faridehkalantary26-Sep-08 23:11
faridehkalantary26-Sep-08 23:11 
AnswerRe: c#.net Pin
Pete O'Hanlon26-Sep-08 23:32
mvePete O'Hanlon26-Sep-08 23:32 
AnswerRe: c#.net Pin
Dave Kreskowiak27-Sep-08 3:27
mveDave Kreskowiak27-Sep-08 3:27 
GeneralRe: c#.net Pin
Kevin McFarlane27-Sep-08 7:19
Kevin McFarlane27-Sep-08 7:19 
GeneralRe: c#.net Pin
Wendelius27-Sep-08 8:43
mentorWendelius27-Sep-08 8:43 
GeneralRe: c#.net Pin
Dave Kreskowiak27-Sep-08 11:04
mveDave Kreskowiak27-Sep-08 11:04 
AnswerRe: c#.net Pin
Paul Conrad27-Sep-08 5:23
professionalPaul Conrad27-Sep-08 5:23 
AnswerRe: c#.net Pin
The_Mega_ZZTer27-Sep-08 5:39
The_Mega_ZZTer27-Sep-08 5:39 
AnswerRe: c#.net PinPopular
leckey27-Sep-08 13:35
leckey27-Sep-08 13:35 
GeneralRe: c#.net Pin
Pete O'Hanlon28-Sep-08 9:24
mvePete O'Hanlon28-Sep-08 9:24 
GeneralRe: c#.net Pin
Paul Conrad29-Sep-08 6:41
professionalPaul Conrad29-Sep-08 6:41 
QuestionToolStripItem hides Image when Text is too big to fit Pin
The_Mega_ZZTer26-Sep-08 14:32
The_Mega_ZZTer26-Sep-08 14:32 
AnswerRe: ToolStripItem hides Image when Text is too big to fit Pin
The_Mega_ZZTer2-Oct-08 10:15
The_Mega_ZZTer2-Oct-08 10:15 
QuestionMeasuring Voltages At Serial Port Programmatically Pin
Saravanan Rao25-Sep-08 23:48
Saravanan Rao25-Sep-08 23: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.