Sign in
|
Join
|
Help
in
Current Tags
Corey's .NET Tip of the Day
Dot Net Mafia
(Entire Site)
Dot Net Mafia
Group site for Tulsa area .NETdevelopers, with blogs dealing with (usually) .NET, SharePoint, and other Microsoft products, as well as some discussion of general programming related concepts.
Home
Blogs
Forums
Photos
Downloads
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
More on Manfiest.xml
Speaking at Tulsa Tech Fest again
Using a namespace with LINQ to XML
How to: Create a Group in SharePoint
SharePoint to API Translation Guide
Tags
ASP.NET
Business Data Catalog
C# 3.0
Code Access Security
Content Type
Cutting Edge
Debugging
Deployment
Document Library
Enterprise Library
Enterprise Search
Error
Feature
InfoPath
Infrastructure Update
LINQ
LINQ to DataSet
LINQ to SQL
LINQ to XML
MOSS
MSBuild
Navigation
Presentations
Product Review
Remote Debugging
SharePoint
SharePoint Designer
Solution
SQL
TechFest
Visual Studio 2005
Visual Studio 2008
WebPart
Wildcard Search
Archives
September 2008
(2)
August 2008
(6)
July 2008
(10)
June 2008
(8)
May 2008
(10)
April 2008
(8)
March 2008
(13)
February 2008
(22)
January 2008
(12)
December 2007
(4)
November 2007
(1)
October 2007
(5)
September 2007
(4)
August 2007
(5)
July 2007
(10)
June 2007
(6)
May 2007
(10)
April 2007
(8)
March 2007
(4)
February 2007
(4)
January 2007
(1)
December 2006
(6)
November 2006
(10)
October 2006
(14)
September 2006
(5)
August 2006
(4)
July 2006
(6)
June 2006
(3)
May 2006
(15)
April 2006
(8)
March 2006
(4)
February 2006
(4)
January 2006
(23)
December 2005
(10)
November 2005
(24)
October 2005
(21)
September 2005
(11)
August 2005
(22)
July 2005
(16)
June 2005
(12)
May 2005
(17)
April 2005
(19)
March 2005
(16)
February 2005
(21)
January 2005
(19)
December 2004
(19)
Corey's .NET Tip of the Day
Bringing you the latest time saving tips for SharePoint, MOSS 2007, ASP.NET, LINQ, and Visual Studio 2008
Browse by Tags
All Tags
»
LINQ
(
RSS
)
C# 3.0
Document Library
Enterprise Search
LINQ to DataSet
LINQ to SQL
LINQ to XML
MOSS
SharePoint
Select Where In with LINQ
I can't talk about SharePoint all the time, so I thought I would talk about how to perform a type of query with LINQ. In T-SQL you might have wrote something like this at one point. SELECT Title, Id FROM Table1 WHERE Id IN (SELECT Id FROM Table2)...
Posted
Jul 01 2008, 05:14 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
LINQ
Checking for empty EnumerableRowCollections when using LINQ
After you query something with LINQ, you may want to know if any results were returned before your start enumerating or working with the EnumerableRowCollection (that's most likely the type behind that var you are using in most cases). Consider the...
Posted
Apr 24 2008, 10:18 AM
by
CoreyRoth
with | with
no comments
Filed under:
LINQ
,
C# 3.0
How to: Use the Group Clause in LINQ
As you know, LINQ is similar in a lot of ways to T-SQL, but as you go to start doing things with grouping or joining, you will find that that there are some syntactical differences. There are two ways you can use the group clause in LINQ, which way you...
Posted
Mar 26 2008, 09:29 AM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
LINQ
,
LINQ to DataSet
Using LINQ to make Enterprise Search Results more usable
In my previous post about using the KeywordQuery class, I had one small omission. The fact is that when you add your own managed properties using the SelectProperties collection of the keyword class, the data type you get back is a string[] containing...
Posted
Mar 25 2008, 09:58 AM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
LINQ
,
MOSS
,
Enterprise Search
LINQ to SQL Logging
The other day I was reading Charlie Calvert's excellent post on LINQ and Deferred Execution and stumbled upon a logging feature inside LINQ to SQL. By setting the Log property to a TextWriter (in this case Console.Out), LINQ to SQL will log the query...
Posted
Feb 21 2008, 09:24 AM
by
CoreyRoth
with | with
no comments
Filed under:
LINQ
,
LINQ to SQL
Making DataSets tolerable using LINQ to DataSet
Unfortunately, most of us aren't working in a perfect world, so it is bound to happen that you run into a dataset or two. Whatever the reason (the developer was lazy, you're maintaining legacy code, someone didn't know any better, or you're...
Posted
Feb 18 2008, 10:01 AM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
LINQ
,
C# 3.0
,
LINQ to DataSet
How I used LINQ to XML to Create Document Library Folders
I have been doing a lot of document library work lately and in my work I had a need to create a series of subfolders in the document library using a particular custom content type. This meant I was going to need to write a little code. I decided to keep...
Posted
Jan 17 2008, 05:29 PM
by
C-Dog's .NET Tip of the Day
Filed under:
SharePoint
,
LINQ to XML
,
Document Library
,
LINQ
2008 dotnetmafia.