Note that there are some explanatory texts on larger screens.

plurals
  1. POAdvanced All In One .NET Framework (should i go for a software factory ?)
    primarykey
    data
    text
    <p>i m starting a new project that would basically take input from user and save them to database among about 30 screens, and i would like to find a framework that will allow the maximum number of these features out of the box :</p> <ul> <li>.net c#. </li> <li>windows form. </li> <li>unit testing </li> <li>continuous integration </li> <li>logging </li> <li>screens with lists, combo boxes, text boxes, add, delete, save, cancel that are easy to update when you add a property to your classes or a field to your database. </li> <li>auto completion on controls to help user find its way </li> <li>use of an orm like nhibernate </li> <li>easy multithreading and display of wait screens for user </li> <li>easy undo redo </li> <li>tabbed child windows </li> <li>search forms </li> <li>ability to grant access to some functionnalities according to user profiles </li> <li>mvp/mvvm or whatever design patterns </li> <li>either some code generation from database to c# classe or generation of database schema from c# classes </li> <li>some kind of database versioning / upgrade to easily update database when i release patches to application once in production </li> <li>automatic control resizing </li> <li>code metrics analysis </li> <li>some code generator i can use against my entities that would generate some rough form i can rearrange after </li> <li>code documentation generator </li> <li>...</li> </ul> <p>At this point i have 3 options :</p> <ul> <li>Build from scratch on top of clr :( </li> <li>Find functionnalities among several open source framework and use them as a stack for infrastucture</li> <li>Find a "software factory"</li> </ul> <p>I know its lot but i really would like to use existing code to build upon so i can focus on business rules.</p> <p>What open source tools would u use to achieve these ?</p> <p>About software factories, is there any free one ? Open source is not mandatory but would be nice.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload