Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 using from sql in c# by LINQ

Author  Topic 

s.mirzaei1990
Starting Member

12 Posts

Posted - 2014-08-19 : 04:52:52
hi i have a database i created it by sql server 2012.i wanna use this in c# 2012 by LINQ but i dont know how i should use it in my application.i want all source code about LINQ for joining to that database.
for example i have a store procedure in my database i wanna know how can i use from this store procedure by linq in c#.or i have views in my database how should i use from these view by linq in c# 2012.please help me.

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-08-19 : 07:43:12
Download LINQPad from http://www.linqpad.net/

Tons of examples in C# plus immediate use (don't need Visual Studio)
Go to Top of Page
   

- Advertisement -