Is there a future for BLINQ?
Now that the ASP.NET futures are released I'm wondering if BLINQ will make it in the Orcas timeframe. The new upcoming Dynamic Data Controls are going to be a real competitor but I would also love to...
View Articlestoring image to database and class mapping with linq
1/ im modeling my database structure and created a class in wich i want to have some properties of image type.i need to provide the class datatype and the db datatype. what do i choose ? image for the...
View ArticleGetting started with LINQ
Hi,I am an absolute beginner with LINQ and wish to explore it using VS-2005 & SQL Server-2005. Can anyone guide me on getting started with LINQ. What software do i need to download to use LINQ with...
View ArticleStrange exception.
var db = new DBOEODataContext(); var persons1 = db.ExecuteQuery<PERSON>("SELECT _NAME FROM PERSON"); I get an exception > InvalidOperationException The required column...
View Articlecan't compile in Web Application Project
i've got blinq running nicely in a VS Web Site Project. However I much prefer the 'Web Application Project' (WAP) model but i cannot get a blinq project to compile. the compile errors are all in the...
View ArticleDoes blinq work with access database
Is there a version available to work with MDB files. Also, is there a newer version of blinq in either VS2005 sp1 or VS2008 beta?
View Articlenot able to view web forms
Hi, I am trying to use Blinq tool to create a website for AdventureWorks database to insert, update and delete records in any tables. As per instructions, I have downloaded May 2006 CPT and installed...
View Article