Click here to Skip to main content
15,884,425 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Login systems Pin
Nathan Minier4-Jan-17 2:49
professionalNathan Minier4-Jan-17 2:49 
QuestionImages in sourcecode Pin
D4rkTrick31-Dec-16 14:51
professionalD4rkTrick31-Dec-16 14:51 
AnswerRe: Images in sourcecode Pin
Dave Kreskowiak31-Dec-16 18:45
mveDave Kreskowiak31-Dec-16 18:45 
AnswerRe: Images in sourcecode Pin
Eddy Vluggen1-Jan-17 0:30
professionalEddy Vluggen1-Jan-17 0:30 
AnswerRe: Images in sourcecode Pin
Afzaal Ahmad Zeeshan1-Jan-17 1:13
professionalAfzaal Ahmad Zeeshan1-Jan-17 1:13 
AnswerRe: Images in sourcecode Pin
Gerry Schmitz1-Jan-17 21:44
mveGerry Schmitz1-Jan-17 21:44 
PraiseThank you for the feedback Pin
D4rkTrick2-Jan-17 2:17
professionalD4rkTrick2-Jan-17 2:17 
GeneralRe: Thank you for the feedback Pin
Nathan Minier4-Jan-17 1:50
professionalNathan Minier4-Jan-17 1:50 
You can still provide this sort of detail, though, by providing good technical documentation and referring to it in code comments. This example uses an HTML documentation so that you can couple the image with some textual context:
C#
// Reference: http://<ProjectRoot>/docs/tech/MyNamespace/Myclass.html
namespace MyNamespace {
   public class MyClass {...}
}
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

QuestionPlurality - Modular Code Editor Pin
Gurigraphics19-Dec-16 21:43
Gurigraphics19-Dec-16 21:43 
AnswerRe: Plurality - Modular Code Editor Pin
Richard MacCutchan19-Dec-16 22:50
mveRichard MacCutchan19-Dec-16 22:50 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics20-Dec-16 0:06
Gurigraphics20-Dec-16 0:06 
GeneralRe: Plurality - Modular Code Editor Pin
Richard MacCutchan20-Dec-16 0:48
mveRichard MacCutchan20-Dec-16 0:48 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics20-Dec-16 2:27
Gurigraphics20-Dec-16 2:27 
AnswerRe: Plurality - Modular Code Editor Pin
Pete O'Hanlon19-Dec-16 23:12
mvePete O'Hanlon19-Dec-16 23:12 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics20-Dec-16 0:25
Gurigraphics20-Dec-16 0:25 
GeneralRe: Plurality - Modular Code Editor Pin
Pete O'Hanlon20-Dec-16 0:27
mvePete O'Hanlon20-Dec-16 0:27 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics20-Dec-16 0:34
Gurigraphics20-Dec-16 0:34 
AnswerRe: Plurality - Modular Code Editor Pin
Gerry Schmitz21-Dec-16 7:59
mveGerry Schmitz21-Dec-16 7:59 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics21-Dec-16 11:52
Gurigraphics21-Dec-16 11:52 
GeneralRe: Plurality - Modular Code Editor Pin
Gerry Schmitz21-Dec-16 12:23
mveGerry Schmitz21-Dec-16 12:23 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics21-Dec-16 13:31
Gurigraphics21-Dec-16 13:31 
GeneralRe: Plurality - Modular Code Editor Pin
Gerry Schmitz21-Dec-16 13:58
mveGerry Schmitz21-Dec-16 13:58 
GeneralRe: Plurality - Modular Code Editor Pin
Gurigraphics21-Dec-16 17:12
Gurigraphics21-Dec-16 17:12 
GeneralRe: Plurality - Modular Code Editor Pin
Gerry Schmitz21-Dec-16 20:02
mveGerry Schmitz21-Dec-16 20:02 
AnswerRe: Plurality - Modular Code Editor Pin
jschell26-Dec-16 6:16
jschell26-Dec-16 6:16 

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.