Inquiry into LINQ Technology Based on Framework3.5

CHEN Juan,FANG Liang,YANG Fan,JIA Long
DOI: https://doi.org/10.3969/j.issn.2095-6835.2010.12.064
2010-01-01
Abstract:In traditional database query field,different kinds of datasource make diversification of query language,programmers have to take lots of time wasting on studying other different kinds of data query technology.As one of the latest query technology in database field,the purpose of LINQ(Language-Integrated Query)is narrowing the gap between traditional Object Oriented Program-ming and Relational Database Architecture in query field.So it can make programmer use same form to query all kinds of data.This paper gives architecture of LINQ.It introduces details query methods and it also describes core technology and new characteristics. LINQ is a O/R Mapping concept,but not only does it uses on database fields,but also it can apply on XML、DataSet and.NET objects.It has greater philosophy than traditional Relational Database.
What problem does this paper attempt to address?