I have a database table called AllCustomersHistoryOfRecords which is table with history of all the records bought by all the users who visit my application/website. There is another table called Compo
I\'m following the example from the ASP.NET MVC 2 Framework book (Steven Sanderson), except instead of using SQLServer, I\'m using mySQL.
I\'ve got 2 queries in LINQ: var users = ( from u in dataContext.KUserNumbers select new { u.SubscriberAId,
I have a small question about my project you could not know, I understand. But perhaps I have a very simple fault in my following function you could see?
I am executing the \"same\" query using LINQ to SQL and in LINQPad, however the result set comes out slightly differently.
I have to write a query in a web application using LINQ but I need to change th开发者_Go百科at query into an array list. How can I change the query below to do this?
I\'m following an example out of my MVC2 book (ASP.NET MVC 2 Framework).My question is regarding LINQ to SQL and a mySQL database.The books examples connects to SQLServer, I am connecting to a mySQL d
When using a Linq-to-SQL class, how can I make a simple copy of an entity and save it? My entity has a guid for a unique ID that gets automatically generated in the SQL Server.
Today I\'m running a single asp.net 4 iis web-server and a single SQL-server. But now i need to start a second web-server to manage the load i get. The problem is when i use Linq the framework caches
I would like to set the following predicate to where clause of linq statement written in expression syntax.