Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
AnswerRe: Robotics in C# HeLP with programming Pin
Russell Jones20-Apr-07 2:40
Russell Jones20-Apr-07 2:40 
GeneralRe: Robotics in C# HeLP with programming Pin
faysie23-Apr-07 4:49
faysie23-Apr-07 4:49 
GeneralRe: Robotics in C# HeLP with programming Pin
Russell Jones23-Apr-07 4:57
Russell Jones23-Apr-07 4:57 
QuestionMyNamespace in C# Pin
manustone19-Apr-07 22:38
manustone19-Apr-07 22:38 
AnswerRe: MyNamespace in C# Pin
Christian Graus19-Apr-07 22:59
protectorChristian Graus19-Apr-07 22:59 
GeneralRe: MyNamespace in C# Pin
Brady Kelly20-Apr-07 0:15
Brady Kelly20-Apr-07 0:15 
AnswerRe: MyNamespace in C# Pin
Guffa20-Apr-07 2:38
Guffa20-Apr-07 2:38 
GeneralRe: MyNamespace in C# Pin
Brady Kelly20-Apr-07 2:45
Brady Kelly20-Apr-07 2:45 
AnswerRe: MyNamespace in C# Pin
Dave Doknjas20-Apr-07 14:04
Dave Doknjas20-Apr-07 14:04 
Questionget data in datagridview Pin
Nekshan19-Apr-07 22:30
Nekshan19-Apr-07 22:30 
AnswerRe: get data in datagridview Pin
virendra patel19-Apr-07 22:44
virendra patel19-Apr-07 22:44 
GeneralRe: get data in datagridview Pin
virendra patel19-Apr-07 22:45
virendra patel19-Apr-07 22:45 
GeneralRe: get data in datagridview Pin
Nekshan19-Apr-07 22:51
Nekshan19-Apr-07 22:51 
GeneralRe: get data in datagridview Pin
Nekshan19-Apr-07 23:00
Nekshan19-Apr-07 23:00 
GeneralRe: get data in datagridview Pin
virendra patel19-Apr-07 23:03
virendra patel19-Apr-07 23:03 
AnswerRe: get data in datagridview Pin
virendra patel19-Apr-07 22:48
virendra patel19-Apr-07 22:48 
AnswerRe: get data in datagridview Pin
Keshav V. Kamat20-Apr-07 0:26
Keshav V. Kamat20-Apr-07 0:26 
AnswerRe: get data in datagridview Pin
Keshav V. Kamat22-Apr-07 23:25
Keshav V. Kamat22-Apr-07 23:25 
GeneralRe: get data in datagridview Pin
Nekshan23-Apr-07 21:12
Nekshan23-Apr-07 21:12 
QuestionCreate a component for C#? Pin
linhuu19-Apr-07 22:27
linhuu19-Apr-07 22:27 
Questioncopy dataset into other datase Pin
cocoonwls19-Apr-07 22:21
cocoonwls19-Apr-07 22:21 
QuestionPerformance: Partial Classes vs Inheritence? Pin
matsnas19-Apr-07 22:11
matsnas19-Apr-07 22:11 
AnswerRe: Performance: Partial Classes vs Inheritence? Pin
Colin Angus Mackay19-Apr-07 22:27
Colin Angus Mackay19-Apr-07 22:27 
matsnas wrote:
Is there a runtime performance gain to using partial classes över using inheritance (or the other way around)?


They are designed for different purposes.

If you use partial classes rather than inherit you will create code bloat. This will increase the size of the asseblies and the memory footprint of the application. This increased memory usage could actually degrade performance.




Upcoming events:
* Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Performance: Partial Classes vs Inheritence? Pin
matsnas19-Apr-07 22:58
matsnas19-Apr-07 22:58 
GeneralRe: Performance: Partial Classes vs Inheritence? Pin
Colin Angus Mackay20-Apr-07 0:10
Colin Angus Mackay20-Apr-07 0:10 

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.