{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

ASP.NET程序设计教程(C#版)上机指导与习题解答(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

ASP.NET程序设计教程(C#版)上机指导与习题解答(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《ASP.NET程序设计教程(C#版)上机指导与习题解答(第2版)》是《ASP.NET程序设计教程(C#版)》(第2版)的配套上机指导图书,也可单独作为实例教程或者其他ASP.NET教程的配套图书使用。《ASP.NET程序设计教程(C#版)上机指导与习题解答(第2版)》除了对主教材中所有习题进行了详细解答外,每章还增加了一个相对实用的上机实训项目。每个实训项目由“实训目的”、“实训要求”和“实训步骤”三部分组成,通过实例对本章重点内容进行了概括与总结。《ASP.NET程序设计教程(C#版)上机指导与习题解答(第2版)》还增加了“三层架构程序设计实例”一章,对基本的面向对象程序设计方法、三“层架构的概念等进行了详细的介绍。书中的代码除特殊声明外均可在VisualStudio2005/2008下正常运行。
《ASP.NET程序设计教程(C#版)上机指导与习题解答(第2版)》可作为高等院校计算机专业ASP.NET课程的练习册,也可作为广大计算机爱好者的自学用书和各类ASP.NET(C#)程序设计培训班的教学辅导用书。
Catalogue

出版说明
前言
第1章 ASPNET与Visual Studio开发平台
1.1 实训创建一个简单课表查询网站
1.1.1 实训目的
1.1.2 实训要求
1.1.3 实训步骤
1.2 习题解答

第2章 网页设计基础
2.1 实训页面布局综合练习
2.1.1 实训目的
2.1.2 实训要求
2.1.3 实训步骤
2.2 习题解答

第3章 主题与母版页
3.1 实训使用母版页和内容页
3.1.1 实训目的
3.1.2 实训要求
3.1.3 实训步骤
3.2 习题解答

第4章 C≠语法基础与程序设计方法
4.1 实训C≠语法与结构化程序设计综合练习
4.1.1 实训目的
4.1.2 实训要求
4.1.3 实训步骤
4.2 习题解答

第5章 ASP.NET常用控件
5.1 实训使用Web服务器控件
5.1.1 实训目的
5.1.2 实训要求
5.1.3 实训步骤
5.2 习题解答

第6章 ASP.NET常用对象和状态管理
6.1 实训设计一个简单的网上书店
6.1.1 实训目的
6.1.2 实洲要求
6.1.3 实训步骤
6.2 习题解答

第7章 使用ASP.NETAJAX
7.1 实训限时在线考试系统
7.1.1 实训目的
7.1.2 实训要求
7.1.3 实训步骤
7.2 习题解答

第8章 数据库基础和数据访问控件
8.1 实训使用数据访问控件查询数据库
8.1.1 实训目的
8.1.2 实训要求
8.1.3 实训步骤
8.2 习题解答

第9章 使用ADO.NET访问数据库
9.1 实训使用DataAdapter操作数据库
9.1.1 实训目的
9.1.2 实训要求
9.1.3 实训步骤
9.2 习题解答

第10章 使用DafaSet访问数据库
10.1 实训设计一个课程表管理程序
10.1.1 实训目的
10.1.2 实训要求
10.2 程序功能的实现
10.2.1 创建数据库及表
10.2.2 设计选择班级页面
10.2.3 设计课表查询页面
10.2.4 设计编辑课程表页面
10.3 习题解答

第11章 使用UNQ to SQL访问数据库
11.1 实训使用LINQ to SQL操作数据库
11.1.1 实训目的
11.1.2 实训要求
11.1.3 实训步骤
11.2 习题解答

第12章 ASPNET的安全管理
12.1 实训使用Membership创建用户管理系统
12.1.1 实训目的
12.1.2 实训要求
12.1 13实训步骤
12.2 习题解答

第13章 三层架构程序设计实例
13.1 面向对象的程序设计方法
13.1.1 类和对象的概念
13.1.2 类成员
13.1.3 创建自定义类
13.1.4 在应用程序中使用自定义类
13.1.5 创建类项和类库
13.2 三层架构程序设计方法
13.2.1 三层架构程序设计方法的概念
13.2.2 一个简单的三层架构设计示例
13.3 用三层架构实现BBS论坛
13.3.1 系统需求分析
13.3.2 数据库设计
13.3.3 实体类设计
13.3.4 接口设计
13.3.5 工具类设计
13.3.6 工厂类设计
13.3.7 数据访问层设计
13.3.8 业务逻辑层设计
13.3.9 表示层设计
Book Abstract

5.1 实训使用Web服务器控件
5.1.1 实训目的
通过上机操作进一步理解常用Web服务器控件的属性、事件和方法,掌握控件在程序设计中的作用及特点。通过本实训掌握在程序运行时动态地向页面添加控件的程序设计方法。
5.1.2 实训要求
本实训为了避免将程序设计得过于复杂,又兼顾到实训的知识点覆盖面,故将实训分为以下两个独立的部分进行。
1)使用选择性控件(下拉列表框和复选框)设计一个能根据用户选择查询员工信息的Web应用程序。
2)使用向页面中动态添加控件的技术,设计一个简易的在线测验Web应用程序。
需要注意的是,本实训中所涉及的技术都是在实际ASP.NET开发中常用到的,主要的不同在于实际应用中原始数据存放在数据库中,而本实训则将原始数据存放在结构数组中。
5.1.3 实训步骤
1.设计员工信息查询程序
程序运行时的界面如图5-1所示,用户可通过下拉列表框选择要查询的员工所在的部门,程序能根据用户选择,自动在“姓名”下拉列表框中添加指定部门的员工姓名。例如,选择了教务处,则“姓名”下拉列表框中只有教务处员工的姓名。
用户在选择了“部门”和“姓名”后,页面中显示该员工的基本信息(姓名、性别和生日):选择了“住址”、“电话”或“学历”复选框后,根据用户选择程序自动将有关信息添加到页面中,如图5-2所示。
……
Introduction

许多人在刚开始学习程序设计类课程时,通常有“上课听得懂,下课不会做”的现象。为此我们编写了《ASP.NET程序设计教程(C≠版)》(第2版)的配套上机指导用书。本书共分为13章,主要包括ASP.NET与Visual Studio开发环境简介,网页设计基础,C≠}语法基础与程序设计方法,ASP.NET常用控件、常用内置对象和状态管理,使用.ASP.NET AJAX,数据库基础与应用程序开发,IsiNQ to SQL技术,基于角色的安全管理,三层架构程序设计方法等内容。本书每章均配有习题,以方便读者课后练习。本书利用习题或实训练习从实用的角度出发,对于主教材中没有详细介绍过的一些概念和使用技巧,进行了补充。
本书在实验和程序设计类习题解答讲解的处理上采用“任务驱动”方式,即先给出设计目标,然后介绍为实现该目标采取的设计方法。为初学者考虑,程序设计中的操作以详尽的表述结合图例来说明,并给出部分代码,以便读者清楚每一步操作。
本书在编写的主导思想上突出一个“用”字,避免繁琐的、长篇大论的理论阐述,紧紧抓住培养学生基本编程技能这个纲,以求达到学以致用的目的。针对初学者的特点,全书在编排上采用由简到繁、由浅入深和循序渐进的方法,力求通俗易懂、简捷实用。为了便于读者阅读,在所有习题的源代码中均加入了大量的注释,因此该书也非常适合作为ASP.NET编程实例教程单独使用。
本书适合作为高等院校计算机专业.ASP.NET课程的练习册,同时也可作为广大计算机爱好者和各类ASP.NET(C#)程序设计培训班的教学辅导用书。
本书由崔淼、关六三、彭炜任主编,参加编写的人员还有陈克坚、曾赟、王宁、陈红斌、朱一飞、李晓娟、魏蔚、臧顺娟、张丽娜、刘克纯、李智、李瑛、丁新旺、张国胜、刘大明、彭春艳、翟丽娟、庄建新、彭守旺、崔瑛瑛、李建彬、马春锋、岳香菊。全书由崔淼统稿,刘瑞新审。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book