I would like to start using LINQ and create mappings to my SQL databases. AS I was creating a mapping for one of my objects I realized the object had a property of another custom object. For exampl...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23736830.html
I am quite new to LINQ and quite nieve last week I thought it was an easy language aspect to get in to.
Anyway, i have a query that i wrote and for some reason the order by will not work on it, ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23379...
I have a query which I would like to port to LINQ
I have so far got the query formed but i need to get it strongly typed so i can pass it around to a view in the asp mvc framework
The CarOffe...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23382...
B"H
Say I have a LINQ
<asp:LinqDataSource ID="LinqDataSource4" runat="server"
ContextTypeName="DataClassesDataContext" OrderBy="Serial"
...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23624977.html
I'm trying to create a pivot table view of data as you would get in excel but to be displayed in a ultrawingrid.
I have a collection class called PeopleToActivities. This is a collection of Per...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23844984.html