in

Corey Roth and Friends Blogs

Group site for developer blogs dealing with (usually) Ionic, .NET, SharePoint, Office 365, Mobile Development, and other Microsoft products, as well as some discussion of general programming related concepts.

Browse by Tags

  • 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 Tip of the Day about a great new method on primitives...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 10-15-2008
  • 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 there is more to it than just that. It works...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 10-07-2008
  • 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 your domain classes. You may want to generate your...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 03-17-2008
  • 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 and what parameters it sent to the database server...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-21-2008
  • 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 SQL in any of your development, I have discovered...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 01-28-2008
  • 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 simple table called Products and it has fields Name...
    Posted to Corey Roth [MVP] (Weblog) by Anonymous on 01-17-2008
  • 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 process and talk about them. When it comes down...
    Posted to Corey Roth [MVP] (Weblog) by Anonymous on 12-12-2007
  • 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 feature called ASP.NET Dynamic Data. This seems...
    Posted to Corey Roth [MVP] (Weblog) by Anonymous on 12-11-2007
Page 1 of 1 (8 items)
2019.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems