Tagged Questions

2
votes
3answers
1k views

How can I create a model in Powerdesigner which can generate create script for different database?

I just want to create the model once, and then use it in any kind of database, without the need to modify the model. What I should do with the data type ? I found there is numeric and other kind of ...
1
vote
1answer
289 views

Refactoring tools for namespaces and physical project structure

When I hack around, some code tend to get much bigger than originally planned. As this happens I usually introduce/collapse/merge namespaces, move files between them, move folders etc etc. Sometimes, ...
0
votes
0answers
91 views

Component Costs [closed]

I don't like adding new components (e.g. a C++ or C# DLL) to my overall enterprise application, unless that component truly pays for itself. For example, I won't create a component that contains one ...