Always remain updated about current software development trends

Articles having tag: LINQ

Using LINQ to SQL for ETL projects

Using LINQ to SQL for ETL projects.

Scripting .NET Applications with IronPython

Extending .NET applications by adding scripting support via IronPython

Custom Role Providers

An introduction to custom role providers in an ASP.NET MVC 3 application using the Entity Framework for ORM.

AJAX Event Calendar (Scheduler) for ASP.NET MVC in 80 Lines of Code

How to build an AJAX Event Calendar (Scheduler) using the open-source DayPilot Lite for ASP.NET MVC library (Apache Software License 2.0).

Dynamic LINQ Extension Method

Remember thoseoldpostson Dynamic LINQ? You are probably aware that Microsoft has made its implementation available as aNuget package, but, like I said, you already have it in your machine, hidden inside theSystem.Web.Extensionsassembly.In order to make it easier...

MVC 4.0 Basic Sample Application

This is a basic sample application developed for MVC 4.0 learning.

LINQ for JavaScript

Implementation of .NET Enumerable methods in JavaScript, including Aggregations, Iterations, Predicators, and Selectors.

Comparing LINQ Expressions

IntroductionI recently came upon this problem: how to calculate a hash from a LINQ expression so that I can safely compare two expressions for equality? I had naively assumed that theExpressionclass \u2013 and their descendants \u2013 would have implementedGetHashCodein...

MVC Basic Site: Step 4 – jqGrid Integration in MVC 4.0 using AJAX, JSON, jQuery, LINQ, and Serialization

This article presents in detail jqGrid integration in MVC 4.0 using AJAX, JSON, jQuery, LINQ, and Serialization.