When I was writing my review of Visual Studio 2008, I built a little console application that generated JavaScript data structures from a SQL Server 2000 database in C#, using LINQ to SQL. As I ...
So I've got this large dataset...call it t_Data, it's pretty easy to cut it up with a where condition in LINQ, but I want to be able to interrogate another dataset....call it q_Category (which ...
As I was testing the LINQ to SQL functionality in Visual Studio 2008, I found myself missing the SQL Query Builder. For the relatively simple three-table inner join SELECT queries I needed, I was able ...
Let's say, for example, that you want to retrieve all of the SalesOrderDetails for SalesOrders that have a delivery date in the future. You could write this query to follow the SalesOrderDetail ...
If you start "thinking in LINQ" you'll get more done with less code, and what you write will be simpler than using SQL. Switching to LINQ and the Entity Framework (EF) means that code you'll write for ...
Do you think that LINQ is just another in a long series of odd Microsoft technologies? This database-meets-software-development technology could easily save your development staff time and avoid ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results