Click here to Skip to main content
15,920,596 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Performance: Partial Classes vs Inheritence? Pin
matsnas19-Apr-07 22:58
matsnas19-Apr-07 22:58 
Thanks for the quick reply, but could you please explain how this becomes code bloat? I'm not talking about replacing inheritance generally by the use of partial classes (below called PC) only for the data carrier objects that our code generator creates.

The idea of PC is to enable different user to work on the same object in different files, comp ASP.NET and code behind, and basically that's what we'll be doing. The code generator will generate the boring propertie classes and we'll write the class logic.

As I see it I'll be writing the same amount of code (properties and logic) and files(PC or base&subclass) either way?
GeneralRe: Performance: Partial Classes vs Inheritence? Pin
Colin Angus Mackay20-Apr-07 0:10
Colin Angus Mackay20-Apr-07 0:10 
GeneralRe: Performance: Partial Classes vs Inheritence? Pin
matsnas20-Apr-07 0:40
matsnas20-Apr-07 0:40 
GeneralRe: Performance: Partial Classes vs Inheritence? Pin
Luc Pattyn20-Apr-07 3:31
sitebuilderLuc Pattyn20-Apr-07 3:31 
GeneralRe: Performance: Partial Classes vs Inheritence? Pin
Colin Angus Mackay20-Apr-07 3:45
Colin Angus Mackay20-Apr-07 3:45 
AnswerRe: Performance: Partial Classes vs Inheritence? Pin
Scott Dorman20-Apr-07 3:25
professionalScott Dorman20-Apr-07 3:25 
QuestionConversion of LastModified method Pin
Amatista19-Apr-07 22:05
Amatista19-Apr-07 22:05 
AnswerRe: Conversion of LastModified method Pin
Jupiter920-Apr-07 7:32
Jupiter920-Apr-07 7:32 
GeneralRe: Conversion of LastModified method Pin
Amatista22-Apr-07 22:41
Amatista22-Apr-07 22:41 
QuestionControl.Visible Property Problem Pin
alashara19-Apr-07 21:43
alashara19-Apr-07 21:43 
AnswerRe: Control.Visible Property Problem Pin
Guffa19-Apr-07 23:05
Guffa19-Apr-07 23:05 
GeneralRe: Control.Visible Property Problem Pin
alashara20-Apr-07 2:44
alashara20-Apr-07 2:44 

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.