MSDN Online Chat: LINQ to SQL
Members of the C# team will be hosting an online chat session about LINQ to SQL on Tuesday, December 12, 2006. Here's the description:
The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. LINQ to SQL is a component of LINQ which allows access to data stored in relational databases. We’re actively designing and developing this technology - show up and join the LINQ to SQL team to participate in that process or just get a better understanding!
For more information go to https://msdn.microsoft.com/chats/.
Comments
Anonymous
May 01, 2007
woooooooooooooooooooooooooooooooahAnonymous
August 16, 2011
Doubt regarding granting and denying user permissions on sql2005Anonymous
November 02, 2011
dear sir, tall me one thing that how can i convert the data from sql fl file or log file data to an excel sheet. i create data base by this code CREATE DATABASE POLARIS ON ( FILENAME='E:POLARISPOLARIS.FL', NAME=POLARIS, SIZE=5MB,FILEGROWTH=2MB ) LOG ON ( FILENAME='E:POLARISPOLARIS.LOG', NAME=POLARIS1, SIZE=5MB,FILEGROWTH=2MB ) now my problem is i format my computer and after that the sql server not open this data. how can i show my urgent data. thank you sougataAnonymous
November 24, 2011
Hi, I want to complete Microsoft sql server 2008 exam(70-432). Can any please provide the latest documents and dumps. Thanks, DivyaAnonymous
April 24, 2012
Hi, I need to filter out the duplication entries mobile numbers in my table, plese help me find out the right solution, I given the query for get the filter out the numbers like, Select contact_id, email, mobile_no from contacts a left join contact_groups b on a.contact_group_id=b.contact_group_id WHERE a.contact_group_id=b.contact_group_id and a.status=1 and a.contact_group_id=4 group by contact_id,email,mobile_no having mobile_no >1 ORDER BY a.contact_id DESC But the Query had returns some error, of having the Group By caluse. anyone please help and advise me to achieve the right query to get instance. Anyhelp will be greatly appreciated. Thanks MubarakAnonymous
December 26, 2013
how to save table in d drive while creating table in sql