Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
Questionhow to make a font ? Pin
Wan--Vevi8-Sep-08 17:04
Wan--Vevi8-Sep-08 17:04 
AnswerRe: how to make a font ? Pin
Wan--Vevi8-Sep-08 17:24
Wan--Vevi8-Sep-08 17:24 
GeneralRe: how to make a font ? Pin
Paul Conrad8-Sep-08 18:28
professionalPaul Conrad8-Sep-08 18:28 
GeneralRe: how to make a font ? Pin
Perspx9-Sep-08 10:43
Perspx9-Sep-08 10:43 
GeneralRe: how to make a font ? Pin
Paul Conrad9-Sep-08 11:38
professionalPaul Conrad9-Sep-08 11:38 
AnswerRe: how to make a font ? Pin
Abhijit Jana8-Sep-08 19:41
professionalAbhijit Jana8-Sep-08 19:41 
GeneralRe: how to make a font ? Pin
Wan--Vevi8-Sep-08 20:20
Wan--Vevi8-Sep-08 20:20 
GeneralRe: how to make a font ? Pin
Abhijit Jana9-Sep-08 0:33
professionalAbhijit Jana9-Sep-08 0:33 
Generalnose and mouth detection Pin
siewying8-Sep-08 16:34
siewying8-Sep-08 16:34 
GeneralRe: nose and mouth detection Pin
Nouman Bhatti8-Sep-08 21:35
Nouman Bhatti8-Sep-08 21:35 
GeneralRe: nose and mouth detection Pin
Alan Balkany9-Sep-08 3:43
Alan Balkany9-Sep-08 3:43 
QuestionHow to organize classes/methods in Visual Studio Pin
ssclaire8-Sep-08 15:35
ssclaire8-Sep-08 15:35 
AnswerRe: How to organize classes/methods in Visual Studio Pin
TheCardinal8-Sep-08 15:53
TheCardinal8-Sep-08 15:53 
GeneralRe: How to organize classes/methods in Visual Studio Pin
carbon_golem8-Sep-08 16:10
carbon_golem8-Sep-08 16:10 
Yes, definitely a good idea to keep one class per file as good programming practice. Um... Tradition? No. We (those at my company) like to strictly adhere to this rule and leave the partial class definition to automatically generated code only. Actually using it is IMHO a bit unsavory to read but preferable to a single file mess. You can use the #region directive to collapse source code sections together for convenience.

Hope that helps

Scott P

“It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.”
-Edsger Dijkstra

GeneralRe: How to organize classes/methods in Visual Studio Pin
#realJSOP9-Sep-08 2:44
professional#realJSOP9-Sep-08 2:44 
AnswerRe: How to organize classes/methods in Visual Studio Pin
Joe Woodbury8-Sep-08 17:45
professionalJoe Woodbury8-Sep-08 17:45 
AnswerRe: How to organize classes/methods in Visual Studio Pin
#realJSOP9-Sep-08 2:47
professional#realJSOP9-Sep-08 2:47 
AnswerRe: How to organize classes/methods in Visual Studio Pin
Alan Balkany9-Sep-08 3:50
Alan Balkany9-Sep-08 3:50 
AnswerRe: How to organize classes/methods in Visual Studio Pin
ssclaire9-Sep-08 4:37
ssclaire9-Sep-08 4:37 
Questionneed help in compiling C# program!! Pin
ishwarverma8-Sep-08 15:06
ishwarverma8-Sep-08 15:06 
AnswerRe: need help in compiling C# program!! Pin
Guffa8-Sep-08 15:20
Guffa8-Sep-08 15:20 
GeneralRe: need help in compiling C# program!! Pin
ishwarverma8-Sep-08 15:24
ishwarverma8-Sep-08 15:24 
GeneralRe: need help in compiling C# program!! Pin
Guffa8-Sep-08 15:32
Guffa8-Sep-08 15:32 
AnswerRe: need help in compiling C# program!! Pin
#realJSOP9-Sep-08 2:49
professional#realJSOP9-Sep-08 2:49 
GeneralRe: need help in compiling C# program!! Pin
Pete O'Hanlon9-Sep-08 9:31
mvePete O'Hanlon9-Sep-08 9:31 

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.