DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Latest Linq stories Subscribe to this feed
2
kicks
submitted by alkampfer alkampfer 1 hour, 27 minutes ago

nablasoft.com — the default implementation of SingleOrDefault function in LINQ return the first element or null, if some or your classes implemnts the null object pattern you can write your own extension that return the null object instead of null. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

1
kicks
submitted by Matt_TCF 13 hours, 20 minutes ago

trycatchfail.com — I'm a huge fan of ActiveRecord (and of all things Castle), but I like the fact that LINQ makes it very easy to do ad-hoc queries with a compile-time safety net. If you follow the steps below, you can build your own LINQ provider for ActiveRecord and get the syntactical sugar of language-integrated query with the simplicity of ActiveRecord. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

2
kicks
submitted by volume4 1 day, 19 hours ago

dotnet.dzone.com — A few days ago I blogged about Curry for Dummies, outlining one of the typical techniques employed in functional programming. What I didn't say back then is I'm about to reuse the "Curry" function with formal substitution mechanism for this subsequent blog post. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

15
kicks
published 2 days, 2 hours ago, submitted by sidarok 2 days, 9 hours ago

sidarok.com — Sidar shows a possible strategy to localize Linq to SQL entities read more...

Add a comment add a comment | category: | Views: 182
tags: , , , , | tag it

1
kicks
submitted by estherschindler 2 days, 18 hours ago

informit.com — At the skunk works in Redmond, they're working on extensions to Language Integrated Query (LINQ) referred to as Parallel LINQ (PLINQ). PLINQ makes it easy to use multiple threads and all that processing power. This article shows you how and provides some parameters and guidelines for when you can get some extra horsepower out of multithreading your LINQ queries. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

4
kicks
submitted by mwhouser 4 days, 21 hours ago

insidercoding.com — This article is an introduction to LINQ and includes samples of using with in-memory data sources. read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

1
kicks
submitted by dcarr dcarr 6 days, 14 hours ago

blog.domaindotnet.com — Here is a love letter to ReSharper. All the devs are show, and today we got RC1 for the 4.01 release. NICE! read more...

Add a comment 1 comment | category: | Views: 13
tags: , , , , | tag it

1
kicks
submitted by xtremebiz xtremebiz 6 days, 20 hours ago

codeforeternity.com — We can use the ElementAt extension method of LINQ to return the element at a specified index (zero based) in a sequence. However the ElementAt extension method would throw the System.ArguementOutOfRangeException when the specified index is a negative value or not less than the size of the sequence. In such a scenario, we can use the ElementAtOrDefault extenion method which would return the default value of a type instead of throwing the System.ArguementOutOfRangeException. Read this article for code example (both in C# and VB.NET) with comments read more...

Add a comment add a comment | category: | Views: 4
tags: , , , , | tag it

1
kicks
submitted by alkampfer alkampfer 6 days, 21 hours ago

nablasoft.com — A simple implementation for a CrossProduct read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

3
kicks
submitted by deepakkapoor 7 days, 1 hour ago

onedotnetway.com — At times us developers have to deal with delimited text files in our applications. Such files have been around since yonks and I often come across data import/export tasks where delimited files are used. Till now the common way in .NET has been to read each line and then extract data using some sort of creative string functions within for loops. But there is another way by using LINQ. In this tutorial I will show you how to use LINQ to read such data. By the end of tutorial you will appreciate how easy and logical it is to use LINQ for reading data from delimited text files. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

2
kicks
submitted by dcarr dcarr 8 days, 10 hours ago

blog.domaindotnet.com — Undocumented Linq! .NET 3.5 SP1 Gold Forgot to Mention these Critical Changes that might Break your Code BREAKING CHANGE: Cast<T> Behavior Also, a new implementation recognizes queries that apply Where and/or Select to arrays or List<T> and fold pipelines of multiple enumerable objects into single specialized enumerables. According to Dinesh Kulkari at Microsoft this enhancement: "….produces substantial improvement in base overhead of common LINQ to Objects queries (at times 30+%)." read more...

Add a comment 1 comment | category: | Views: 20
tags: , , , , | tag it

4
kicks
submitted by justinbezanson justinbezanson 8 days, 20 hours ago

geekdaily.net — So when my query kept returning 0 elements I started to get frustrated. Why wasn’t it working? read more...

Add a comment 3 comments | category: | Views: 10
tags: | tag it

1
kicks
submitted by patrickdewane 8 days, 22 hours ago

patrickdewane.com — Extension method to filter sorted data. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

3
kicks
submitted by mehfuzh 9 days, 4 hours ago

weblogs.asp.net — Its been quite a while since I made any release of the toolkit. I basically, get into user requests, used it myself in LinqToFlickr project and came up with some new features and enhancements. In my last post, I already said update comment and photo feature in LinqToFlickr (Athena) , where the update tracking is actually comes from this toolkit. Book book = (from b in context where b.Id == 1 select b).Single(); ... read more...

Add a comment add a comment | category: | Views: 6
tags: , | tag it

3
kicks
submitted by sumothecat 10 days, 11 hours ago

petemontgomery.wordpress.com — Source code and implementation discussion for a "FromCache" extension method which can be applied to any LINQ query. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

2
kicks
submitted by dcarr dcarr 13 days, 20 hours ago

comments.cio.com — It's nice to see Linq reaching up into the C-Level executive ranks... read more...

Add a comment add a comment | category: | Views: 24
tags: , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge