Getting started using Linq, what do I need?

后端 未结 12 1674
清酒与你
清酒与你 2021-02-14 07:59

Basically what the title says. (Forgive me because I am a .NET newb)

In my department, we have a server running .net 3.5 and ever since I got into this section I have be

12条回答
  •  失恋的感觉
    2021-02-14 08:24

    I'm assuming you're talking about LINQ to SQL specifically.

    You would only need v3.5 of the framework installed on your development machine and the server.

    The server doesn't run linq; linq will in the end send SQL statements to your server.

    The language doesn't matter.

提交回复
热议问题