|
|
Latest Linq stories
|
|
submitted by
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
|
category: Linq | Views: 0
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 9
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 9
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 7
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 4
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 4
|
|
tags:
3.5, .net3.5, VB.NET, C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 5
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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...
1 comment
|
category: C# | Views: 20
|
|
tags:
3.5, sp1, .Net, C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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...
3 comments
|
category: Linq | Views: 10
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: C# | Views: 6
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Linq | Views: 9
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
You are the editor:
What else?
|