News in the Category:
XLinq
Total posts: 683 | Sort by Views | Sort by Hits
The Code Project Latest Articles, May 20, 2013
Views: 185 | Hits 35
This is an alternative for "Dynamically generate a LINQ query with a custom property"....
The Code Project Latest Articles, February 11, 2013
Views: 262 | Hits 20
Shows how to sort strings in LINQ ordering numbers as first word in order...
ASP.NET Announcements, February 4, 2013
Views: 274 | Hits 20
LINQ Insight is a Visual Studio add-in that allows executing
LINQ queries right from the code editor at design time. Due to numerous requests, the 2.0 version introduces RavenDB support as well as mu...
The Code Project Latest Articles, January 28, 2013
Views: 277 | Hits 19
DistinctBy in Linq (Find Distinct object by Property)...
The Code Project Latest Articles, December 17, 2012
Views: 299 | Hits 28
This is most general collection operation that we come across daily. Its set based operation using LINQ Except Operator....
ASP.NET Announcements, December 4, 2012
Views: 368 | Hits 63
Devart Team is aiming to create tools that facilitate programmers'
work and make it more intuitive. In November 2012 Devart presents a completely new Visual Studio add-in
LINQ Insight.
With it
devel...
Eric Gunnersons C# Compendium, November 21, 2012
Views: 734 | Hits 91
My author's copies of the Fourth Edition of my book showed up today:
It is significantly updated from the previous version. I especially enjoyed writing the sections on Linq and asynchronous features...
The Code Project Latest Articles, November 15, 2012
Views: 339 | Hits 18
Tutorial focused in writing the entities using Signum Framework, a Win/Web LINQ-enabled framework for writing data-centric applications....
The Code Project Latest Articles, November 5, 2012
Views: 339 | Hits 32
The lost joins in System.Linq...
the telerik blogs, November 2, 2012
Views: 454 | Hits 10
Unit testing LINQ queries can be really challenging. This requires a deep knowledge of how LINQ queries work and how they filter results based on predicate values. While I am adopting test first...
Telerik News RSS Feed, October 17, 2012
Views: 298 | Hits 5
What's new in Telerik OpenAccess ORM Q3 2012 Enhancements Add OpenAccess Service: Web API support - ASP.NET Web API service code generation added in Add OpenAccess Service wizard Database Functio...
Black Belt Coder Article Feed, September 22, 2012
Views: 374 | Hits 44
You can create extension methods to extend LINQ. Here's some code I came up with for extending LINQ to return random list items and shuffle lists....
Telerik News RSS Feed, September 14, 2012
Views: 372 | Hits 5
What's new: New: Use proxy instead of profiler to mock interface from base class when profiler is enabled New: Support for mocking of non-public methods from proxied instance New: Support for futur...
The Code Project Latest Articles, September 11, 2012
Views: 308 | Hits 23
Using LINQ to filter by object type and then quantify....
The Code Project Latest Articles, July 18, 2012
Views: 552 | Hits 46
Adding an extension method to LINQ to flatten any hierarchical collection...
The Code Project Latest Articles, June 1, 2012
Views: 475 | Hits 36
Use basic LINQ commands to manipulate and query .net objects....
Brendan Tompkins, May 24, 2012
Views: 495 | Hits 25
Yesterday, after two years of a relentless development effort, we finally released NDepend v4. Personally, I consider this version as the biggest milestone we’ve ever achieved. The three flagship feat...
The Code Project Latest Articles, May 22, 2012
Views: 432 | Hits 28
Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article will explore the different extension methods used i...
The Code Project Latest Articles, April 27, 2012
Views: 631 | Hits 36
This code demonstrate pros and cons of PLINQ as compared to LINQ...
The Code Project Latest Articles, April 26, 2012
Views: 570 | Hits 9
We describe all concepts according to XML corpus by its full set of words based on the tags Term frequencies, Inverse document frequencies, words from the given document are used....
Method ~ of ~ failed, April 10, 2012
Views: 394 | Hits 6
Just a little post to point out a hidden gem if you are a .NET developer creating a Metro style app: you can bind to anonymous types. This came up in a discussion with a customer today that I was havi...
The Code Project Latest Articles, April 7, 2012
Views: 661 | Hits 33
This is an alternative to using LINQ for "Find the count of a weekday between two dates without iterating/looping"....
K. Scott Allen, March 20, 2012
Views: 510 | Hits 16
Most remote LINQ providers can handle simple projections. For example, given a Movie class with lots of properties, and a MovieSummary class with a subset of those Movie properties, you can write a LI...
the telerik blogs, February 11, 2012
Views: 430 | Hits 2
The Q1 2012 release webinars are just around the corner, and we will be showing off some cool new features in Telerik JustCode. Here are the session details, be sure to check your schedule! Note: well...
Telerik News RSS Feed, January 5, 2012
Views: 638 | Hits 11
Common for all controls What's New Added: Notification in the Skins dropdown in VS Design mode if the skins assembly
is not added in the web application Improvement: jQuery version updated to ...
Telerik News RSS Feed, November 30, 2011
Views: 762 | Hits 15
Enhancements The OpenAccess project templates are now available for .NET 3.5.
- The following project templates are now available in Visual Studio 2010 for creating projects
that target the...
Steven Smith, August 30, 2011
Views: 630 | Hits 11
I just published an article on ASPAlliance on Moving Beyond Enums, describing when and how to move from enums to classes in your code when you start demanding more from your enums than they were desig...
Recently Posted Code Samples on MSDN, August 11, 2011
Views: 659 | Hits 13
Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality and demonstrating LINQ with SQL, DataSets, and XML....
The Code Project Latest Articles, July 13, 2011
Views: 686 | Hits 36
Tutorial focused in writing the entities using Signum Framework, a Win/Web LINQ-enabled framework for writing data-centric applications....
K. Scott Allen, June 22, 2011
Views: 971 | Hits 50
If you want to simulate an exception from an IQueryable data source, be careful about when the exception is thrown. As an example, let's use the following interface. public interface IContext
{
...
Jesse Liberty - Silverlight Geek, June 8, 2011
Views: 782 | Hits 40
A LINQ Tutorial As part of my continuing (and occasional) series of mini-tutorials on LINQ this posting will consider the overloaded Contains operator. This operator allows you to check whether a list...
Recently Posted Code Samples on MSDN, May 31, 2011
Views: 536 | Hits 10
This project contains about 101 samples using LINQ....
MSDN: Coding4Fun, May 23, 2011
Views: 984 | Hits 71
Today's project comes to us via The Code Project, Yet Another Email Client (LINQ to IMAP).Did the "LINQ to IMAP" reach out and grab your attention too? You've just got to love LINQ and the possibili...
Pablo M. Cibraro (aka Cibrax), May 5, 2011
Views: 963 | Hits 100
The repository pattern became popular a couple of years ago by the hand of Eric Evans with the DDD (Domain Driven Design) movement and Martin Fowler with his catalog of Enterprise Application Patterns...
ASPAlliance.com - The #1 ASP.NET Community, March 15, 2011
Views: 1,270 | Hits 54
This article will show you how to use LINQ to retrieve your data and then "hook" it to a Crystal Report....
Frans Boumas blog, March 14, 2011
Views: 900 | Hits 39
With DevExpress' Seth Juarez I recorded a webinar / video (Length: 1:25:05) which shows the most important features of the LLBLGen Pro designer (roughly the first hour of the video) and how to use the...
EggHeadCafe.com New Articles, March 13, 2011
Views: 1,089 | Hits 32
The Max operator (an extension method defined on the Enumerable class) allows finding the maximum value in a sequence based on arbitrary criteria. read moreBy Indranil Chatterjee...
Jesse Liberty - Silverlight Geek, February 15, 2011
Views: 1,124 | Hits 79
Windows Phone From Scratch #35 Yesterday, we took a look at two variants on Linq statements, one against a collection of integers, and then another against a collection of user-defined objects (Cust...
The Code Project Latest Articles, February 2, 2011
Views: 532 | Hits 7
Language INtegrated Query in RSS...
Simple Talk, January 5, 2011
Views: 610 | Hits 10
LINQ is one of the few technologies that you can start to use without a lot of preliminary learning. Also, it lends itself to learning by trying out examples. With Michael's help, you can watch as yo...
Marquee de Sells: Chriss insight outlet, December 11, 2010
Views: 1,058 | Hits 65
I use LINQPad all the time for a bunch of stuff, but most recently and most relevant, Ive been using it for a personal chore that isnt developer-related: Ive been using it to do budgeting. What is LI...
Simple Talk, December 1, 2010
Views: 756 | Hits 14
LINQ has the capabilities of providing a great productivity boost. LINQ Chaining is particularly powerful magic, giving your code greater clarity and brevity. Using it, and debugging it, can be trick...
The Moth, November 14, 2010
Views: 860 | Hits 28
Microsoft Research (MSR) researches technologies, incubates projects which many times result in technology that looks like a ready-to-use product (but it is important to understand that these are not ...
Code Climber, November 3, 2010
Views: 781 | Hits 47
Almost one month passed since the NHDay in Bologna and but we didnt forget about the promise we made about streaming and having the videos online for people that couldnt attend. And now, after all th...
Cirrus Minor, November 2, 2010
Views: 1,027 | Hits 132
I don’t know how many of you need to analyze LINQ queries – but since this took me a few hours to get right I thought I’d save you some of the trouble in case you do. I am working on this pet project ...
EggHeadCafe.com New Articles, October 13, 2010
Views: 1,698 | Hits 4
How to create a flat file delimited database of quotations and implement LINQ plus jQuery access to ASP.NET PageMethods. read moreBy Peter Bromberg...
Steven Smith, October 5, 2010
Views: 1,218 | Hits 9
Ran into this issue last night and just figured it out. I have this code for a demo: using System;using System.Data.Objects;using System.Transactions;using ExtractTransformLoad.Domain;using ...
ASPAlliance.com - The #1 ASP.NET Community, October 5, 2010
Views: 1,300 | Hits 41
In this article, Peter reviews the book WCF 4.0 multi-tier services development with LINQ-to-Entities, written by Mike Liu....
Fabrice's weblog, October 2, 2010
Views: 1,635 | Hits 69
There's a new "link" from Redmond. It's not LINQ this time, but Lync.Isn't it great to have two names colliding in the Microsoft world?Is someone working on LINQ to Lync?
Cross-posted from http://li...
Scott on Writing, September 28, 2010
Views: 2,178 | Hits 15
4Guys reader Dan D. recently emailed me with an inquiry surrounding my article series, Building a Store Locator ASP.NET Application Using Google Maps API, specifically on how to access a different set...