473,404 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

LINQ vs ADO.NET

Hi all,

I am developing an win form application (C#) which uses database almost in every opperation.
Question is, what kind of "communication" with dbo would you suggest me?
Well, approximately 1/5 of application DataLayer is already writen with ADO.NET and I dont feel discomfortable if I have to write SQL Select ( or update, or exec stored proc etc) with ADO.NET, after already writen hundreds of this it does not take more than minutes.

Secondly, I have never used LINQ. I just wanna make sure that I didnt miss somethink very usefull and any breaking change. Better change 1/5 application Data Layer now than after months whole one......
Mar 21 '08 #1
2 1657
balabaster
797 Expert 512MB
The advantage of LINQ is the ability to have hard typed access to tables/columns in your database within your code. It provides a lot of design-time functionality which is a dream and compiles down pretty much to the same code as your ADO.NET would (give or take) so it still builds an SQL query under the covers - it just provides the neat ability to reference tables, columns and data exactly as if you're coding to regular classes and methods. I personally think it's great, but I imagine there are people out there that think it's the worst invention ever. Each to their own.
Mar 21 '08 #2
The advantage of LINQ is the ability to have hard typed access to tables/columns in your database within your code. It provides a lot of design-time functionality which is a dream and compiles down pretty much to the same code as your ADO.NET would (give or take) so it still builds an SQL query under the covers - it just provides the neat ability to reference tables, columns and data exactly as if you're coding to regular classes and methods. I personally think it's great, but I imagine there are people out there that think it's the worst invention ever. Each to their own.
I am not ortodox ADO.NET fanatic, I will probably start to use LINQ, but I have few questions still:

1) other dev group works on database which dynamicaly change until first beta version of application is released. After that no. of changes will decrease (I hope so :-) )
That means I have to still re-generate my database class using SqlMetal.exe? After every database change?
2) I have user controls with high usage which has DataSource property (type of 'object' which is converted into DataTable or DataSet). Lets imagine - in DataLayer I get result frm SQL LINQ query - var customers. Which type is it? Will I be able to convert it into DataTable?

Thanks a lot
Mar 21 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Dave Johnson | last post by:
Greetings, i want to be able to use linq new technology with sql server. the senario i am not able to do so far is as follow: 1- i program with linq 2- be able to generate and manipulate...
4
by: cj | last post by:
Can I use LINQ in VB .Net 2008 to get to a Visual FoxPro Table? I've seen demos of it with SQL Server but they've used it with a server browser and I don't think that'd work when I need to see VFP...
9
by: =?Utf-8?B?cmF1bGF2aQ==?= | last post by:
Hi all: after reading different places/sites about linq... I ran into these questions: 1. What framework do we need to run linq ? (does it depend on what version of visual studio we have?) how...
0
by: =?Utf-8?B?SHlwZXJjb2Rlcg==?= | last post by:
I'm encountering some strange behavior after deploying a ASP.net 3.5 website to production, i'm unable to reproduce these in my dev environment. This error seems to occur very randomly but it's...
4
by: =?Utf-8?B?RXJpYyBGYWxza2Vu?= | last post by:
We’re storing our main entity in an insert only table which stores the history of past revisions, but we’re facing problems with storing this history as LINQ will only update the entity, and...
14
by: thj | last post by:
Hi, I was wondering what you guys are using and why? LINQ to SQL or NHibernate? Thanks in advance, Tommy
9
by: Cirene | last post by:
I'm about to begin a brand new, big, ASP.NET project (using 3.5 .net fw), VS 2008. I'm using MySQL as the backend (customer request.) I have absolutely no experience with LINQ and/or the Entity...
3
by: =?Utf-8?B?UGF1bCBQcmV3ZXR0?= | last post by:
I'm attempting to use LINQ to insert a record into a child table and I'm receiving a "Specified cast is not valid" error that has something to do w/ the keys involved. The stack trace is: ...
4
by: George | last post by:
I am a bit conservative type and usually give some time for technology to mature before starting to try it. Today my question is Linq. To start using it or not. So here is the voting questions....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.