Search code examples
C# - A class-design problem - Loading property List...


c#class-design

Read More
Initialising classes inside another class in C++?...


c++class-design

Read More
self = Descendant in Ruby?...


rubyclass-designself

Read More
Using a class in its constructor C# - Does it smell?...


c#constructorclass-design

Read More
How to convert C++ class/struct to a primitive/different type/class/struct?...


c++classoperator-overloadingclass-design

Read More
Downside of this macro construct and possible alternatives...


c++interfacemacrosclass-design

Read More
lisp file pointers in classes...


lispclass-designcommon-lispclos

Read More
Input on Class design...


c#class-design

Read More
Object/Class Design Question...


c#.netoopclass-design

Read More
Designing a class with **Exceptions**...


exceptionclass-designnaming

Read More
How to design my class...


c#class-design

Read More
C++ reference to a shared_ptr vs reference...


c++boostclass-designshared-ptr

Read More
prevent height sizing at design time...


c#class-design

Read More
How to make a singleton class threadsafe?...


javaclasssingletonclass-design

Read More
Preferred method to set the value of a get only Property: constructor vs backing field...


c#propertiesclass-design

Read More
What relevant differences are there between anonymous and predefined classes in Java?...


javaclass-designanonymous-types

Read More
Class with just Shared functions - Why is it bad?...


asp.netclassclass-designshared

Read More
How can I reuse an instance of a webservice?...


javaweb-servicesclass-design

Read More
How to read data for nested classes?...


c#.netsqlclassclass-design

Read More
How do you go from idea to implementation when designing classes for other developers in other locat...


oopclass-design

Read More
Constructive criticism on this class...


c#class-design

Read More
I'm creating a Polygon class in Objective-C, should centroid calculation be a function or a meth...


objective-ccocoa-touchclass-design

Read More
When would you want to nest classes in C#?...


c#classclass-designnested-classnested

Read More
Is there a rule of thumb for when to code a static method vs an instance method?...


javaoopclass-design

Read More
providing an asynchronous programming model: Should I? and if so, should it be VerbAsync() or BeginV...


.netasynchronousclass-design

Read More
How to design a C++ class?...


c++design-patternsoopclass-design

Read More
Access to an inner struct/class in C#...


c#class-design

Read More
Validate constructor data...


c#class-designstructure

Read More
Imperative vs interrogative methods...


oopclass-designimperativeinterrogative-programming

Read More
Mixing fluent and non-fluent interface in one class...


class-designfluent-interface

Read More
BackNext