Click here to Skip to main content
15,914,386 members
Home / Discussions / C#
   

C#

 
QuestionNumeric formatting question Pin
bscaer27-Feb-09 6:58
bscaer27-Feb-09 6:58 
AnswerRe: Numeric formatting question Pin
led mike27-Feb-09 7:20
led mike27-Feb-09 7:20 
GeneralRe: Numeric formatting question Pin
bscaer27-Feb-09 7:24
bscaer27-Feb-09 7:24 
GeneralRe: Numeric formatting question Pin
led mike27-Feb-09 7:37
led mike27-Feb-09 7:37 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 7:59
mvePIEBALDconsult27-Feb-09 7:59 
AnswerRe: Numeric formatting question [modified] Pin
PIEBALDconsult27-Feb-09 7:30
mvePIEBALDconsult27-Feb-09 7:30 
GeneralRe: Numeric formatting question Pin
bscaer27-Feb-09 7:36
bscaer27-Feb-09 7:36 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 8:29
mvePIEBALDconsult27-Feb-09 8:29 
GeneralRe: Numeric formatting question Pin
bscaer27-Feb-09 8:55
bscaer27-Feb-09 8:55 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 9:06
mvePIEBALDconsult27-Feb-09 9:06 
GeneralRe: Numeric formatting question Pin
Luc Pattyn27-Feb-09 10:00
sitebuilderLuc Pattyn27-Feb-09 10:00 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 10:03
mvePIEBALDconsult27-Feb-09 10:03 
GeneralRe: Numeric formatting question Pin
Dan Neely27-Feb-09 10:36
Dan Neely27-Feb-09 10:36 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult28-Feb-09 4:36
mvePIEBALDconsult28-Feb-09 4:36 
GeneralRe: Numeric formatting question Pin
Dan Neely27-Feb-09 7:51
Dan Neely27-Feb-09 7:51 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 7:54
mvePIEBALDconsult27-Feb-09 7:54 
AnswerRe: Numeric formatting question Pin
Luc Pattyn27-Feb-09 8:33
sitebuilderLuc Pattyn27-Feb-09 8:33 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 8:50
mvePIEBALDconsult27-Feb-09 8:50 
GeneralRe: Numeric formatting question Pin
bscaer3-Mar-09 11:02
bscaer3-Mar-09 11:02 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult3-Mar-09 12:25
mvePIEBALDconsult3-Mar-09 12:25 
AnswerRe: Numeric formatting question Pin
Ennis Ray Lynch, Jr.27-Feb-09 8:13
Ennis Ray Lynch, Jr.27-Feb-09 8:13 
GeneralRe: Numeric formatting question Pin
PIEBALDconsult27-Feb-09 9:11
mvePIEBALDconsult27-Feb-09 9:11 
AnswerRe: Numeric formatting question [modified] Pin
PIEBALDconsult28-Feb-09 9:03
mvePIEBALDconsult28-Feb-09 9:03 
QuestionOne Assembly Versus Multiple Assemblies Pin
MarkB12327-Feb-09 6:46
MarkB12327-Feb-09 6:46 
Hi - can some one help me out here please - I'm new-ish to C#.
What are the performance implications of creating all my objects (forms, classes etc) inside one assembly versus splitting up the application over multiple assemblies?
I would prefer to keep every thing in one as I find it easier to work with and I won't get the cyclic error where by a form in one refers to a form in another which refers back to the original etc.
If I do put eveything in one assembly, will the application take longer to start up?
Will opening forms be quicker using the one as the app won't need to open more than one assembly to find the correct opened form etc?
Thanks
AnswerRe: One Assembly Versus Multiple Assemblies Pin
led mike27-Feb-09 7:17
led mike27-Feb-09 7:17 

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.