Browse by Tags

All Tags » LINQ (RSS)
Sorry, but there are no more tags available to filter with.

Going deeper with LINQ to XML Operations by Kasim.Wirama

Going deeper with LINQ to XML Operations By : Kasim Wirama, MCDBA, MVP SQL Server This article will discuss about classes in LINQ for XML. What is goal behind the creation API (separate DLL) LINQ for XML. At the beginning, I thought that LINQ for XML...
Filed under:

Introduction Using LINQ in XML by Kasim.Wirama

Introduction Using LINQ in XML By : Kasim Wirama, MCDBA, MVP SQL Server This article, I would begin to explore LINQ implementation in XML. .NET framework 3.5 provide API dll for LINQ to XML through System.Xml.Linq, so include this into project reference...
Filed under:

Querying Dataset with LINQ by Kasim.Wirama

Querying Dataset with LINQ By : Kasim Wirama, MCDBA, MVP SQL Server This article, I would like to show how to access ADO.NET dataset and datatable using LINQ. System.Data.Dataset is a in-memory representation of a set of data. It has relational objects...
Filed under:

Execute Stored Procedure and Function from LINQ by Kasim.Wirama

Execute Stored Procedure and Function from LINQ By : Kasim Wirama, MCDBA, MVP SQL Server In this article I would like to show you how to call stored procedure, scalar function, and table value function from LINQ. For these three kinds database object...
Filed under:

Querying into Database with LINQ by Kasim.Wirama

Querying into Database with LINQ By : Kasim Wirama , MCDBA, MVP SQL Server This article, you can begin your exploration of LINQ into database. The LINQ to SQL concept is intended to provide thin layer between application and database. Purpose of LINQ...
Filed under:

First time with LINQ by Kasim.Wirama

st1\:*{behavior:url(#ieooui) } First time with LINQ By : Kasim Wirama , MCDBA, MVP SQL Server I am wondering what LINQ looks like. So I begin my exploration to LINQ from simple query to most complex one. I would like to describe a little what LINQ is...
Filed under:
Powered by Community Server (Commercial Edition), by Telligent Systems