Click here to Skip to main content
16,006,541 members
Home / Discussions / C#
   

C#

 
GeneralRe: usinng vs setup wizard Pin
Colin Angus Mackay11-Dec-07 23:59
Colin Angus Mackay11-Dec-07 23:59 
GeneralRe: usinng vs setup wizard Pin
prasadbuddhika16-Dec-07 19:10
prasadbuddhika16-Dec-07 19:10 
Generalproblem with decompress Pin
prasadbuddhika11-Dec-07 17:50
prasadbuddhika11-Dec-07 17:50 
GeneralRe: problem with decompress Pin
Christian Graus11-Dec-07 17:57
protectorChristian Graus11-Dec-07 17:57 
QuestionImprove the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 17:12
Pankaj - Joshi11-Dec-07 17:12 
AnswerRe: Improve the output of desktop application..? Pin
Christian Graus11-Dec-07 17:52
protectorChristian Graus11-Dec-07 17:52 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 17:59
Pankaj - Joshi11-Dec-07 17:59 
GeneralRe: Improve the output of desktop application..? Pin
Christian Graus11-Dec-07 18:07
protectorChristian Graus11-Dec-07 18:07 
Pankaj - Joshi wrote:
But I read some where use sealed classes instead of public class if you don't want to inherit it again so that make your code faster.


Possible. I doubt it has a huge effect tho.

Pankaj - Joshi wrote:
use generics instead of hash table and array list etc.


Always use the generic containers, that's a no brainer. It will only speed things up for containers of value types, but. No boxing, you see.

Pankaj - Joshi wrote:
So I need the guidelines what to do and what not to make efficient C#.net code.


Again, it's very unlikely that you've written code that will get a whole lot faster if you change what sort of containers you use. What sort of app is it, and what makes you think it could be faster ?

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 21:04
Pankaj - Joshi11-Dec-07 21:04 
GeneralRe: Improve the output of desktop application..? Pin
Dave Kreskowiak12-Dec-07 3:49
mveDave Kreskowiak12-Dec-07 3:49 
GeneralRe: Improve the output of desktop application..? Pin
Nouman Bhatti11-Dec-07 20:34
Nouman Bhatti11-Dec-07 20:34 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 21:01
Pankaj - Joshi11-Dec-07 21:01 
GeneralRe: Improve the output of desktop application..? Pin
Malcolm Smart12-Dec-07 2:21
Malcolm Smart12-Dec-07 2:21 
Questionupdate the table data Pin
keyto11-Dec-07 17:11
keyto11-Dec-07 17:11 
GeneralRe: update the table data Pin
Christian Graus11-Dec-07 17:58
protectorChristian Graus11-Dec-07 17:58 
Questionturning off ups Pin
Tauseef A11-Dec-07 16:14
Tauseef A11-Dec-07 16:14 
GeneralRe: turning off ups Pin
Christian Graus11-Dec-07 16:41
protectorChristian Graus11-Dec-07 16:41 
GeneralUHOQQK+C39HrP48DhTt Pin
There is always the way to do it, but I don't know11-Dec-07 15:09
There is always the way to do it, but I don't know11-Dec-07 15:09 
GeneralRe: UHOQQK+C39HrP48DhTt Pin
Dave Kreskowiak12-Dec-07 3:44
mveDave Kreskowiak12-Dec-07 3:44 
GeneralResizing the controls Pin
A.Asif11-Dec-07 11:42
A.Asif11-Dec-07 11:42 
GeneralRe: Resizing the controls Pin
Christian Graus11-Dec-07 13:39
protectorChristian Graus11-Dec-07 13:39 
GeneralUniversal Date Time Formatting with C# Pin
polishprogrammer11-Dec-07 9:08
polishprogrammer11-Dec-07 9:08 
GeneralRe: Universal Date Time Formatting with C# Pin
Pete O'Hanlon11-Dec-07 9:38
mvePete O'Hanlon11-Dec-07 9:38 
GeneralRe: Universal Date Time Formatting with C# Pin
polishprogrammer11-Dec-07 11:42
polishprogrammer11-Dec-07 11:42 
GeneralRe: Universal Date Time Formatting with C# Pin
RobScripta12-Dec-07 1:14
professionalRobScripta12-Dec-07 1:14 

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.