1 / 47
文档名称:

毕业论文(设计)LINQ 技术在动态虚拟社区中的应用与探讨.pdf

格式:pdf   页数:47
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业论文(设计)LINQ 技术在动态虚拟社区中的应用与探讨.pdf

上传人:qujim2013 2013/6/20 文件大小:0 KB

下载得到文件列表

毕业论文(设计)LINQ 技术在动态虚拟社区中的应用与探讨.pdf

文档介绍

文档介绍:LINQ 技术在动态虚拟社区中的应用与探讨

LINQ 技术在动态虚拟社区中的应用与探讨

摘要

LINQ 技术即语言集成查询技术,是 Visual Studio 2008 Framework
中一项突破性的技术。使用这项技术,程序员无需再为查询不同数据源如 SQL
数据库、XML 文档、各类 Web 服务等学习不同的查询语言,大大降低了程序员或
是开发者对于数据库访问查询的难度,从繁琐的技术细节中解脱出来,更加关注
项目的逻辑和界面元素。加快了整个应用程序的开发进度,缩短周期。LINQ 技术
在当今的系统开发过程中应用也越来越广泛。
本文选择 LINQ 技术作为研究对象,探讨 LINQ 技术在系统开发过程中的可行
性以及应用的方法。通过阅读文献和查阅相关资料,使用 Visual Studio 2008
对动态虚拟社区中的部分栏目,如个人信息、日志、相册等,进行实际开发,语
言为 C#。展现了使用 LINQ 技术进行数据库访问的便捷和优异性。

关键字:LINQ,动态虚拟社区,数据库访问
I
LINQ 技术在动态虚拟社区中的应用与探讨

LINQ IN THE APPLICATION OF DYNAMIC VIRTUAL
COMMUNITIES AND DISCUSSION

Abstract

LINQ technology stands for Language Integrated Query technology, is a breakthrough
technology in Visual Studio 2008 and .NET Framework . Using this technique, programmers no
longer need to learn a different query language to query different data sources such as SQL
databases, XML document, and various Web services. LINQ technology greatly reduces the
programmer or developer for database access difficult, freeding from tedious technical details, more
attention to the project's logic and interface. Using LINQ, developers accelerate the entire
application development, and shorten the cycle. LINQ technology in today's system development
process more and more widely applied.
This article uses the LINQ technology as the object of study, to explore the LINQ technology
in the system development process and the application feasibility of the method. By reading
literature and access to relevant information, using Visual Studio 2008 for some sections of
dynamic munity, such as personal information, galleries, etc., the actual development of
language is C #. This demonstrates the convenience and superiority of using LINQ to access the
database.

Key words: LINQ, Dynamic munity, Database Access
II
LINQ 技术在动态虚拟社区中的应用与探讨

目录

1. 前言.......................................................... 1
LINQ 技术概述............................