Practical Database Programming With Visual C#.NET



Similar documents
Global Big Data Analytics Market for Test and Measurement

World Enterprise, Broadband, Mobile Video Transcoders Market

U.S. Call Center Software Markets

The Practical Guide to Project Management Documentation

Brochure More information from

Strategic Global Sourcing Best Practices

Forms 1099 & W-9 Update - Current Year IRS Information Reporting Form Guidelines - Recorded Webinar

World Wireless Protocol Analyzers and Network Monitoring Systems

Analysis of the Global Enterprise Firewall Market

Project Scheduling and Management for Construction. 4th Edition. RSMeans

Strategic Analysis of the Impact of Big Data on the European and North American Automotive Industry

2015 U.S. Technical and Trade Schools Industry - Industry Report

U.S. Database Management System Software by Vertical Market

Next Generation Enterprise Mobility Management Market Insight

Epidemiology Foundations. The Science of Public Health. Public Health/Epidemiology and Biostatistics

ZOHO Company Profile, focussing on CRM Activities

Western European Storage Area Network (SAN) Market

"Personal Accident and Health Insurance Claims and Expenses in Morocco to 2018: Market Databook"

Global Opioid Dependence Drugs Market Highlights

Global Multiple Sclerosis Epidemiology and Patient Flow Analysis

Global Big Data Analytics Market

Global Multiple Myeloma Epidemiology and Patient Flow Analysis

Predictive Analytics for Human Resources. Wiley and SAS Business Series

Personal Accident and Health Insurance Claims and Expenses in South Africa to 2017: Market Databook

The Laboratory Quality Assurance System. A Manual of Quality Procedures and Forms. 3rd Edition

Big Data Leaders: 1010data, Cloudera, Hortonworks, NetApp, and Tableau Software

Global Haemophilia Epidemiology and Patient Flow Analysis

Risk and Financial Management in Construction

Europe Rheumatoid Arthritis Market Highlights

Knight's Microsoft Business Intelligence 24-Hour Trainer

Analysis of the North American Automotive Wire and Cable Materials Market: Price-performance Index of Materials Will be Key in Driving Growth

European Enterprise Resource Management Software Markets

Public Cloud Computing Market for SMBs in India - Affordable Connectivity and Virtualization Technologies to Drive Adoption of Public Cloud

Business Intelligence and the Cloud. Strategic Implementation Guide. Wiley and SAS Business Series

'Personal Accident and Health Insurance Premiums and Claims in Australia to 2018: Market Brief' contains

IP VPN Market Forecast in India to 2016

Strategic Analysis of Fleet Vehicle Leasing Market in Ireland

Global Physical Security Information Management Market Assessment

Personal Accident and Health Insurance Investments in Russia to 2018: Market Databook

Effective Software Project Management

Personal Accident and Health Insurance Claims and Expenses in Belarus to 2016: Market Databook

Web Design. A Complete Introduction

'Personal Accident and Health Insurance Premiums and Claims in Kenya to 2018: Market Brief' contains

The Fundamentals of Organizational Behavior. What Managers Need to Know

Non-Life Insurance Premiums and Claims in Georgia to 2017: Market Brief

Non-Life Insurance Premiums and Claims in Brazil to 2018: Market Brief

Analysis of the Brazilian Data Center Power Supplies Market

Essentials of Working Capital Management. Essentials Series

General Dynamics Corporation - Mergers & Acquisitions (M&A), Partnerships & Alliances and Investment Report

Individual Life Insurance in Indonesia to 2019: Market Databook

Business Intelligence. Data Mining and Optimization for Decision Making

BP p.l.c. (BP) Company Profile- Business Overview, Strategies, SWOT and Financial Analysis

Microsoft SQL Server 2008 Bible

Linkage Inc.'s Best Practices in Succession Planning

General Cable Corporation - Mergers & Acquisitions (M&A), Partnerships & Alliances and Investment Report

U.S. Mobile Device Management (MDM) Market 2012: Solving the Many Challenges in Enterprise Mobility

Global Change and Configuration Management Software Market

Global Big Data Storage and Server Market

A User's Manual to the PMBOK Guide. 2nd Edition

