Click here to Skip to main content
15,888,212 members
Home / Discussions / C#
   

C#

 
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 
What this code is telling me is: since November, last year, you have racked-up a very large number of down-votes on a large number of questions in most of which you have demonstrated you have made very little effort to educate yourself.

It is time for you to make a decision to go to work doing the basic study that anyone has to do to become competent, at an entry level, in mastering any program language (or any subject matter).

When you have code like the code shown here (relatively simple), put it in a C# project, and put break-points in it, run the code, single-step through it (F11 in Visual Studio) observing how the values of variables change, and what the flow-of-control is.

Every time you see something that puzzles you like the character "%" : select the character, or whatever: hit the F1 key and go to the built-in help browser (or go-on-line and look it up) : read the relevant content, think about it.

Study, experiment, observe, refine, analyze, conclude ... repeat this forever with enthusiasm ... that is the only way to achieve any competency. CodeProject, StackOverflow, MSDN, blog sites (many exceptionally good blog sites run by Indians who are also regulars on CodeProject): these resources are amazingly deep, and can support you in whatever you pursue with C# and .NET.

Get a good fundamental book on C# .NET and read: alternate reading with trying out small code experiments directly related to what you read. Charles Petzold's ".NET Book Zero" is a free on-line download, and a good resource. Look in the "Free Tools" forum here for my previous post (January 11, 2015) on a free (English) book on C# by an association of programmers in Bulgaria.

"If not you, who ? If not now, when ?"
«In art as in science there is no delight without the detail ... Let me repeat that unless these are thoroughly understood and remembered, all “general ideas” (so easily acquired, so profitably resold) must necessarily remain but worn passports allowing their bearers short cuts from one area of ignorance to another.» Vladimir Nabokov, commentary on translation of “Eugene Onegin.”

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 
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 
GeneralRe: EF dynamic CRUD Pin
jackie.398117-Feb-16 6:51
jackie.398117-Feb-16 6:51 
AnswerRe: EF dynamic CRUD Pin
Gerry Schmitz17-Feb-16 17:51
mveGerry Schmitz17-Feb-16 17:51 
QuestionBoss just gave me ReSharper Ultimate Pin
Ian Klek16-Feb-16 22:28
Ian Klek16-Feb-16 22:28 
AnswerRe: Boss just gave me ReSharper Ultimate Pin
OriginalGriff16-Feb-16 23:17
mveOriginalGriff16-Feb-16 23:17 
AnswerRe: Boss just gave me ReSharper Ultimate Pin
Pete O'Hanlon16-Feb-16 23:31
mvePete O'Hanlon16-Feb-16 23:31 
GeneralRe: Boss just gave me ReSharper Ultimate Pin
John Torjo18-Feb-16 6:40
professionalJohn Torjo18-Feb-16 6:40 

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.