I have a directory outside the repository. I put generated sources in there. These generated sources take FOREVER to create. Rather than have everyone on the team generate these sources, I would like
I find it a waste of time that every time I need to enter a string that I have to go edit the strings.xml file manually.What I\'d like to be able to do ideally is have Eclipse pop up a dialog box that
We have few Web Services witch now are handled by an external application, and we plan to replace them as an new own implementation.
What i want is to d开发者_StackOverflow中文版escribe a form (fields with types, names, validation rules) via some xml or dsl. Then, in the runtime my code feeds this tool with metadata, it generates f
I have few DB tables, witch are build using inheritance from one table witch is an sort of \"template\" for creation of new tables, and now i have set of businesses logic methods witch work on columns
Do you know of a tool that generates wrapper class based on another class? EDIT: By wrapper class I mean a class which wraps all exposed(public, protected) properties methods events so that you can p
For some reason, a row named \"rowguid\" with a \"uniqueidentifier\" parameter was added to some tables on an already existing project. While regenerating the code, I found out that a method named \"I
I expect it should share a common description, like XmlSchema or IDL and should generate classes for target language.
I use the repository pattern for pretty much all of my projects. I have a .edmx/.dbml file that has my database tables referenced, and then for each table I create a \'Tablename\'Repository.cs
UPDATE: Improved the explanation so hopefully the problem is clear now :) Hi all! I\'ve got a XML in which transitions of a FSM are declared (and events and states offcourse).