Enterprise VoIP - Future Potential of the Indian Market for Managed VoIP Solutions

North American Video Conferencing Hosted and Managed Services Market: Growing Amidst a Long-term Transition and Economic Turbulence

European Electronic Medical Records (EMR) Markets

Cloud Infrastructure Testing and Cloud-based Application Performance Monitoring Market

Project Portfolio Management. A View from the Management Trenches

North America Insurance Market Outlook to US Insurance Market Headstarting the Lost Momentum

Enterprise Service Bus (ESB) - Global Strategic Business Report

Trends and Opportunities in the UAE Life Insurance Industry to 2016: Market Profile

Operations Management. 5th Edition International Student Version

Global Credit Card Rankings The Top 500 Issuers

Analysis of the Commercial Flight Training and Simulation Market

Insights into Big Data and Analytics in Brazil

Administering Data Centers. Servers, Storage, and Voice over IP

Saudi Cable Company Company Profile - Business Description, Strategies and SWOT Analysis

Excel 2013 Power Programming with VBA. Mr. Spreadsheet's Bookshelf

Genesis Oil & Gas Consultants Ltd Company Profile - Business Description, Strategies and SWOT Analysis

Varma Mutual Pension Insurance Company - Mergers & Acquisitions (M&A), Partnerships & Alliances and Investment Report

Premiere Global Services, Inc. Company Profile - Business Description, Strategies, SWOT and Financial Analysis

Riemser Arzneimittel AG - Mergers & Acquisitions (M&A), Partnerships & Alliances and Investment Report

Data Warehousing Fundamentals for IT Professionals. 2nd Edition

Enbridge Energy Management, L.L.C. Company Profile - Business Description, Strategies and SWOT Analysis

Microsoft Dynamics CRM 2011 Administration Bible

Global Technology Trends Report: Big Data and Extreme Info Processing

Jindal Steel & Power Ltd (JSPL) Company Profile- Business Overview, Key Strategies, Operations and SWOT

Global and Chinese Polypropylene carbonate (PPC) Industry

Grupo PRISA - Mergers & Acquisitions (M&A), Partnerships & Alliances and Investment Report

VASCO Data Security International, Inc Company Profile - Business Description, Strategies, SWOT and Financial Analysis

Corinthian Colleges Inc. Company Profile - Business Description, Strategies, SWOT and Financial Analysis

Transcription:

Brochure More information from http://www.researchandmarkets.com/reports/1299371/ Practical Database Programming With Visual C#.NET Description: A novel approach to developing and applying databases with Visual C#.NET Practical Database Programming with Visual C#.NET clearly explains the considerations and applications in database programming with Visual C#.NET 2008 and in developing relational databases such as Microsoft Access, SQL Server, and Oracle Database. Sidestepping the traditional approach of using large blocks of code, Ying Bai utilizes both Design Tools and Wizards provided by Visual Studio.NET and real-time object methods to incorporate over sixty real sample database programming projects along with detailed illustrations and explanations to help readers understand the key techniques and programming technologies in database programming. This invaluable resource features: Fundamental and advanced database programming techniques for beginning and experienced students as well as programmers A real completed sample database CSE_DEPT with three versions (Microsoft Access 2007, SQL Server 2005 SP2, and Oracle Database 10g XE Release 2) used throughout the entire book Step-by-step details on designing and building a practical relational database Discussion and analysis of the new database query technique, LINQ API which includes LINQ to Objects, LINQ to DataSet, LINQ to SQL, LINQ to Entities, and LINQ to XML and implementation in actual projects with line-by-line explanation Homework and selected solutions for each chapter to strengthen and improve learning and understanding An Instructor's Manual (MS PPT), example codes and exercise questions, homework/exercise solutions, and database projects available for free download E-mail assistance from the author Readers who will benefit highly from this reference are undergraduate or graduate students majoring in computer science and engineering, graduate students in all engineering departments, and software engineers and researchers in academic and industrial fields. To obtain instructor materials please send an email to company website Note: CD-ROM/DVD and other supplementary materials are not included as part of ebook file. Contents: Preface. Acknowledgment. 1 Introduction. Outstanding Features of the Book. Target Audience. Topics Covered. Organization of the Book and How to Use It. How to Use the Source Code and Sample Databases. Instructor and Customer Support.

