linq in c#
-
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.
-
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.
saharmirzaei wrote:
i want all source code
This is not a good way to start a discussion - we do expect you to do some of the work: we aren't here to be your unpaid skivvy.
You looking for sympathy? You'll find it in the dictionary, between sympathomimetic and sympatric (Page 1788, if it helps)
-
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.
have a read of this 101 LINQ Samples[^] I used these when I was learning LinQ
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
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.
-
have a read of this 101 LINQ Samples[^] I used these when I was learning LinQ
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
This code is written to the Console Application. This code is the same for both windows form application for visual studio 2012?
-
have a read of this 101 LINQ Samples[^] I used these when I was learning LinQ
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
This code is written to the Console Application. This code is the same for both windows form application for visual studio 2012?
-
This code is written to the Console Application. This code is the same for both windows form application for visual studio 2012?
yes you just need to consume the results in your windows application as you need them
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
yes you just need to consume the results in your windows application as you need them
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
but in these code i can't find code about store procedure and view couse i am a beginner programmer.could you help me?
-
yes you just need to consume the results in your windows application as you need them
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
but i can't find codes about store procedure and view. couse i am beginner programmer could you help me?
-
but i can't find codes about store procedure and view. couse i am beginner programmer could you help me?
Are you using something like Entity Framework to connect to your database or Linq2SQL?
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
Are you using something like Entity Framework to connect to your database or Linq2SQL?
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
yes
-
yes