Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 75823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:34:36+00:00 2026-05-10T20:34:36+00:00

Is there any GUI-based tools to assist you with writing and maintaining the configuration

  • 0

Is there any GUI-based tools to assist you with writing and maintaining the configuration file? Any code tools to codegen the config file? What are the best ways to make this a little bit easier? Are most people just using Castle ActiveRecord now?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:34:36+00:00Added an answer on May 10, 2026 at 8:34 pm

    For code/mapping generation there are a number of templates for MyGeneration for creating configuration files and/or classes from a database. CodeSmith has NHibernate templates as well, but CodeSmith is not free, so MyGeneration has an advantage there.

    MyGeneration has a GUI that lets you download templates, manage database connections, set template properties, generate code etc. It is not the best user experience ever, but it works.

    As has already been mentioned, Fluent-NHibernate can definitely be worth a try if you do not want to write XML mapping files. The documentation is a bit non-existing, but it is quite easy to get started. If you find yourself doing a lot of refactoring, it can be a real time saver.

    Here is an example of a Fluent-NHibernate mapping:

    public CustomerMap : ClassMap<Customer> {   public CustomerMap()   {     Id(x => x.ID);     Map(x => x.Name);     Map(x => x.Credit);     HasMany<Product>(x => x.Products)       .AsBag();     Component<Address>(x => x.Address, m =>       {           m.Map(x => x.AddressLine1);           m.Map(x => x.AddressLine2);           m.Map(x => x.CityName);           m.Map(x => x.CountryName);       });   } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any GUI based debugger for Ruby? Just a debugger. I do not
Writing a large GUI based application in Java and was wondering if there were
Is there any GUI API that can be used together with DirectX other than
Is there any way to integrate JavaFx 2.0 GUI within the Netbeans Platform Application?
Is there any reason for automating tests that focus on GUI (and not to
I am writing a FIX buyside GUI based on quickfixj. Although the performance is
Are there any visualisation tools to cassandra keyspaces? Comming from the RDBMS world used
I wonder if there are any suggestions for declarative GUI programming in Java. (I
Is there any functional difference in Python between a try statement and an if
Is there any way in Notepad++ (or even with another tool) to change the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.