Homework Solutions. 2 Introduction to Databases. 2.1 What Are Databases and Database Programs? 2.2 Develop a Database. 2.3 Sample Database. 2.4 Identifying Keys. 2.5 Defi ne Relationships. 2.6 ER Notation. 2.7 Data Normalization. 2.8 Database Components in Some Popular Databases. 2.9 Create Microsoft Access Sample Database. 2.10 Create Microsoft SQL Server 2005 Sample Database. 2.11 Create Oracle 10g XE Sample Database. 2.12 Chapter Summary. 3 Introduction to ADO.NET. 3.1 ADO and ADO.NET. 3.2 Overview of ADO.NET 2.0. 3.3 Architecture of ADO.NET 2.0. 3.4 Components of ADO.NET 2.0. 3.5 Chapter Summary. 4 Introduction to Language-Integrated Query (LINQ). 4.1 Overview of Language-Integrated Query. 4.2 Introduction to LINQ Query. 4.3 Architecture and Components of LINQ. 4.4 LINQ to Objects. 4.5 LINQ to DataSet. 4.6 LINQ to SQL. 4.7 LINQ to Entities. 4.8 LINQ to XML.

4.9 C--- 3.0 Language Enhancement for LINQ. 4.10 Chapter Summary. 5 Data Selection Query with Visual C---.NET. PART I Data Query with Visual Studio Design Tools and Wizards. 5.1 Completed Sample Database Application Example. 5.2 Visual Studio.NET 2008 Design Tools and Wizards. 5.3 Build a Sample Database Project SelectWizard with SQL Server Database. 5.4 Add and Utilize Visual Studio.NET Wizards and Design Tools. 5.5 Query and Display Data Using the DataGridView Control. 5.6 Use DataSet Designer to Edit the Structure of DataSet. 5.7 Bind Data to Associated Controls in LogIn Form. 5.8 Develop Codes to Query Data Using Fill() Method. 5.9 Use Return a Single Value to Query Data for LogIn Form. 5.10 Coding for Selection Form. 5.11 Bind Data to Associated Controls in Faculty Form. 5.12 Develop Codes to Query Data from Faculty Table. 5.13 Display Pictures for Faculty Form. 5.14 Binding Data to Associated Controls in Course Form. 5.15 Develop Codes to Query Data for Course Form. 5.16 Build a Sample Database Project SelectWizardOracle with Oracle Database. PART II Data Query with Runtime Objects. 5.17 Introduction to Runtime Objects. 5.18 Query Data Using Runtime Objects to Microsoft Access 2007 Database. 5.19 Query Data Using Runtime Objects to SQL Server Database. 5.20 Query Data Using Runtime Objects to Oracle Database. 5.21 Chapter Summary. 6 Data Inserting with Visual C---.NET. PART I Data Inserting with Visual Studio.NET Design Tools and Wizards. 6.1 Insert New Data into a Database. 6.2 Insert Data into Microsoft Access Database Using Sample Project InsertWizard.

6.3 Insert Data into SQL Server Database Using Sample Project SQLInsertWizard. 6.4 Insert Data into Oracle Database Using Sample Project OracleInsertWizard. PART II Data Insertion with Runtime Objects. 6.5 General Runtime Objects Method. 6.6 Insert Data into SQL Server Database Using Runtime Objects Method. 6.7 Insert Data into Microsoft Access Database Using Runtime Objects. 6.8 Insert Data into Oracle Database Using Runtime Objects. 6.9 Insert Data into Database Using LINQ Queries. 6.10 Insert Data into Database Using Stored Procedures. 6.11 Chapter Summary. 7 Data Updating and Deleting with Visual C---.NET. PART I Data Updating and Deleting with Visual Studio.NET Design Tools and Wizards. 7.1 Update or Delete Data in Databases. 7.2 Update and Delete Data for Microsoft Access Database. 7.3 Update and Delete Data for SQL Server Database. 7.4 Update and Delete Data for Oracle Database. PART II Data Updating and Deleting with Runtime Objects. 7.5 Runtime Objects Method. 7.6 Update and Delete Data for SQL Server Database Using Runtime Objects. 7.7 Update and Delete Data for Oracle Databases Using Runtime Objects. 7.8 Update and Delete Data in Database Using Stored Procedures. 7.9 Update and Delete Data in Databases Using LINQ to SQL Query. 7.10 Chapter Summary. 8 Accessing Data in ASP.NET. 8.1 What Is.NET Framework? 8.2 What Is ASP.NET and ASP.NET 3.5? 8.3 Develop ASP.NET Web Application to Select Data from SQL Server Databases. 8.4 Develop ASP.NET Web Application to Insert Data into SQL Server Databases. 8.5 Develop Web Applications to Update and Delete Data in SQL Server Databases.

