Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: Performance : String and string !! Confusing, Pin
leppie28-Jan-08 21:44
leppie28-Jan-08 21:44 
GeneralRe: Performance : String and string !! Confusing, Pin
Skippums29-Jan-08 7:49
Skippums29-Jan-08 7:49 
GeneralRe: Performance : String and string !! Confusing, Pin
PIEBALDconsult29-Jan-08 8:39
mvePIEBALDconsult29-Jan-08 8:39 
GeneralRe: Performance : String and string !! Confusing, Pin
Skippums29-Jan-08 8:47
Skippums29-Jan-08 8:47 
GeneralRe: Performance : String and string !! Confusing, Pin
PIEBALDconsult29-Jan-08 12:22
mvePIEBALDconsult29-Jan-08 12:22 
GeneralProcess not ending when application is closed. Pin
Ylno28-Jan-08 13:01
Ylno28-Jan-08 13:01 
GeneralRe: Process not ending when application is closed. Pin
PIEBALDconsult28-Jan-08 13:04
mvePIEBALDconsult28-Jan-08 13:04 
GeneralRe: Process not ending when application is closed. Pin
Not Active28-Jan-08 13:07
mentorNot Active28-Jan-08 13:07 
GeneralRe: Process not ending when application is closed. Pin
Ylno28-Jan-08 13:16
Ylno28-Jan-08 13:16 
GeneralRe: Process not ending when application is closed. Pin
Stephen Hewitt28-Jan-08 17:10
Stephen Hewitt28-Jan-08 17:10 
GeneralRe: Process not ending when application is closed. Pin
leppie28-Jan-08 21:50
leppie28-Jan-08 21:50 
Generaldirectory chooser dialog Pin
Ylno28-Jan-08 12:56
Ylno28-Jan-08 12:56 
GeneralRe: directory chooser dialog Pin
darkelv28-Jan-08 13:03
darkelv28-Jan-08 13:03 
GeneralRe: directory chooser dialog Pin
Ylno28-Jan-08 13:19
Ylno28-Jan-08 13:19 
Generalthis is a test Pin
Member 462175228-Jan-08 12:25
Member 462175228-Jan-08 12:25 
Generalsdfasdf Pin
Member 462175228-Jan-08 12:19
Member 462175228-Jan-08 12:19 
Questioncan you give me a reference to do it (write CD) ? Pin
B.A28-Jan-08 11:46
B.A28-Jan-08 11:46 
GeneralMethod overloading! Pin
Spykraft28-Jan-08 11:18
Spykraft28-Jan-08 11:18 
GeneralRe: Method overloading! Pin
Ed.Poore28-Jan-08 12:32
Ed.Poore28-Jan-08 12:32 
GeneralRe: Method overloading! Pin
Spykraft28-Jan-08 13:47
Spykraft28-Jan-08 13:47 
GeneralRe: Method overloading! Pin
PIEBALDconsult28-Jan-08 15:07
mvePIEBALDconsult28-Jan-08 15:07 
GeneralRe: Method overloading! Pin
Ed.Poore28-Jan-08 21:49
Ed.Poore28-Jan-08 21:49 
Spykraft wrote:
maybe overload the "=" operator with a definition like that?! am just brainstorming

You can't overload operators using extension methods because they're static methods and you can't define static extension methods (if that made any sense).
Spykraft wrote:
when I start using the new 3.0 compiler, and thats coming soon!!!!

I've been using the trial of VS2008 while I wait for Imperial to get they're copy and then I can "upgrade" to a licensed one and personally I find it much much better than VS2005.  For example you can use the var statement for defining variables in 2.0 projects quite happily.  You can always set the default project type to 2.0 and then just use the new environment with the new compiler.



GeneralRe: Method overloading! Pin
PIEBALDconsult28-Jan-08 12:57
mvePIEBALDconsult28-Jan-08 12:57 
Generalcrystal report formula Pin
shabonaa28-Jan-08 10:48
shabonaa28-Jan-08 10:48 
QuestionObjectStream Pin
BaraMustafa28-Jan-08 8:31
BaraMustafa28-Jan-08 8: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.