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 4087724
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:53:28+00:00 2026-05-20T18:53:28+00:00

may i know is there any good Linq to Sql C# framework available out

  • 0

may i know is there any good Linq to Sql C# framework available out there?
I found these below but it seem to be too complex. Could you advice?

1) http://rocketframework.codeplex.com/

  • 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. Editorial Team
    Editorial Team
    2026-05-20T18:53:29+00:00Added an answer on May 20, 2026 at 6:53 pm

    Linq to SQL is deprecated by MS. If you want to stick with MS Frameworks take a look at Entity Framework. (See comments)

    I would advice to use NHibernate. If you use their fluent configuration or even auto configuration you can easily build a simple system. As soon as you need something more sophisticated NHibernate has the power you need.

    Of course this won’t be the simplest way to do CURD, however database access is no simple topic and should need some thought.

    You can google for active record implementations for .net if you want to take the ruby on rails approach, which is quite pragmatic and elegant, too.

    Edit to provide you with a sample take a look at the NH getting started guide: http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx

    It’s relatively easy to get going with NHibernate. As you require more sophisticated features you can drill deeper into the framework.

    Notice that the getting started guide uses XML Mapping Configuration. You can use http://fluentnhibernate.org/ to fluently configure your mappings like:

    public class SomeTypeMap : ClassMap<SomeType>
    {
        Id(x => x.Id);
        Map(x => x.Property1);
        Map(x => x.Property2);
        // ....
        Map(x => x.PropertyN);
    }
    

    The fluent interface exposes all further functions chained on the Map() method.

    Fluent NH even provides Auto Mapping: http://wiki.fluentnhibernate.org/Auto_mapping

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to know if there are any good solutions for autoscaling dynos AND
for website that embed flash to capture camera (red5..etc). may i know is there
As you may know, in many occasions, there is a need to flag some
This may be a silly question I don't know. Is there a way to
Is there any good practice to avoid your jQuery code silently fail? For example:
Good afternoon, Many of you may already know that it is possible, for instance,
Is there any way of finding out what assemblies that's not used in a
You may know this recommendation from Microsoft about the use of exceptions in .NET:
You may know the scriptaculous SlideUp effect . Well, It slides up a div
As you may know, in VS 2008 ctrl + tab brings up a nifty

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.