Displaying posts tagged with

“Linq”

Sep
28
2009

Beth Massi – Sharing the goodness that is VB : Simple Validation with LINQ to SQL Classes

 
In the last few posts on LINQ to SQL I’ve showed how to set up an object model using the O/R designer and how to handle a couple data binding scenarios with Comboboxes here and here. Last post on this topic we implemented a one-to-many data entry form and I showed how to work with [...]

Apr
14
2009

Visual Studio Magazine Online | On VB: XML Literals, WCF and LINQ

Great article detailing how 3 technologies, xml literals, wcf and linq work together. After reading this article, I was quickly able to create an unordered list based on a sql server table using linq with xml literals.
One of the great things about .NET Framework is that there is so much included to make your [...]

Apr
30
2008

Matt Berseth: Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView Controls

ÂÂ
So for a recent research project, I decided I would look into the LinqDataSource’s
control GroupBy and OrderGroupBy attributes
to see if they could be used to help me build a grid that supports grouping.ÂÂ
Below is the final screen shot for my reference application.  The grid shows
the rows in the Northwind Orders table – grouped by the [...]