web 2.0

ASP.NET Repeater Pagination with Linq To Objects

In this article i'll talking about ASP.NET Repeater Pagination with Linq To Objects. The following can works also with LinqToSql, LinqToXml... [More]

Views(2398)

Currently rated 1.0 by 1 people

  • Currently 1/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET | Linq

DeleteAllOnSubmit Custom Linq Extension without Query Data

Here is a quick Linq Extension in order to Delete all Data of a Table without Query All Data first. [More]

Views(2028)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

C# | Linq

Performing SubSelects with LinqToSql

In this post i will talk about SubSelects with LinqToSql. We often need to perform SubSelects as we do in standard T-SQL. But howto do it with Linq2Sql ? I'll give you some exemples to do that using Anonymous Types. [More]

Views(2412)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C# | Linq

NOLOCK avec LinqToSql

Bonjour, Aujourd'hui nous allons parler des Transactions et plus particulièrement de la possibilité de faire du NOLOCK avec LinqToSql. SQL Server à un niveau d'isolation des transactions par défaut à "ReadCommitted" ce qui peut poser quelques problèmes assez... [More]

Views(733)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C# | Linq

Optimisations Linq To Sql (Partie 1)

Bonjour, Je commence cet série d'astuces sur l'optimisation de l'utilisation de Linq / LinqToSql avec une optimisation de base: ne pas requeter plusieurs fois la base de donnée lors que cela n'est pas utile.   Prenons un exemple d'application simple. Nous récuperons la totalit... [More]

Views(804)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C# | Linq

Cache avec LinqToSql et Entreprise Library Caching Block

Bonjour, Le sujet de l'article d'aujourd'hui va être de discuter de Cache avec LinqToSql et Entreprise Library Caching Block. J'ai repris l'exemple donné par J Sawyer qui a posté un article sur la mise en Cache des collections LinqToSql via la classe Syste... [More]

Views(2976)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

C# | Linq

Technorati Profile