4
votes
5answers
264 views
Why is Object.GetType() a method instead of a property?
From a design perspective, I wonder why the .NET creators chose System.Object.GetType() instead of a System.Object.Type read-only property.
Is it just a (very minor) design flaw o …
0
votes
1answer
17 views
c# Is their a normal or established way to workflow methods with a class.
Hi,
I'm investigating a possible design. Is their a way or established mechanism, or pattern, to select a set of arbitary methods to excute depending on some input. For example, …
1
vote
3answers
35 views
MVC design question
I'm developing basic GUI application. I have model class which counts time, I need to display this time to label in specific format. What is the right way to do it in according to …
0
votes
3answers
39 views
Row separator in datalist
I'm using a datalist control. How I can add a row separator in the datalist?
I have more than one item in a row and I'm using .Net 2.0.
Separator template work for each item not …
3
votes
2answers
65 views
Reading code of real production projects. How to find?
I really like the idea of reading others people code to improve your design skills. Open source can help here a lot.
This can teach you basic OO principles. But I'm not writing fr …
3
votes
3answers
251 views
UML state of the art
I'm a fan of UML and use Fowlers UML distilled book as a reference.
My question is : have things moved on in UML, what is the current 'state of the art'.
Is there a better referen …
0
votes
1answer
21 views
Patterns/Practices for designing Web Services
Are there any good patterns/practices used while designing Services. I came across this post today:
http://stackoverflow.com/questions/1549743/when-to-use-the-decorator-pattern/15 …
2
votes
3answers
97 views
How do you start the Framework Architect career?
I am a C# programmer, but like to crete/invent/architect things. Since I am in the technology industry I am sure I would like to architect new programing languages, frameworks or l …
2
votes
1answer
42 views
Patterns used in WPF
I have been getting more involved with WPF for about a year now. A lot of things are new and sometimes it is hard to get my head wrapped around it.
At the same time I am rereading …
4
votes
4answers
123 views
When does template instantiation bloat matter in practice?
It seems that in C++ and D, languages which are statically compiled and in which template metaprogramming is a popular technique, there is a decent amount of concern about template …
0
votes
1answer
18 views
design of fact table(s) for data warehouse
how would you model this in a data warehouse:
there are municipalities which are geographical areas, that exist in geographical hierarchies, such a province (i.e. state, e.g. M …
0
votes
4answers
173 views
Most efficient design to search for this data in my database?
Hi folks,
I have the following database tables and a view which represents that data. The tables are heirachial (if that is how u describe it) :-
EDIT: I've replace my 3 table …
5
votes
24answers
642 views
Why aren’t more applications written in multiple languages?
Even 2 decades ago, it was possible to call code written in one language to call code written in another; in school we called assembly graphics routines from within Ada code for on …
2
votes
11answers
171 views
How do you make a good web site design
What resources do you use to make a good and beautiful web site design?
Do you use templates?
What patterns you use?
Are there any web site with good resources and ideas?
0
votes
2answers
23 views
Web data grid design principles
I am looking for good reading references of styling data grids for web. Not necessarily the technical details (how to do it), but more guiding principles (what to do). Something li …
