CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > data_access.blinq_preview
 TypeRepliesViewsDate
Newbie question here...how do you run it?

Kind of a Newbie question here...but how do you run blinq once you install it?  I  ran the install, it said it completed successfully, but it didn't add any

 03011/11/2009 10:02:59 AM
ASP.NET MVC Scaffolding al la "Blinq" (Tool to scaffold Linq webf orms)

I am starting to move towards/prefer the ASP.NET MVC model of building these types of data driven sites. It would be excellent if Blinq had an option to generate an MVC based project in

 02811/11/2009 10:02:59 AM
how i can add table to dbml file programmatically ?

i need to add an existing table from database to dbml file programmatically and also i need to determine the name of the table in query during the run time i mean i want to do somthing like this

 03611/11/2009 10:02:52 AM
Using a SQL Server Function with Linq To Sql How Do I Update the Table Resp ectively
I am using a SQL Server Function with LinqToSQL. I am using a function because I need to query multiple tables and pass a parameter to the query, so I am returned the correct records. My question
 02211/11/2009 10:02:51 AM
Problem with Quering Nullable and Not Nullable Fields

Hi

I have two tables with same fields one is Nullable and one is not Nullable. I want to check Whether
Ids in Nullable fields exists in table with Non Nullable fields.

I can

 03511/11/2009 10:02:50 AM
Select query by LINQ

Hi to all, I have a DataSet with some records.

This is the query to retrieve the data from DataSet

 03011/11/2009 10:02:49 AM
Read data from DataSet by LINQ?

Hi to all,

 

I have a xml file, read this data into a dataset object and i write the Dynamic LINQ query to read from that dataset

 

03311/11/2009 10:02:48 AM
without SP using LINQ affect sql injection?

Hi to all,

I execute a query without Stored Procedure(ie. write the query at the front-end side) using LINQ,

Is it affected by sql injection or any type of attack?


 03511/11/2009 10:02:46 AM
How do I integrate GUI for BLINQ or blinqGUI as it is called in Visual Stud io 2008?

Hello,

How do I integrate GUI for BLINQ or blinqGUI as it is called in Visual Studio 2008 for Web Site development?


 
02811/11/2009 10:02:44 AM
Used Linq to fill drop down list but...

I used Linq to fill a dropdownlist.  I am using a stored procedure in the datacontext to fill the list.  Works fine.  Here is the code:

 02411/11/2009 10:02:37 AM
Read xml data with proper datatype - LINQ?

Hi to all, 

I write a xml file from DataSet with proper Schema, then read that xml file by linq and assign into DataTable but in the datatable all columns are in String datatype, how

 03111/11/2009 10:02:36 AM
How to write where condition in LINQ?

Hi to all,

 

I read some records from xml file to DataTable, now i want to query to this datatable u

 02711/11/2009 10:02:29 AM
how to generate class for SP

Hi Experts,

 I would like to ask a very simple question, does anyone knows how to generate .cs file given sqlconnection to database. Assuming there are 50 stored procedures in db, it

 03311/11/2009 10:02:27 AM
May 2006 LINQ CTP Page not availiable

When trying to access the page I get a Page Not Found error.

 03711/11/2009 10:02:25 AM
retrieve data from LIST with run time condition - LINQ?

Hi to all,

                I have a  List object with n number of records, i want to retrieve the records b

 03011/11/2009 10:02:22 AM
Pass where condition dynamically - LINQ?

Hi to all,

              I declared a List as global, first i read some records during page load event, after that i have&

 02611/11/2009 10:02:21 AM
How to declare a var as global - LINQ?

Hi to all, 

I wrote the code like this in the page load event

var queryAllCustomers = from cust in customers
    &nb

 03011/11/2009 10:02:15 AM
Storing lambda expressions and query operators and applying to foreach loop

Hello,  I have a question on data types and specifically query operators.  For readability, I want to store my chained lambda expressions and query operators in variables, but cannot fi

 03311/11/2009 10:02:14 AM
GenericMethodDefinition. MakeGenericMethod may only be called on a method f or which MethodBase.IsGenericMethodDefinition is true.

I generated a Blinq site for the Northwind DB. The site was created successfully and most of the links and functionality work as expected however I am getting an error when I try to go to view th

 02711/11/2009 10:02:12 AM
Command Object in dll

 Hi

I need the soloution about this. I have created the Data Access Layer in Web Service. In that I have Passed Command.ExecuteNonQuery() ,Command.ExecuteScalar() these kind of objects

 03311/11/2009 10:02:08 AM
Blinq's place in the world

It would really be cool if someone could write a paper with guidance on how to make usage distinctions between all these great new frameworks Microsoft is developing. Right now my mind is boggled

 03411/11/2009 10:02:05 AM
Linqdatasource Where property, use a session variable

I would like to use a Session variable in my Where property in the LinqDataSource.  Can someone show how to accomplish that?  I have a session variable that is an email address, that I

 03811/11/2009 10:02:01 AM
Add a stored procedure dynamically to LINQ DBML

Hello,

We have an application that uses LINQ to connect to an MSSQL database. We need to dynamically add a column to a perticular table. We do so using a stored procedure added

 03311/11/2009 10:02:00 AM
Cant update DateTime columns in dd/MM/yyyy format.

hello friends

pls any one can solve my problem.

i have a grid view which displays date in the format of dd/MM/yyyy if i run its working fine the problem is while editing its not u

 02911/11/2009 10:01:56 AM
How to convert this query to LINQ ? Help me !

I am trying to convert this query to LINQ, but I don't know how to do.

