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

.NET (Core and Framework)

 
GeneralRe: Obscure .net Part 1 : Threads Pin
Mehdi Gholam4-Oct-11 5:36
Mehdi Gholam4-Oct-11 5:36 
AnswerRe: Obscure .net Part 1 : Threads Pin
jschell4-Oct-11 10:45
jschell4-Oct-11 10:45 
GeneralRe: Obscure .net Part 1 : Threads Pin
Mehdi Gholam4-Oct-11 18:25
Mehdi Gholam4-Oct-11 18:25 
GeneralRe: Obscure .net Part 1 : Threads Pin
jschell5-Oct-11 8:58
jschell5-Oct-11 8:58 
QuestionI want to upload a file on my web page with httpwebreqest Pin
pobre122-Oct-11 7:03
pobre122-Oct-11 7:03 
AnswerRe: I want to upload a file on my web page with httpwebreqest Pin
Richard MacCutchan3-Oct-11 3:27
mveRichard MacCutchan3-Oct-11 3:27 
QuestionI want to resize dialog thanx Pin
pobre121-Oct-11 10:22
pobre121-Oct-11 10:22 
AnswerRe: I want to resize dialog thanx Pin
Simon Bang Terkildsen1-Oct-11 12:53
Simon Bang Terkildsen1-Oct-11 12:53 
AnswerRe: I want to resize dialog thanx Pin
Richard MacCutchan1-Oct-11 21:20
mveRichard MacCutchan1-Oct-11 21:20 
AnswerRe: I want to resize dialog thanx Pin
Perić Željko6-Oct-11 1:22
professionalPerić Željko6-Oct-11 1:22 
QuestionDotNetNuke Framewok Pin
randomgeek30-Sep-11 7:34
randomgeek30-Sep-11 7:34 
AnswerRe: DotNetNuke Framewok Pin
Dave Kreskowiak30-Sep-11 7:43
mveDave Kreskowiak30-Sep-11 7:43 
GeneralRe: DotNetNuke Framewok Pin
Bert Mitton3-Oct-11 3:16
professionalBert Mitton3-Oct-11 3:16 
GeneralRe: DotNetNuke Framewok Pin
Luc Pattyn3-Oct-11 4:24
sitebuilderLuc Pattyn3-Oct-11 4:24 
QuestionWould like your advice about... Pin
Clark Kent12330-Sep-11 2:38
professionalClark Kent12330-Sep-11 2:38 
AnswerRe: Would like your advice about... Pin
Not Active30-Sep-11 3:40
mentorNot Active30-Sep-11 3:40 
GeneralRe: Would like your advice about... Pin
Clark Kent12330-Sep-11 4:27
professionalClark Kent12330-Sep-11 4:27 
AnswerRe: Would like your advice about... Pin
TheGreatAndPowerfulOz30-Sep-11 4:46
TheGreatAndPowerfulOz30-Sep-11 4:46 
Name your functions, parameters and variables with self describing names and a lot of the documentation will be done for you. It's called self-documenting code.

That doesn't relieve you of the responsibility of describing what a method's purpose is and what you're trying to accomplish.

Also, I hate comments that say what you are doing (like, "iterate over customer list, printing invoice", or "declare local variables") -- I can read the code for that. Tell me *why* you're doing what you're doing, especially if it's not obvious.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von Braun

GeneralRe: Would like your advice about... Pin
Clark Kent12330-Sep-11 5:04
professionalClark Kent12330-Sep-11 5:04 
AnswerRe: Would like your advice about... Pin
Eddy Vluggen30-Sep-11 6:29
professionalEddy Vluggen30-Sep-11 6:29 
GeneralRe: Would like your advice about... Pin
Not Active30-Sep-11 10:09
mentorNot Active30-Sep-11 10:09 
AnswerRe: Would like your advice about... Pin
Eddy Vluggen30-Sep-11 10:48
professionalEddy Vluggen30-Sep-11 10:48 
GeneralRe: Would like your advice about... Pin
Not Active30-Sep-11 12:00
mentorNot Active30-Sep-11 12:00 
GeneralRe: Would like your advice about... Pin
Eddy Vluggen30-Sep-11 21:01
professionalEddy Vluggen30-Sep-11 21:01 
AnswerRe: Would like your advice about... Pin
Abhinav S30-Sep-11 18:20
Abhinav S30-Sep-11 18:20 

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.