It’s an ASP.NET 2.0 tool for generating and manipulating websites directly from database schema. You’ll find it in the asp.net sandbox here.
As you’ll have guessed from the name, rather than using SQL Server queries BLINQ relies on the forthcoming LINQ (Language Integrated Query) technology that’s being released as part of the .NET 3.0 Framework alongside Visual Studio ‘Orcas’ this coming summer/fall. I’ve been playing with it a little over the last few days and I must say that it’s rather good. If you’re developing web applications and have an instance of Visual Studio 2005 installed (Express will do), I suggest you give it a try. As the sandbox page says, you’ll need the May CTP of LINQ.
Click here to read more
