News in the Category:
XLinq
Total posts: 715 | Sort by Views | Sort by Hits
K. Scott Allen, August 17, 2016
Views: 228 | Hits 12
The first course I ever made for Pluralsight was a LINQ Fundamentals course in 2008. Ive received many great bits of feedback about the course over the last 8 years, but Ive also learned a few things ...
The Code Project Latest Articles, January 4, 2016
Views: 237 | Hits 11
Application of "MVVM over SignalR" library described in previous CodeProject tip, combined with Dynamic LINQ library to do incremental web search by typing the query....
EggHeadCafe.com New Articles, August 7, 2015
Views: 351 | Hits 7
Interacting with Active Directory is done with the DirectoryEntry Class. In addition to this, if we want to interact with Active directory then we can make use of CodePlex LINQ, but this is not tradit...
EggHeadCafe.com New Articles, August 7, 2015
Views: 289 | Hits 12
PLINQ (Parallel LINQ) is a parallel implementation of the LINQ. PLINQ was introduced in the .NET Framework 4.0. It provides facility to query on IEnumerable or IEnumerable data source data source in ...
The Code Project Latest Articles, June 28, 2015
Views: 367 | Hits 16
This article describes the basic approach of the using LINQ aggregate methods to manipulate the data object items stored in the custom non-generic collection designed....
The Code Project Latest Articles, May 14, 2015
Views: 459 | Hits 16
Implementing and using ForEach LINQ method extension...
The Code Project Latest Articles, March 18, 2015
Views: 424 | Hits 14
Learning the fundamentals about LINQ, i.e., data type var, anonymous types, lambda expressions, LINQ syntax, and LINQ queries....
Rico Marianis Performance Tidbits, January 2, 2015
Views: 566 | Hits 18
One of my readers asked if I had any particular plans around memory density for Visual Studio to go with my last posting and indeed I had one thought that I considered a very powerful way to crea...
The Code Project Latest Articles, January 1, 2015
Views: 531 | Hits 29
Linq Queries Examples Using Method And Query Syntax...
The Code Project Latest Articles, September 16, 2014
Views: 1,323 | Hits 20
This is a very simple but practical implementation of LINQ....
Wallace B. McClure, July 30, 2014
Views: 1,360 | Hits 8
It isn't breaking news that social networks are a big deal to your users. But what's the best way to add that functionality in the cross-platform development world? One of the best ways is through Xam...
The Code Project Latest Articles, February 18, 2014
Views: 1,450 | Hits 17
Easy to use library to use CSV and tab delimited files with LINQ queries....
The Code Project Latest Articles, January 13, 2014
Views: 1,442 | Hits 15
CodeProject In the last blog post, we have discussed about Click Event and Change Event injQuery. You can read that article here.In this article we will go over Element Operations in LINQ. Different E...
The Code Project Latest Articles, November 9, 2013
Views: 1,462 | Hits 32
Best way to use LINQ in FOR LOOP...
The Code Project Latest Articles, October 9, 2013
Views: 1,534 | Hits 23
Linq to Jquery...
The Code Project Latest Articles, October 3, 2013
Views: 1,401 | Hits 20
LINQ is awesome and Lazy is handy as heck, but using them together requires some thought....
Simple Talk, August 12, 2013
Views: 1,488 | Hits 18
Underscore.JS is a useful JavaScript library for anyone familiar with the LINQ syntax. It is not a direct LINQ port like Rx or linq.js, but provides a very useful "LINQ-like" experience for anyone f...
MSDN: Coding4Fun, July 24, 2013
Views: 1,433 | Hits 11
I know, I've been on kind of an "Image" thing recently. Well with today's post I think I've finally got it out of my system. Today we're going to highlight two kind of, sort of, related projects.Fir...
The Code Project Latest Articles, July 18, 2013
Views: 1,497 | Hits 25
Object oriented implementation of basic language processing / parsing leveraging LINQ / PRISM / UnityContainer....
The Code Project Latest Articles, June 3, 2013
Views: 1,263 | Hits 29
Calcution of a standard deviation and filtering outliers in a Linq-style....
The Code Project Latest Articles, May 20, 2013
Views: 1,376 | Hits 58
This is an alternative for "Dynamically generate a LINQ query with a custom property"....
The Code Project Latest Articles, February 11, 2013
Views: 1,117 | Hits 30
Shows how to sort strings in LINQ ordering numbers as first word in order...
ASP.NET Announcements, February 4, 2013
Views: 1,080 | Hits 30
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: 2,217 | Hits 47
DistinctBy in Linq (Find Distinct object by Property)...
The Code Project Latest Articles, December 17, 2012
Views: 1,061 | Hits 37
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: 1,236 | Hits 75
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: 1,889 | Hits 105
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: 1,117 | Hits 26
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: 1,269 | Hits 44
The lost joins in System.Linq...
the telerik blogs, November 2, 2012
Views: 1,591 | Hits 20
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: 1,162 | Hits 15
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: 1,100 | Hits 54
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: 1,102 | Hits 17
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: 1,025 | Hits 29
Using LINQ to filter by object type and then quantify....
The Code Project Latest Articles, July 18, 2012
Views: 2,063 | Hits 70
Adding an extension method to LINQ to flatten any hierarchical collection...
The Code Project Latest Articles, June 1, 2012
Views: 1,275 | Hits 43
Use basic LINQ commands to manipulate and query .net objects....
Brendan Tompkins, May 24, 2012
Views: 1,211 | Hits 35
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: 1,150 | Hits 40
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: 1,697 | Hits 57
This code demonstrate pros and cons of PLINQ as compared to LINQ...
The Code Project Latest Articles, April 26, 2012
Views: 1,288 | Hits 19
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: 1,246 | Hits 17
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: 1,593 | Hits 46
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: 1,540 | Hits 26
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: 1,143 | Hits 12
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: 1,483 | Hits 25
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: 1,533 | Hits 26
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: 1,326 | Hits 18
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: 1,756 | Hits 22
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: 1,431 | Hits 53
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: 1,723 | Hits 74
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
{
...