8.6 Develop ASP.NET Web Applications with LINQ to SQL Query. 8.7 Develop ASP.NET Web Application to Select Data from Oracle Databases. 8.8 Develop ASP.NET Web Application to Insert Data into Oracle Databases. 8.9 Develop ASP.NET Web Application to Update and Delete Data in Oracle Databases. 8.10 Chapter Summary. 9 ASP.NET Web Services. 9.1 Web Services and Their Components. 9.2 Procedures to Build a Web Service. 9.3 Build ASP.NET Web Service Projects to Access SQL Server Database. 9.4 Build ASP.NET Web Service Project to Insert Data into SQL Server Database. 9.5 Build ASP.NET Web Service to Update and Delete Data for SQL Server Database. 9.6 Build Windows-Based Web Service Clients to Use Web Services. 9.7 Build Web-Based Web Service Clients to Use Web Services. 9.8 Build ASP.NET Web Service Project to Access Oracle Database. 9.9 Build Web Service Clients to Use the Web Service WebServiceOracleSelect. 9.10 Build ASP.NET Web Service Project to Insert Data into Oracle Database. 9.11 Build Web Service Clients to Use Web Service WebServiceOracleInsert. 9.12 Build ASP.NET Web Service to Update and Delete Data for Oracle Database. 9.13 Build Web Service Clients to Use Web Service. 9.14 Chapter Summary. Index. About the Author. Ordering: Order Online - http://www.researchandmarkets.com/reports/1299371/ Order by Fax - using the form below Order by Post - print the order form below and send to Research and Markets, Guinness Centre, Taylors Lane, Dublin 8, Ireland.

Page 1 of 2 Fax Order Form To place an order via fax simply print this form, fill in the information below and fax the completed form to 646-607-1907 (from USA) or +353-1-481-1716 (from Rest of World). If you have any questions please visit http://www.researchandmarkets.com/contact/ Order Information Please verify that the product information is correct. Product Name: Web Address: Office Code: Practical Database Programming With Visual C#.NET http://www.researchandmarkets.com/reports/1299371/ SC Product Format Please select the product format and quantity you require: Hard Copy (Paper back): Quantity USD 120 + USD 28 Shipping/Handling * Shipping/Handling is only charged once per order. Contact Information Please enter all the information below in BLOCK CAPITALS Title: Mr Mrs Dr Miss Ms Prof First Name: Last Name: Email Address: * Job Title: Organisation: Address: City: Postal / Zip Code: Country: Phone Number: Fax Number: * Please refrain from using free email accounts when ordering (e.g. Yahoo, Hotmail, AOL)

Page 2 of 2 Payment Information Please indicate the payment method you would like to use by selecting the appropriate box. Pay by credit card: You will receive an email with a link to a secure webpage to enter your credit card details. Pay by check: Please post the check, accompanied by this form, to: Research and Markets, Guinness Center, Taylors Lane, Dublin 8, Ireland. Pay by wire transfer: Please transfer funds to: Account number 833 130 83 Sort code 98-53-30 Swift code IBAN number Bank Address ULSBIE2D IE78ULSB98533083313083 Ulster Bank, 27-35 Main Street, Blackrock, Co. Dublin, Ireland. If you have a Marketing Code please enter it below: Marketing Code: Please note that by ordering from Research and Markets you are agreeing to our Terms and Conditions at http://www.researchandmarkets.com/info/terms.asp Please fax this form to: (646) 607-1907 or (646) 964-6609 - From USA +353-1-481-1716 or +353-1-653-1571 - From Rest of World