App301 Implement a Data Access Layer with Ent Lib

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    App301 Implement a Data Access Layer with Ent Lib - Presentation Transcript

    1. APP301: Implement a Data Access Layer with Enterprise Library Brian Noyes IDesign Inc. (www.idesign.net) brian.noyes@idesign.net http://www.softinsight.com/bnoyes/ About Brian • Chief Architect, IDesign Inc. (www.idesign.net) • Microsoft Regional Director / MVP • Writing Data Binding with Windows Forms 2.0, Addison Wesley, January 2006 ● Smart Client Deployment with ClickOnce, Addison Wesley, Summer ● 2006 MSDN Magazine, MSDN Online, CoDe Magazine, The Server Side ● .NET, asp.netPRO, Visual Studio Magazine • Speaking Microsoft TechEd US, Europe, Malaysia, Visual Studio Connections, ● DevTeach, INETA Speakers Bureau, MSDN Webcasts • Participates in Microsoft Design Reviews • E-mail: brian.noyes@idesign.net • Blog: http://www.softinsight.com/bnoyes
    2. Agenda • Data Access Strategies • Enterprise Library / DAAB Overview • Integrating DAAB Into Your App • Using DAAB What Kind of Data Object? • Raw DataSet Rarely ● • Typed DataSet Windows Apps ● Closed architecture Web services ● Internal Web applications ●
    3. What Kind of Data Object? • DataReader Avoid passing out of data layer ● Use to populate custom business entity ● objects • Custom Business Entity Objects Open Web services ● Internal/External Web applications ● Windows applications ● What Data Access Technology? • Raw ADO.NET Close to the metal ● Repetitive / error prone coding ● • Table Adapters Typed DataSets Only ● Can use raw parameters ● • Object Relational Mapping Third-party products ● Future Microsoft solutions ● Spin-your-own ●
    4. What Data Access Technology? • Enterprise Library Data Access Application Block (DAAB) Thin wrapper over ADO.NET ● Encapsulates common tasks / best practices ● Simplify/reduce necessary code ● Support multi-database / switching ● No designer code generation ● Agenda • Data Access Strategies • Enterprise Library / DAAB Overview • Integrating DAAB Into Your App • Using DAAB
    5. Enterprise Library Overview • Best Practice Implementation for common business application requirements • Add-on to .NET Framework • Evolution of common Microsoft Application Blocks Enterprise Library Overview • First release January 2005 • Current 1.1. release – June 2005 • Current 2.0 release – January 2006 Similar capabilities to June version ● Takes advantage of .NET 2.0 features ● including System.Configuration, Security
    6. Enterprise Library 2.0 Overview • Blocks Caching ● Cryptography ● Data Access ● Exception Handling ● Logging ● Security ● Core functions: ● • Configuration • Instrumentation • ObjectBuilder Enterprise Library 2.0 Overview
    7. DAAB Overview • Simplifies data access code • Target SQL Server or Oracle • Configuration driven Non-config options in EntLib 2.0 ● • Supports: Retrieve result sets ● • DataReader or (Typed) DataSet • Dynamic SQL Queries or Stored Procs Execute SQL queries or stored procs that do not ● return rows Update DB from DataSet ● • Extensible / Customizable DAAB Overview • Avoids coupling to data provider DatabaseFactory ● Abstract classes ● • Database • DbConnection • DbCommand Interfaces ● • IDataReader Data-source agnostic container ● • DataSet
    8. DAAB Overview Agenda • Data Access Strategies • Enterprise Library / DAAB Overview • Integrating DAAB Into Your App • Using DAAB
    9. Integrating DAAB • Add References Data ● Common ● ObjectBuilder ● • Strong Naming Modify EntLib project settings (Signing) ● Rebuild EntLib projects ● • Create Configuration Entries (optional) EntLib Configuration Tool ● Agenda • Data Access Strategies • Enterprise Library / DAAB Overview • Integrating DAAB Into Your App • Using DAAB
    10. Using DAAB • Create a Database object DatabaseFactory.CreateDatabase() ● • Driven by config SqlDatabase/OracleDatabase constructor ● • Get a Command object GetStoredProcedureCommand ● GetSqlStringCommand ● • Populate the Command object Parameters ● • Execute Designing a Data Access Layer • Encapsulate data source / schema specifics • Partition data access components into functional areas • Return business entities (Typed) DataSets or custom objects ● • Execute queries Connect – Execute - Disconnect ●
    11. Summary • DAAB a good choice for portable data access code • Good performance • Follows best practices • Extensible / Customizable Resources • Enterprise Library Workspace, GotDotNet, http://www.gotdotnet.com/workspaces/workspace.aspx?id=295a464 a-6072-4e25-94e2-91be63527327 • Data Points, Johnny Papa, MSDN Magazine, July, August, October 2005. • Effective Use of The Microsoft Enterprise Library : Building Blocks for Creating Enterprise Applications and Services, Len Fenster, Addison Wesley June 2006 E-mail: brian.noyes@idesign.net Blog: http://www.softinsight.com/bnoyes

    + mcgurkmcgurk, 3 years ago

    custom

    1960 views, 0 favs, 2 embeds more stats

    Implementing a data access layer with the Enterpris more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1960
      • 1957 on SlideShare
      • 3 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 67
    Most viewed embeds
    • 2 views on http://dev09
    • 1 views on http://dev-svr:8081

    more

    All embeds
    • 2 views on http://dev09
    • 1 views on http://dev-svr:8081

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories