Sign in
|
Join
|
Help
in
Current Tags
Corey Roth - DotNetMafia.com...
Dot Net Mafia
(Entire Site)
Dot Net Mafia
Group site for developer blogs dealing with (usually) .NET, SharePoint 2010, 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
How to: Use the Chart Web Part with Excel Services
Querying Multiple Federated Locations in Enterprise Search with the QueryManager class
Adding a link to a document’s folder in SharePoint 2010 Enterprise Search
How to: Use the QueryManager class to query SharePoint 2010 Enterprise Search
How to: Use the SharePoint 2010 Enterprise Search KeywordQuery Class
Tags
.NET 4.0
ADO.NET Data Services
ASP.NET
Business Connectivity Services
Business Data Catalog
C# 3.0
CAML
Code Access Security
Content Organizer
Content Type
Cutting Edge
Debugging
Deployment
Document Library
ECM
Enterprise Library
Enterprise Search
Error
Excel Services
FAST Search
Feature
IIS
InfoPath
Infrastructure Update
Internet Explorer
iPhone
jQuery
LINQ
LINQ to DataSet
LINQ to SQL
LINQ to XML
Meetup
MOSS
MSBuild
Navigation
Office Web Apps
OKC SharePoint Users Group
OpenSearch
People Search
PowerShell
Presentations
Product Review
Records Center
Remote Debugging
REST
Sandboxed Solution
Search Community Toolkit
SharePint
SharePoint
SharePoint 2010
SharePoint Designer
SharePoint PowerShell Community Toolkit
SharePoint Saturday
Silverlight
Solution
SP2010 Beta
SPC09
SPSource
SQL
Sun VirtualBox
TDD
TechFest
Testing
Tulsa SharePoint Interest Group
Upgrade
Virtual Machine
VirtualBox
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VSeWSS
WebPart
Wildcard Search
Windows 7
Workflow
Archives
September 2010
(1)
August 2010
(10)
July 2010
(12)
June 2010
(2)
May 2010
(7)
April 2010
(8)
March 2010
(13)
February 2010
(10)
January 2010
(5)
December 2009
(6)
November 2009
(10)
October 2009
(25)
September 2009
(8)
August 2009
(8)
July 2009
(7)
June 2009
(7)
May 2009
(8)
April 2009
(8)
March 2009
(11)
February 2009
(6)
January 2009
(6)
December 2008
(8)
November 2008
(7)
October 2008
(15)
September 2008
(9)
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
(23)
October 2005
(20)
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 Roth - DotNetMafia.com - Tip of the Day
Bringing you the latest time saving tips for SharePoint 2010, MOSS 2007, ASP.NET, LINQ, and Visual Studio 2010
Browse by Tags
All Tags
»
LINQ to SQL
(
RSS
)
ASP.NET
C# 3.0
Code Access Security
Cutting Edge
LINQ
SharePoint
Visual Studio 2008
My 500th Post! Left Outer Joins with LINQ
Today, this blog reaches an important milestone. This is my 500th post. It's just a number, but I thought I would use it as an opportunity to talk about the history of the blog and where it is heading. On December 1st, 2004, I wrote my first .NET...
Posted
Oct 15 2008, 02:43 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
LINQ
,
LINQ to SQL
,
C# 3.0
Updating Data with LINQ to SQL and GridViews when using a View
Look! It's a post that isn't about SharePoint! Today, I want to talk about some of the issues I have run into when trying to update data using a GridView when bound to a LinqDataSource. This data source has an EnableUpdate property, but unfortunately...
Posted
Oct 07 2008, 01:27 PM
by
CoreyRoth
with | with
no comments
Filed under:
LINQ to SQL
,
ASP.NET
,
C# 3.0
How to: Use LINQ to SQL without using the Object Relational Designer
LINQ to SQL has already proved to be extremely easy to use to create object relational mappings when you have an existing database schema using the Object Relational Designer. This designer is good, but you may not want something that is autogenerating...
Posted
Mar 17 2008, 07:54 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
LINQ
,
LINQ to SQL
,
ASP.NET
,
Visual Studio 2008
,
C# 3.0
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
ReflectionPermission Required for LINQ to SQL under Partial Trust
So by now, I can assume everyone has been listening to me and you are using partial trust in all of your SharePoint environments right? Ok, probably not, but for the two of you in the world that are, this post is for you. If you decide to use LINQ to...
Posted
Jan 28 2008, 01:45 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
LINQ to SQL
,
Code Access Security
Returning a single object with LINQ to SQL
I have been messing around with LINQ (both with SQL and XML) and am pretty familiar with the query syntax right now, but I wasn't sure at first how to get a single object. It's actually pretty simple using a lambda expression. Assume I have a...
Posted
Jan 17 2008, 04:42 PM
by
C-Dog's .NET Tip of the Day
Filed under:
LINQ to SQL
LINQ to SQL Under the Covers
With the release of the 3.5 extensions to the framework, there has been a lot of talk about LINQ and with it LINQ to SQL. Well I was interested in more how LINQ to SQL actually worked so I decided to take a look at some of the files it generates in the...
Posted
Dec 12 2007, 05:12 PM
by
C-Dog's .NET Tip of the Day
Filed under:
LINQ to SQL
Cowboy Coding a Data Editor with ASP.NET Dynamic Data
The ASP.NET 3.5 Extensions Preview came out this week. The biggest feature people are of course talking about is the MVC framework. I won't be talking about that today since ten thousand other people already are. Today I will be talking about a new...
Posted
Dec 11 2007, 09:33 AM
by
C-Dog's .NET Tip of the Day
Filed under:
LINQ to SQL
,
Cutting Edge
2009 dotnetmafia.