|
-
Nov 28th, 2009, 02:29 PM
#1
Thread Starter
New Member
[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.
-
Nov 28th, 2009, 03:19 PM
#2
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
-
Nov 29th, 2009, 06:22 AM
#3
Thread Starter
New Member
Re: Database Programming - What Methodology
A lot to learn, and very confusing at times.
Thanks for for response.
-
Nov 29th, 2009, 04:33 PM
#4
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.
-
Nov 30th, 2009, 09:30 AM
#5
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|