You should see Enterprise Library :) There are many blocks for caching, configuration, cryptography, exception handling, logging and security. The user interface process application block(UIP) is very useful, it uses mvc pattern in many ways, and it works without the full enterprise library, so..., you can create an application block without the full library.
There is a data mapper block that is in construction, but we choose IBatis mapper and dao because it's much more complete for our system requirements. The configurator application is a win32 application (open source) that you can extend, and help you to configure your application using xml files. It's a separated application. - Configuration: make easier to IBatis data mapper is much better than the enteprise Library application block Em (08:12:41), [email protected] escreveu: >I don't know of anyone who has started working on a configurator. After >I've designed my database for a project, I use one of the programs that >comes with Paul Wilson's OR Mapper to generate my C# classes for the >database. You give the program a connection string and it creates Plain >Old C# Objects for all the tables in the database. I usually design the >non-trivial queries in Enterprise Manager and copy them into my sql map >files. I think people would find a WinForm based sqlMap generator >useful. There is also the CodeSmith template approach and/or some sort >of NVelovity (I think the Castle people made a fork...is it called >something else?) templating. I'm not familiar with the Configuration >Application Block but wouldn't it be overkill to require users to >install an "enterprise library" type application just to create a few >simple-ish xml files? > >--- Anderson wrote: > >> Hi, >> >> >> >> Is there anybody who's building some kind of tool to make >> easier >> the work of making configuration files and mapper files for Data >> Mapper? >> >> I was thinking to make a new one, but, using the configuration >> application >> block from Enterprise Library. >> >> We made a configuration extension to configure the UIP application >> block, >> but it was hard, and I can't measure the work to do it for Data >> Mapper files >> :-) . >> >> >> >> Regards, >> >> Anderson Gomes > >----------

