Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>To get up and running, I would definitely recommend checking out <a href="http://rads.stackoverflow.com/amzn/click/1933988169" rel="nofollow noreferrer" title="LINQ in Action">LINQ in Action</a>.</p> <p><a href="http://ecx.images-amazon.com/images/I/416P5CUSvsL._SL500_AA240_.jpg" rel="nofollow noreferrer">alt text http://ecx.images-amazon.com/images/I/416P5CUSvsL._SL500_AA240_.jpg</a></p> <p>Your compiler needs to be <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&amp;displaylang=en" rel="nofollow noreferrer">.NET 3.5 framework</a>. If you are copying over only compiled code, then you will <strong>not need 3.5</strong> on your server, you only need it on your development machine. This can help if your server admin is unwilling to install the 3.5 framework on your server. However, if you are publishing source code, say to a development server to compile, then yes that server will need 3.5.</p> <p>Once you have the 3.5 framework installed, you can run web apps either as 2.0 or 3.5. All you have to do is specify it in your <a href="http://www.4guysfromrolla.com/articles/121207-1.aspx" rel="nofollow noreferrer">Web.Config</a> file.</p> <p>If you are interested in working with LINQ to SQL and managing dbml files, you will need <a href="http://msdn.microsoft.com/en-us/vstudio/products/cc533447.aspx" rel="nofollow noreferrer" title="Visual Studio 2008 Express Edition">Visual Studio 2008</a>. However, Visual Studio 2005 will still compile dbml files properly, given that you have the 3.5 framework installed.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload