Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
GeneralRe: Wrong select query SQLite? Pin
Richard Deeming21-Apr-15 2:30
mveRichard Deeming21-Apr-15 2:30 
QuestionHi! Pin
Member King Fisher20-Apr-15 17:51
Member King Fisher20-Apr-15 17:51 
SuggestionRe: Hi! Pin
Richard MacCutchan20-Apr-15 21:28
mveRichard MacCutchan20-Apr-15 21:28 
QuestionEmpty path name is not legal Pin
DPaul199420-Apr-15 10:12
DPaul199420-Apr-15 10:12 
AnswerRe: Empty path name is not legal Pin
Sascha Lefèvre20-Apr-15 10:18
professionalSascha Lefèvre20-Apr-15 10:18 
GeneralRe: Empty path name is not legal Pin
DPaul199420-Apr-15 10:27
DPaul199420-Apr-15 10:27 
GeneralRe: Empty path name is not legal Pin
Sascha Lefèvre20-Apr-15 10:35
professionalSascha Lefèvre20-Apr-15 10:35 
GeneralRe: Empty path name is not legal Pin
DPaul199420-Apr-15 10:50
DPaul199420-Apr-15 10:50 
GeneralRe: Empty path name is not legal Pin
Sascha Lefèvre20-Apr-15 10:59
professionalSascha Lefèvre20-Apr-15 10:59 
GeneralRe: Empty path name is not legal Pin
dhivya.sakthi21-Apr-15 23:50
dhivya.sakthi21-Apr-15 23:50 
AnswerRe: Empty path name is not legal Pin
Pete O'Hanlon20-Apr-15 10:21
mvePete O'Hanlon20-Apr-15 10:21 
GeneralRe: Empty path name is not legal Pin
DPaul199420-Apr-15 10:27
DPaul199420-Apr-15 10:27 
GeneralRe: Empty path name is not legal Pin
Pete O'Hanlon20-Apr-15 10:46
mvePete O'Hanlon20-Apr-15 10:46 
GeneralRe: Empty path name is not legal Pin
DPaul199420-Apr-15 10:50
DPaul199420-Apr-15 10:50 
QuestionAny rules how to name C# source files? Pin
CRobert45620-Apr-15 5:50
CRobert45620-Apr-15 5:50 
AnswerRe: Any rules how to name C# source files? Pin
Sascha Lefèvre20-Apr-15 5:59
professionalSascha Lefèvre20-Apr-15 5:59 
AnswerRe: Any rules how to name C# source files? Pin
Pete O'Hanlon20-Apr-15 7:01
mvePete O'Hanlon20-Apr-15 7:01 
There are no real rules around the way you name class files, but something to consider is what the purpose of your naming is. Generally, it's a good idea to name the file the same as the class because it makes finding your class a lot easier. If your class is called Foo but you name it Bar.cs then it's going to be harder to find the file in the solution. Generally, it makes sense to try to replicate your namespace structure with folders and your classes in the file name.
AnswerRe: Any rules how to name C# source files? Pin
Eddy Vluggen20-Apr-15 8:11
professionalEddy Vluggen20-Apr-15 8:11 
AnswerRe: Any rules how to name C# source files? Pin
Dennis_E20-May-15 3:01
professionalDennis_E20-May-15 3:01 
QuestionButton enabled and disable using EnabledChanged method Pin
DPaul199420-Apr-15 4:34
DPaul199420-Apr-15 4:34 
AnswerRe: Button enabled and disable using EnabledChanged method Pin
Pete O'Hanlon20-Apr-15 4:47
mvePete O'Hanlon20-Apr-15 4:47 
GeneralRe: Button enabled and disable using EnabledChanged method Pin
DPaul199420-Apr-15 4:52
DPaul199420-Apr-15 4:52 
GeneralRe: Button enabled and disable using EnabledChanged method Pin
Pete O'Hanlon20-Apr-15 5:05
mvePete O'Hanlon20-Apr-15 5:05 
GeneralRe: Button enabled and disable using EnabledChanged method Pin
DPaul199420-Apr-15 5:07
DPaul199420-Apr-15 5:07 
AnswerRe: Button enabled and disable using EnabledChanged method Pin
BillWoodruff20-Apr-15 19:54
professionalBillWoodruff20-Apr-15 19:54 

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.