Lost your password?

Blogs about: Linq

Featured Blog

Create LINQ Expressions with LINQPaD

Nalaka Withanage wrote 2 days ago: I found LINQPad a very useful tool to create and test LINQ queries outside visual studio.   LINQPad … more →

Tags: development, LINQ to SQL

LINQ: How to get the latest/last record with a group by clause1 comment

Syed Mehroz Alam wrote 2 days ago: Sometimes, we need to select a record that has the maximum or minimum value from a group. Some examp … more →

Tags: Group, Latest, maximum, MiNIMUM, row_number

Embedding LINQ Expression for a method call

Fahad wrote 2 days ago: Consider evaluating an Expression at runtime, for some lame reason you had to call ToLower() on a st … more →

Using TreeView, GridSplitter and ListView together

zamjad wrote 5 days ago: We have already studied how to use treeview, gridsplitter and list view controls separately. We have … more →

Tags: WPF, C#, .NET, XAML, Template, Controls, TreeView, listview, DataTemplate

LINQ for dummies - an overview

Abhi wrote 6 days ago: Why do we need LINQ? Most of us would have wrote code to access data from different data sources a d … more →

Tags: .NET, C#, VB .NET, ASP.NET. NET, ASP. NET

Return top N rows from datatable

Abhi wrote 6 days ago: Normally to return top N rows we use an SQL statement similar to the one below Select top N * from t … more →

Tags: .NET, ASP.NET. NET, C#, VB .NET, ADO .NET, Datatable

LINQ to SQL and missing Many to Many EntityRefs

Vinit wrote 1 week ago: For Linq to Sql and entity reference you can check the Rick Strahl’s Blog. Here, is the Link. … more →

Tags: SQL Server, LINQ to SQL

AsParallel makes your query topless

Rafat Sarosh wrote 1 week ago: Here is a simple code snippet using Entity framework: using (AdventureWorksEntities AwContext = new … more →

Tags: C#, PLINQ, multi-core, Entity Framework, .NET 4.0

Dùng LINQ tìm và xóa các tập tin cũ

dinhnguyenngoc wrote 1 week ago: using System.IO; var query = from o in Directory.GetFiles("/YourFolder", "*.*", … more →

Dùng LINQ tìm 5 tiến trình dùng nhiều bộ nhớ

dinhnguyenngoc wrote 1 week ago: Tham khảo MSDN về đối tượng Process. Lớp Process cung cấp phương thức truy xuất các tiến t … more →

LINQ SubmitChanges throws Index Out Of Range Error

baraholka1 wrote 1 week ago: You’ll get this if you have Associations in your dbml file which do not reflect the reality of … more →

Tags: Making The Planet Safe For Capitalism, Not My Bug, Nunneries

Retrieving Web Data Programmatically in .NET 3.5

philipsymons wrote 1 week ago: I am mid-way through a project which will query various web sites, process the data and dump any new … more →

Tags: C#/SQL Server, C#, .NET, Framework 3.5, HTTP POST, HTTP GET, RSS, parse HTML, LINQ to XML

Lambda Extensible FizzBuzz 2.0 With LINQ

jsonmez wrote 1 week ago: Many of you have probably heard of the FizzBuzz challenge: Jeff Atwood blogged about it here I think … more →

Tags: Algorithms, C#, Interview, Lambda

Magiq: Implementing Magiq-to-Objects

ivowiblo wrote 2 weeks ago: I will continue with the Magiq saga. You can read the previous posts: It’s a kind of Magiq Mag … more →

Tags: C#, Magiq, LINQ to Objects, mass delete, mass insert, Software Design

Project Euler i C#

BHrnjica wrote 2 weeks ago: Od 2001 godine pokrenuta je stranica nazvana Project Euler, koja objavljuje zadatke iz matematile ko … more →

Tags: .NET, C#, Programiranje, project euler

Silverlight Bing Maps – Now with StreetSide!!

Damon Wilder Carr wrote 2 weeks ago: This is pretty awesome. I have been deep into Bing Maps as well as the Deep Earth project and have p … more →

Tags: Deep Earth, Digital Media, Framework Design, Geographic Apps, HD video, multithreading, PlugIns & Extensibility (MEF), prism, silverlight 3

Magiq: Updating associations in batch challenge20 comments

ivowiblo wrote 2 weeks ago: Today I started working in a new Magiq feature, batch update of associations. The idea is to be able … more →

Tags: C#, Magiq, Database, LINQ to SQL, Mass Update, SQL Server

LINQ to SQL XML Mapping Files

admin wrote 2 weeks ago: Most of the samples involving LINQ to SQL involve using the designer built-into Visual Studio 2008 s … more →

Tags: Software, Database, SQL, xml

LINQ to SQL Windows Form Binding Data

admin wrote 2 weeks ago: LINQ to SQL designer in Visual Studio allows us to create mapped class using the drag and drop featu … more →

Tags: Software, SQL, Windows Form, Data Binding


Related Tags
All →

Follow this tag via RSS