Ksišżki informatyczne

Strona główna
Bestsellery
Pomoc
Regulamin
Odbiór osobisty
Kontakt
Koszyk
» Informatyka
» Informatyka po angielsku





Znak akceptacji PayPal
Ksiazki - Informatyczne .pl » informatyka » informatyka

Creating SQL Server 2005 Applications with Visual Studio

 Creating SQL Server 2005 Applications with Visual StudioWydawnictwo: prentice hall
Autor: J. Morrison
Liczba stron: 600
Oprawa: miękka
ISBN: 978-0-13-146355-4
Czas dostawy: 4 - 6 tygodni (na zamówienie)
Cena detaliczna: 299,25 zł
Nasza cena: 299,30 zł  


Opis Creating SQL Server 2005 Applications with Visual Studio:
For Database Management courses emphasizing database systems development using Microsoft SQL Server 2005, it could be used as either stand-alone or as a supplement to a more conceptual text.
 
This text provides an overview of database design and implementation topics using Microsoft SQL Server 2005, with an emphasis on database application development using Visual Studio.NET. Prerequisite knowledge is a one-semester programming course in any language.


This text provides an overview of database design and implementation topics using Microsoft SQL Server 2005, with an emphasis on database application development using Visual Studio.NET. 
 
After presenting the core concepts, do you want students to have step-by-step instruction and programming code to assist them?
  • Presentation - Each chapter begins by presenting conceptual information followed by sections that a) address specific tasks by providing step-by-step instructions without continual repeats and b) sections that describe specific programming code first and then illustrate the syntax with an example.
    • Pg. 146-149

With the popularity of the web, do you cover web-based database applications?
  • Comprehensive coverage of creating web-based database applications (Chapter 5) - Includes sections on the .Net Framework, the components of the IDE, and the fundamentals of VB programming language.
    • Pg. 195-270
Do you cover XML with your students? Would you like an entire chapter in your text?
  • Entire Chapter on XML teaches how to write applications using XSLT as well as Web-based database applications that create and use XML files.
    • Pg. 452
For homework, do you like a mix of exercises- some with specific instructions and other questions that are more open ended?
  • End-of-chapter Tutorials and Exercises - Some exercises provide explicit instructions, while others are more free-form and contain occasional hints. Data and solution files can be downloaded from www.prenhall.com/morrison.
    • Pg. 445-451

 
 


Spis treści Creating SQL Server 2005 Applications with Visual Studio:

Table of Contents
 

1.  Introduction to Databases

Overview of Databases. The Database Development LIfe Cycle. Entity Relationship Modeling. Using an ER Model to Define Relational Database Tables.

 


2.  Creating SQL Server Databases

Database System Architectures. SQL Server 2005 DBMSsand Client Applications. SQL Server Database Objects. Creating and Managing Databases. Creating Database Tables. Deleting Database Tables. Modifying Existing Database Tables.

 

3.  Creating SQL Queries to View Database Data

Sample Databases. Using SQL Queries to Retrieve Database Data. Using Arithmetic Operations in Queries. Using In-Line Functions in Queries.Using Aggregate Functions in Queries. Formatting Query Output. Retrieving Data From Multiple Tables. Creating Nester Queries. Database Views. Performing Set Operations in Queries.

 

4.  SQL Action Queries and T-SQL Scripts

Inserting, Updating, and Deleting Database Data. Database Transactions and Locking/Blocking. T-SQL Programming. Stores Procedures. User-defined Functions. Triggers.

 

5.  Introduction to Visual Basic and the Visual Basic Integrated Development Environment

.Net Framework. Using the VB Integrates Development Environment (IDE). VB Programming Fundamentals. Controlling Program Flow. User-Defined Procedures.

 

6.  Creating VB .NET Database Applications

Accessing Data in .Net. Creating and Managing Data Access Components in the VB IDE. Common Database Interfaces. Working with Data-Bound Controls. Using Program Commands to Manipulate Data. Creating a Form Combining Data-Bound Controls and Program Commands. Retrieving Data Synchronously.

 

7.  Creating Database Reports

Common Database Report Layouts. Creating A Single-Table Tabular Report. Creating a Report That Displays Data From Multiple Tables. Creating a Master-Details Report with Multiple Master-Detail Relationships. Adding Summary and Formula Fields to a Report. Creating a Report That Accepts an Input Parameter.

 

8.  Creating Web-based Database Applications Using ASP.NET

Introduction to the World Wide Web. Web Addressing Concepts. HyperText Markup Language. Introduction to ASP.NET.Creating Web Database Forms.

 

9.  Using XML in Database Applications

Introduction to XML. Creating SQL Server Queries to Retrieve XML-Formatted Data. Extensivke Stylesheet Language Transformation (XSLTs). Creating and Processing XML Documents Using Data Sets. Using .NET Program Commands to Create XML Files and Add XML Elements. Sharing XML Data Using XML Web Services.

 

10.  SQL Server Database Administration 

SQL Server Database Management Tools. Database Indexing. Security and User Authentication. Backup and Recovery. Deploying Database Applications.

 


Appendix A:  Configuring a client/server SQL Server application development environment 


Appendix B:  Configuring a SQL Express development environment