摘要
介绍在ASP.NET编程中使用LINQ技术开发人事档案管理系统。LINQ通过将查询语法嵌入到编程语句中,增强了程序的语义性和安全性,减少了编程错误。LINQ技术可以实现数据的查询、新增、修改、删除等操作而无需开发人员直接访问数据库。此外,LINQ还可以支持.NET集合类、XML文档、ADO.NET数据集等多种数据源,实现程序的通用性。
This article introduces a personnel archives management system which was developed by LINQ technology in ASP. NET. LINQ enhances semantics and security of program and reduces programming errors by embedding query syntax in program statements. Developers can implement data operations such as querying, inserting, updating, deletion without aceessing database directly by using LINQ. LINQ can also support many other data sources such as . NET collection class, XML document and ADO. NET dataset, which implements versatility of programs.
出处
《计算机与现代化》
2014年第3期69-72,共4页
Computer and Modernization
关键词
人事档案
LINQ
数据访问
应用开发
personnel archive
LINQ
data access
application development