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

C#

 
GeneralRe: ListView with GroupView enabled and thousands of items Pin
georgestrajan7-Apr-04 17:56
georgestrajan7-Apr-04 17:56 
GeneralRe: ListView with GroupView enabled and thousands of items Pin
Heath Stewart7-Apr-04 18:02
protectorHeath Stewart7-Apr-04 18:02 
GeneralCompare two dates. Pin
kornstyle6-Apr-04 11:34
kornstyle6-Apr-04 11:34 
GeneralRe: Compare two dates. Pin
Heath Stewart6-Apr-04 12:21
protectorHeath Stewart6-Apr-04 12:21 
GeneralRe: Compare two dates. Pin
sreejith ss nair6-Apr-04 20:36
sreejith ss nair6-Apr-04 20:36 
GeneralMessage Removed Pin
6-Apr-04 11:23
wibblewibblewibble6-Apr-04 11:23 
GeneralRe: double [] via tcp/ip Pin
Heath Stewart6-Apr-04 12:19
protectorHeath Stewart6-Apr-04 12:19 
GeneralEncapsulating properties as nested class Pin
Enrico Angkawijaya6-Apr-04 11:16
Enrico Angkawijaya6-Apr-04 11:16 
My class has a structure as such:

public class MyClass{
MyNestedClass Property1;
string Property2;
(... other members ...)

protected class MyNestedClass{
string PropertyA;
string PropertyB;
(... other members ...)
}
}

The reason behind encapsulating PropertyA and PropertyB is because I use the two properties more often than the other members in MyClass, even though PropertyA and PropertyB belong (describe) MyClass. That reason seems to be good when it comes to implementation.

However, somehow I don't think it is conceptually correct because I believe that a class should describe a complete entity.

I appreciate any comments.

Confused | :confused:
GeneralAuthentication with back-end DB Pin
mil_an6-Apr-04 7:18
mil_an6-Apr-04 7:18 
GeneralRe: Authentication with back-end DB Pin
Heath Stewart6-Apr-04 10:39
protectorHeath Stewart6-Apr-04 10:39 
GeneralArray and related collections. Pin
HAHAHA_NEXT6-Apr-04 6:28
HAHAHA_NEXT6-Apr-04 6:28 
GeneralRe: Array and related collections. Pin
Judah Gabriel Himango6-Apr-04 6:37
sponsorJudah Gabriel Himango6-Apr-04 6:37 
GeneralRe: Array and related collections. Pin
Heath Stewart6-Apr-04 6:42
protectorHeath Stewart6-Apr-04 6:42 
GeneralRe: Array and related collections. Pin
HAHAHA_NEXT6-Apr-04 7:07
HAHAHA_NEXT6-Apr-04 7:07 
GeneralRe: Array and related collections. Pin
Heath Stewart6-Apr-04 10:36
protectorHeath Stewart6-Apr-04 10:36 
GeneralRe: Array and related collections. Pin
HAHAHA_NEXT6-Apr-04 10:52
HAHAHA_NEXT6-Apr-04 10:52 
GeneralMy Fellow coders.. A question about Images Pin
OMalleyW6-Apr-04 5:07
OMalleyW6-Apr-04 5:07 
GeneralRe: My Fellow coders.. A question about Images Pin
Heath Stewart6-Apr-04 5:24
protectorHeath Stewart6-Apr-04 5:24 
GeneralRe: My Fellow coders.. A question about Images Pin
OMalleyW7-Apr-04 11:32
OMalleyW7-Apr-04 11:32 
GeneralRe: My Fellow coders.. A question about Images Pin
Heath Stewart7-Apr-04 12:07
protectorHeath Stewart7-Apr-04 12:07 
GeneralRotation Pin
oOomen6-Apr-04 4:32
oOomen6-Apr-04 4:32 
GeneralRe: Rotation Pin
Heath Stewart6-Apr-04 5:22
protectorHeath Stewart6-Apr-04 5:22 
GeneralRe: Rotation Pin
oOomen6-Apr-04 6:12
oOomen6-Apr-04 6:12 
GeneralRe: Rotation Pin
Heath Stewart6-Apr-04 6:16
protectorHeath Stewart6-Apr-04 6:16 
GeneralFastest way to upload large files Pin
bobbiek6-Apr-04 4:20
bobbiek6-Apr-04 4:20 

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.