Skip to main content

Home/ Agency Oasis Developers/ Group items tagged linq

Rss Feed Group items tagged

Douglas Couto

Download LINQPad - 0 views

shared by Douglas Couto on 15 Mar 10 - Cached
  •  
    "Tired of querying in antiquated SQL? Well, you don't have to! LINQPad lets you interactively query databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5, and more: * LINQ to Objects * LINQ to SQL and Entity Framework * LINQ to XML * WCF Data Services & SQL Azure * LINQ to SQLite and MySQL Enterprise Server * Mindscape LightSpeed ORM * (Even old-fashioned SQL!)"
Mark Ursino

Untie LINQ to SQL Connection String from Application Settings | {Programming} & Life - 1 views

  •  
    Did you know that by default LINQ to SQL defines your connection string in more than one place if you define your LINQ to SQL classes out from a web app, such as a data access layer class library?
Mark Ursino

Coding Horror: Compiled or Bust? - 1 views

  •  
    If you are building an ASP.NET web application that's going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There's a runtime cost associated with each and every Linq Query you write.
Eric Famiglietti

Handling Default Values With LINQ to SQL - 0 views

  •  
    I set AutoGenerated in the LINQ Designer to true which made use of my default values.
mgraber

LINQtoSitecore - 0 views

  •  
    "LINQ to Sitecore module"
1 - 12 of 12
Showing 20 items per page