Results 1 to 5 of 5

Thread: [RESOLVED] Database Programming - What Methodology

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2009
    Location
    Oldbury West Midlands UK
    Posts
    9

    Resolved [RESOLVED] Database Programming - What Methodology

    I am a keen amatuer wishing to learn database programming for desktop application only at this time. Until today, I had considered using Linq to SQL,
    but having perused some comments within the forum it appears that Linq to SQL is dead.

    Is the way ahead Entity Framework, or should I stay where I've started with ADO.Net? but, which version.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Database Programming - What Methodology

    Personally, I think you're better off learning it all. Start with ADO.NET, then work with LINQ (to which there is more than just Linq to SQL), then learning EF....which is the new kid on the block.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2009
    Location
    Oldbury West Midlands UK
    Posts
    9

    Re: Database Programming - What Methodology

    A lot to learn, and very confusing at times.
    Thanks for for response.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] Database Programming - What Methodology

    You definitely want to start at the lowest level available to you in your context, which is plain old ADO.NET. When you then move on to other technologies, you'll have a much better understanding of what's happening behind the scenes.

    L2S and EF are... somewhat nice but make sure you always use the right tech for the right job, no point in picking a tech because you like it. All I'm trying to say is that devs can get overzealous with their use of L2S and EF and it's not always the best path to go down.

  5. #5

    Thread Starter
    New Member
    Join Date
    Nov 2009
    Location
    Oldbury West Midlands UK
    Posts
    9

    Re: [RESOLVED] Database Programming - What Methodology

    Thanks you very much, I have only recently moved from using RAD Wizards and am now getting more into ADO.NET. I think I will follow your advise and venture anew when the situation requires it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width