英雄来帮翻译一下,谢谢了,郁闷

来源:百度知道 编辑:UC知道 时间:2024/06/17 20:47:51
As web developers, our lives revolve around working with data. We create databases to store the data, code to retrieve and modify it, and web pages to collect and summarize it. This is the first tutorial in a lengthy series that will explore techniques for implementing these common patterns in ASP. We'll start with creating a software architecture composed of a Data Access Layer (DAL) using Typed DataSets, a Business Logic Layer (BLL) that enforces custom business rules, and a presentation layer composed of ASP pages that share a common page layout. Once this backend groundwork has been laid, we'll move into reporting, showing how to display, summarize, collect, and validate data from a web application. These tutorials are geared to be concise and provide step-by-step instructions with plenty of screen shots to walk you through the process visually. Each tutorial is available in C# and Visual Basic versions and includes a download of the complete code used. (This first tutorial

当网络开发商,我们的生活围绕与数据一起使用。 我们创造数据库存放数据,编码检索和修改它和网页收集和总结它。 这是在将探索实施这些共同的样式的技术在ASP的一个长的系列的第一个讲解。 我们将开始以创造软件结构强制执行习惯商业惯例的组成由数据存取层数(DAL)使用被键入的数据集,企业逻辑层数(BLL)和表示层组成由分享共同的页面设计的ASP页。 一旦这后端基础被消除了,我们将搬入报告,陈列如何显示,总结,收集,并且确认从Web应用程序的数据。 这些讲解适应是简明的和提供逐步的指示以大量屏幕快照视觉上走您通过过程。 讲解的其中每一有C#和Visual Basic版本并且包括半新的完全代码的下载。 (这个第一个讲解是相当长的,但是休息在更加易消化的大块被提出。)
For这些讲解我们使用在App_Data目录安置的Northwind数据库的微软SQL服务器明确编辑版本。 除数据库文件之外,万一您想要使用一个不同的数据库版本, App_Data文件夹也包含创造的数据库SQL剧本。 如果您会更喜欢,这些剧本可以也是直接地从微软被下载。 如果您使用Northwind数据库的一个不同的SQL服务器版本,您将需要更新