Click here to Skip to main content
15,898,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: FileSystemWatcher Problem Pin
Kevin Marois22-Feb-16 8:19
professionalKevin Marois22-Feb-16 8:19 
GeneralRe: FileSystemWatcher Problem Pin
Gerry Schmitz22-Feb-16 8:29
mveGerry Schmitz22-Feb-16 8:29 
GeneralRe: FileSystemWatcher Problem Pin
Kevin Marois22-Feb-16 8:32
professionalKevin Marois22-Feb-16 8:32 
GeneralRe: FileSystemWatcher Problem Pin
Kevin Marois22-Feb-16 10:51
professionalKevin Marois22-Feb-16 10:51 
GeneralRe: FileSystemWatcher Problem Pin
Gerry Schmitz22-Feb-16 12:22
mveGerry Schmitz22-Feb-16 12:22 
QuestionPath.Combine ignoring first parameter of three Pin
Member 1185433519-Feb-16 3:59
Member 1185433519-Feb-16 3:59 
AnswerRe: Path.Combine ignoring first parameter of three Pin
Richard MacCutchan19-Feb-16 4:07
mveRichard MacCutchan19-Feb-16 4:07 
GeneralRe: Path.Combine ignoring first parameter of three Pin
Member 1185433519-Feb-16 4:11
Member 1185433519-Feb-16 4:11 
QuestionC# Pin
Member 1116162517-Feb-16 23:39
Member 1116162517-Feb-16 23:39 
AnswerRe: C# Pin
Richard MacCutchan17-Feb-16 23:53
mveRichard MacCutchan17-Feb-16 23:53 
AnswerRe: C# Pin
Jochen Arndt17-Feb-16 23:56
professionalJochen Arndt17-Feb-16 23:56 
AnswerRe: C# Pin
OriginalGriff17-Feb-16 23:59
mveOriginalGriff17-Feb-16 23:59 
SuggestionRe: C# Pin
Richard Deeming18-Feb-16 2:45
mveRichard Deeming18-Feb-16 2:45 
AnswerRe: C# PinPopular
BillWoodruff18-Feb-16 8:54
professionalBillWoodruff18-Feb-16 8:54 
GeneralRe: C# Pin
Mycroft Holmes18-Feb-16 13:18
professionalMycroft Holmes18-Feb-16 13:18 
GeneralRe: C# Pin
BillWoodruff18-Feb-16 16:13
professionalBillWoodruff18-Feb-16 16:13 
GeneralRe: C# Pin
CHill6018-Feb-16 13:30
mveCHill6018-Feb-16 13:30 
QuestionEF dynamic CRUD Pin
jackie.398117-Feb-16 3:38
jackie.398117-Feb-16 3:38 
AnswerRe: EF dynamic CRUD Pin
Dave Kreskowiak17-Feb-16 4:33
mveDave Kreskowiak17-Feb-16 4:33 
GeneralRe: EF dynamic CRUD Pin
jackie.398117-Feb-16 4:49
jackie.398117-Feb-16 4:49 
GeneralRe: EF dynamic CRUD Pin
Dave Kreskowiak17-Feb-16 5:07
mveDave Kreskowiak17-Feb-16 5:07 
GeneralRe: EF dynamic CRUD Pin
jackie.398117-Feb-16 5:22
jackie.398117-Feb-16 5:22 
GeneralRe: EF dynamic CRUD Pin
Dave Kreskowiak17-Feb-16 7:03
mveDave Kreskowiak17-Feb-16 7:03 
Reflection is not going to help you in this case.

Well, more accurately, I should say that it is going GREATLY increase the level of complexity so much so as to be far more code than if you just wrote the statements using string concatenation.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: EF dynamic CRUD Pin
jackie.398117-Feb-16 9:03
jackie.398117-Feb-16 9:03 
AnswerRe: EF dynamic CRUD Pin
Sascha Lefèvre17-Feb-16 5:36
professionalSascha Lefèvre17-Feb-16 5:36 

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.