SELECT * FROM Rendition WHERE RenditionDue >= '06/16/2008' AND RenditionDue &

 04211/11/2009 10:01:55 AM
Error: Too many parameters were provided in this RPC reques

I made some Linq to sql query

 

 

var LinqIDs = LinqAllProducts.Where(p => FilteredId.Contains(p.ProductId.ToString()) && p.PropertyNa
 04111/11/2009 10:01:50 AM
ContextData not showing when configuring linqdatasource for a referenced ex ternal library - WAP

Help! 

My DAL is seperate!

When i try to choose the DataContext when configuring a linqdatasource at designtime in VS2008  web application project i cannot see it!

 2955/12/2008 5:25:36 PM
LINQ to SQL

When I use SQLExpress for development to set up the dbml files and then at deployment time I want to change it to use M

 1895/12/2008 6:22:53 AM
Transactions in LINQ

Hi,

 How can you use transactions in LINQ?

 Thanks in advance

Mathew

 7905/9/2008 4:48:13 AM
Deploy website

Hi,

 How do i change a connection string in the datacontext so that we can deploy the site in a remote hosting server?

 please help

 

Mathew

 31005/6/2008 1:49:23 PM
Getting the Identity of the last Inserted row!

Can anyone tell me how to get the identity of the last inserted row? I'm using DLINQ so please don't tell me how to do this in SQL as I know this. In SQL I would use SCOPE_IDENTITY() or @@IDENTIT

 11955/6/2008 7:50:46 AM
Adding a new property to a linq class

I'm working on a site that is using Url Rewriting, so I need to take my product names and transform them into Url and Human friendly strings that are devoid of ugly %20; type unicode referenc

 4955/2/2008 9:21:23 AM
Using blinq with Visual Studio 2008 RTM

Any idea when blinq will support VS 2008 RTM?  I tried it today and I get the following error message when I try to run blinq.exe:

Error: May Linq CTP is not installed or configured co

 3924/28/2008 10:54:15 PM
Linq End of statement expected.

I keep getting this error: End of statement expected.

 Here is the line of code, seems simple and straight forward:

Protected

 7874/18/2008 5:16:37 PM
Is it possible to Linq to SqlDataReader

I have read that you can do Linq to DataSets and Linq to Typed data sets. Can you do Linq to SqlDataReader ? I know this might be a really dumb question, because SqlDataReader is actually faster.

 22214/16/2008 12:53:11 AM
Linq vs traditional methods

OK,  so i have been looking at some link stuff and it definitally looks cool.  Just drag onto the linq mapping thing(or whatever it is called)  and basically you have your data lay

 2784/4/2008 11:28:22 PM
Programmatically set the orderby and ascending/descending clause in a Linq statement

Hi, 


Does anyone know if it is possible to programmatically set the orderby and ascending/descending conditions within a Linq statement (such as passing in values from the meth

 71004/4/2008 8:42:01 PM
AdventureWorks Database - error updating an existing row.

To reproduce thsi simple install the Aventure works database, run blinq, go to 'ScrapReasons table, edit row 7, update....kabam!

 Any ideas???

Guess some testing needed

 21014/4/2008 4:35:50 PM
Row not found or changed

I've been playing around with Blinq today and everything was working fine until I decided to add a few more relationships in my database and then rerun blinq. Now when ever I try to update a reco

 152493/31/2008 10:58:34 PM
Custom readonly property in linq?

There doesn't seem to be a linq forum so I am guessing this is where to ask. I am building an app in sql 2005 which will have a list of projects. One field in the projects table will be "

 0803/28/2008 4:20:26 PM
Can't use DataFormatString to format DateTime

The default display of DateTime in BoundColumn is like:   8/30/2001 12:00:00 AM

When I set the DataFormatString property to {0:d} as usual, the result display hasn't changed.<

 121073/20/2008 12:43:08 PM
Linq to Sql autogenerated value
Hello, How can I get autogenerated value of inserted item with linq to sql? Thanks
 2983/20/2008 10:39:08 AM
Linq to mysql

Does linq also work with a mysql database?


 
1923/19/2008 2:32:14 AM
Accessing data in linked-tables

Hello! I'm new to linq - you'll see this soon!

I've set up a linq data layer, which is called by my business later, which i'm accessing currently from a datagrid. From&n

 1773/6/2008 6:06:16 AM
Linq and asp.net web site

hi boys,

i just ask for best practice using linq as data access layer of web site.

1. How to connect - use only one instance of datacontext and put in Application(every user will shar

 0892/25/2008 11:08:24 PM
Is Blinq stable?
When will Blinq be considered stable/code complete? Is this a tool that is ready for production? Thanks, chris
 1922/22/2008 6:50:55 PM
Linq can't get any samples to work..!

I am trying to do what seems like the simplest thing in Linq (as a first attempt) and I am getting nowhere!!
I have just installed VS 2008.. and trying to try out the new stuff!

&nbs

 5922/19/2008 11:34:57 AM
Linq not working after changing connectionstring to host database

Dear

On my local IIS everything is working, but when I change the connectionstring to remote database I get following error, although tables, storprocs etc. are equal on host (also tested

 1842/13/2008 10:35:07 AM
Execption thrown while insertion and edit

I have created a web application using Blinq.

When I m inserting a record it is giving me following exception :

{"Cannot access a disposed object.\r\nObject name: 'Tran

 0851/23/2008 3:48:44 PM
Double Group

How is it possible to do this in linq, assuming a table below

 create table test( category, subcategory, qty)

select category, subcategory, sum(qty) group by category, subcat

 2781/18/2008 10:38:29 PM


   
  Privacy | Contact Us
All Times Are GMT