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

.NET (Core and Framework)

 
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 
GeneralRe: Would like your advice about... Pin
Richard MacCutchan30-Sep-11 21:28
mveRichard MacCutchan30-Sep-11 21:28 
AnswerRe: Would like your advice about... Pin
jschell1-Oct-11 10:32
jschell1-Oct-11 10:32 
QuestionUpdate Data into Database with DataAdapter Pin
Naunt26-Sep-11 18:49
Naunt26-Sep-11 18:49 
AnswerRe: Update Data into Database with DataAdapter Pin
RichardGrimmer29-Sep-11 6:18
RichardGrimmer29-Sep-11 6:18 
QuestionHow To Open and Use VSTO word document in Winform? Pin
Hamid Noahdi25-Sep-11 20:08
Hamid Noahdi25-Sep-11 20:08 
AnswerCross post Pin
Pete O'Hanlon25-Sep-11 20:41
mvePete O'Hanlon25-Sep-11 20:41 
QuestionHow can we restrict a user from changing the download path url's fine name. Pin
Member 825992122-Sep-11 11:22
Member 825992122-Sep-11 11:22 
AnswerRe: How can we restrict a user from changing the download path url's fine name. Pin
TheGreatAndPowerfulOz22-Sep-11 12:32
TheGreatAndPowerfulOz22-Sep-11 12:32 
AnswerRe: How can we restrict a user from changing the download path url's fine name. Pin
Dalek Dave25-Sep-11 21:37
professionalDalek Dave25-Sep-11 21:37 
QuestionVisual Studio 2010, C# WinForms project and best practices/approach for database-related features Pin
coder3273221-Sep-11 7:23
coder3273221-Sep-11 7:23 

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.