LINQ to SQL is very good tool for managing relational data as object

LINQ to SQL is a component of .NET Framework version 3.5 that provides a
run-time infrastructure for managing relational data as objects.
In LINQ to SQL, the data model of a relational database is mapped to an
object model expressed in the programming language of the developer. When
the application runs, LINQ to SQL translates into SQL the
language-integrated queries in the object model and sends them to the
database for execution. When the database returns the results, LINQ to SQL
translates them back to objects that you can work with in your own
programming language.

You will get more info about LINQ to SQL on the following website plz
http://msdn.microsoft.com/en-us/library/bb386976.aspx






On Tue, Nov 23, 2010 at 9:15 PM, Kevin A. Cameron
<[email protected]>wrote:

> Did you check out LINQ to SQL?
>
> Kevin
>
>
>
> On Sun, Nov 21, 2010 at 1:10 PM, martinmike2 <[email protected]>wrote:
>
>> Hello,
>>
>> Does anyone know if this is possible, and if possible could you point
>> me in the correct direction.
>>
>> I have a C# .NET4 application written in VS2010 that needs to update a
>> remote mySQL database.  I have tried the .NET Connector, however the
>> database is web-based and remote access is IP dependent,  We dont want
>> to wildcard the remote access as thats just not smart.
>
>
>


-- 
Regards
Manish Mhatre
9076417538

Reply via email to