Undergraduate Admission
    Graduate Admission

    ASP.Net with C#, IT-D 563

    About this Course:
    In-depth examination of the concepts involved in the development of Internet applications. Students will learn the differences and similarities between Internet applications and traditional client/server applications. A discussion of the technologies involved in creating these Internet applications is included, and students will learn to use these technologies to create robust server-side applications. Also addressed is the role of the Application Service Provider (ASP) in enterprise information technology management

    Currently Scheduled

    Prerequisites:
    IT-D 461 Internet Technologies and Web Design and IT-D 411 Java Programming
    OR
    Some Web development and database programming experience (Microsoft or other platform) as well as a basic understanding of structured programming required for enrollment.

    Who Should Attend:
    This course is valuable for anyone beginning to develop Web-based applications or considering using ASP.NET.

    Expected Outcomes:
    Upon completion of this course, participants should be able to:

    • Use C# to develop ASP.Net web apps (and possibly other types)
    • Utilize most, if not all, of the ASP.Net server controls
    • Utilize a variety of data binding controls
    • Communicate effectively with multiple database sources via ASP.Net
    • Deploy ASP.Net applications to the internet
    • Create user controls, composite controls and custom server controls

    Course Outline:

    • Introduction to ASP.NET and the Web
    • Visual Studio environment
    • Creating Web Forms and Using ASP.Net Server Controls
    • Page Control Collection
    • User Controls
    • Advanced User Controls
    • Master Pages, Instructor Toolbar Incorporation
    • XmlDatasource and SqlDataSource
    • SqlDataSource with GridView and DetailsView
    • SqlDataSource and ObjectDataSource