Error!
Success!

By tag: LinqToSql

showing:  of
0
kicks

Mocking the Linq To Sql DataContext  (Unpublished)

A generic solution to mocking the Linq To Sql DataContext and how you can test your linq queries against an in memory database.


Kicked By:
Drop Kicked By:
0
kicks

Cascading Deletings with LINQ-to-SQL  (Unpublished)

Scott discusses various techniques...


Kicked By:
Drop Kicked By:
0
kicks

Efficient Paging in SQL Server via LINQ  (Unpublished)

Efficient Paging in SQL Server via LINQ.


Kicked By:
Drop Kicked By:
0
kicks

Fun with SQL: Linq to SQL and Query Efficiency  (Unpublished)

Interesting conversation (forum thread) on the efficiency of generated queries.


Kicked By:
Drop Kicked By:
0
kicks

Experimental LINQ to SQL template  (Unpublished)

Damien shows a very nice way of customizing code generation of Linq to SQL


Kicked By:
Drop Kicked By:
0
kicks

Architecting Linq to SQL, part 10  (Unpublished)

What Ian Cooper would like to see in the next version


Kicked By:
Drop Kicked By:
0
kicks

Building Custom Paging and Sorting Queries with LINQ to SQL  (Unpublished)

Building Custom Paging and Sorting Queries with LINQ to SQL and wrap it in Extension Method


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Implementing the Repository Pattern with Linq-to-Sql  (Unpublished)

The Repository Pattern, according to Martin Fowler, provides a "layer of abstraction over the mapping layer where query construction code is concentrated", to "minimize duplicate query logic". In practice it is usually a collection of data access services, grouped in a similar wa...


Kicked By:
Drop Kicked By:
0
kicks

Linq to SQL Wish List  (Unpublished)

What do we want to see in the next version of Linq to SQL ?


Kicked By:
Drop Kicked By:
0
kicks

Linq to SQL with WCF in a Multi Tiered Action - Part 1  (Unpublished)

Is it true that you can not develop multi tier applications with LINQ ? Sidar answers this question by defining concepts and developing a trivial distributed application step by step, using Windows Communication Foundation as the host communication technology.


Kicked By:
Drop Kicked By:
0
kicks

Linq To Sql in real word Web applications  (Unpublished)

This post presents an implementation of a DataContext per Conversation pattern in ASP.NET and Linq To Sql.


Kicked By:
Drop Kicked By:
0
kicks

Scripting changes to Linq To SQL DBML files  (Unpublished)

Its very annoying if your generator overwrites all the changes you made using the designer. I've described a process you can use for scripting the changes in order to avoid this problem.


Kicked By:
Drop Kicked By:
0
kicks

the LinqToSQL is a lie  (Unpublished)

LinqToSql is amazing! I've been working with it for the past week and loving every moment. However i've noticed somethig weird, it lies to me about the SQL it's generating. Here is my example...


Kicked By:
Drop Kicked By:
0
kicks

GOTCHA - LINQtoSQL Paging Problem  (Unpublished)

A quick search for how to display paged records in ASP.NET will yield a ton of links and how to's ranging from as simple as automatic paging with the grid controls to custom paging and server side paging in SQL Server, but what about paging in LINQ?


Kicked By:
Drop Kicked By: