ASP.NET Using C# (VS2017)

Similar documents
ASP.NET Using C# (VS2013)

Audience: Experienced application developers or architects responsible for Web applications in a Microsoft environment.

ASP.NET Web Forms Programming Using Visual Basic.NET

10267 Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010

COWLEY COLLEGE & Area Vocational Technical School

Course ID: 2310C Course Name: Developing Web Applications Using Microsoft Visual Studio 2008

10267A CS: Developing Web Applications Using Microsoft Visual Studio 2010

DE Introduction to Web Development with Microsoft Visual Studio 2010

Developing Web Applications Using Microsoft Visual Studio 2008

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A)

Beginning ASP.NET. 4.5 in C# Matthew MacDonald

Building Effective ASP.NET MVC 5.x Web Applications using Visual Studio 2013

Developing Web Applications Using ASP.NET Duration:56 Hours

DEVELOPING WEB APPLICATIONS WITH MICROSOFT VISUAL STUDIO Course: 10264A; Duration: 5 Days; Instructor-led

20486-Developing ASP.NET MVC 4 Web Applications

Hands On, Instructor-Led IT Courses Across Colorado


: 20488B: Customized Developing Microsoft SharePoint Server

Developing Microsoft SharePoint Server 2013 Core Solutions

IN PRACTICE. Daniele Bochicchio Stefano Mostarda Marco De Sanctis. Includes 106 practical techniques MANNING

EVALUATION COPY. ASP.NET Using C# Student Guide Revision 4.7. Unauthorized Reproduction or Distribution Prohibited. Object Innovations Course 4140

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led

.NET-6Weeks Project Based Training

Prerequisites: The student should have programming experience in a high-level language. ITCourseware, LLC Page 1. Object-Oriented Programming in C#

Syllabus of Dont net C#

Developing ASP.NET MVC 5 Web Applications

DOT NET COURSE BROCHURE

Developing Microsoft SharePoint Server 2013 Core Solutions

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS

20486: Developing ASP.NET MVC 4 Web Applications (5 Days)

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Developing Windows Azure and Web Services

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications

Visual Studio Course Developing ASP.NET MVC 5 Web Applications

DOT NET Syllabus (6 Months)

20486: Developing ASP.NET MVC 4 Web Applications

ASP.NET 2.0 p. 1.NET Framework 2.0 p. 2 ASP.NET 2.0 p. 4 New Features p. 5 Special Folders Make Integration Easier p. 5 Security p.

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

The Processing Directives of a Page p. 91 The Page Class p. 99 Properties of the Page Class p. 100 Methods of the Page Class p.

Learn Well Technocraft

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

ASP.NET Using C# Student Guide Revision 4.0. Object Innovations Course 4140

Developing ASP.NET MVC 5 Web Applications

Developing Data Access Solutions with Microsoft Visual Studio 2010

MS-20487: Developing Windows Azure and Web Services

Introduction 13. Feedback Downloading the sample files Problem resolution Typographical Conventions Used In This Book...

ASP.NET Training Course Duration. 30 Working days, daily one and half hours. ASP.NET Training Course Overview

Course 20486B: Developing ASP.NET MVC 4 Web Applications

Modern SharePoint and Office 365 Development

"Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary

.NET FRAMEWORK. Visual C#.Net

Developing Microsoft SharePoint Server 2013 Core Solutions

20486 Developing ASP.NET MVC 5 Web Applications

Certified ASP.NET Programmer VS-1025

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions

Apex TG India Pvt. Ltd.

C#.NET TRAINING / /

ALPHAPRIMETECH 112 New South Road, Hicksville, NY 11801

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010

CHAPTER 1: GETTING STARTED WITH ASP.NET 4 1

[MS20487]: Developing Windows Azure and Web Services

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

DEVELOING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

Pro ASP.NET 4 in C# 2010

20486C: Developing ASP.NET MVC 5 Web Applications

--Microsoft-- --Windows Phone--

Introduction... xxvii. Chapter 1: ASP.NET 4.5 Essentials... 1

Microsoft Developing ASP.NET MVC 4 Web Applications

Microsoft Developing Windows Azure and Web Services

Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions

Developing ASP.NET MVC 4 Web Applications

112-WL. Introduction to JSP with WebLogic

10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led

Course Outline. Developing Data Access Solutions with Microsoft Visual Studio 2010 Course 10265A: 5 days Instructor Led

M Developing Microsoft ASP.NET Web Applications Using Visual Studio.NET 5 Day Course

Upgrading to Windows Server 2008

Windows Azure Solutions with Microsoft Visual Studio 2010

Microsoft ASP.NET Using Visual Basic 2008: Volume 1 Table of Contents

.Net. Course Content ASP.NET

ASP.NET Using Visual Basic

ASP.NET MVC Training

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

MS_ Developing Microsoft SharePoint Server 2013 Core Solutions.

Transcription:

ASP.NET Using C# (VS 2017) This five-day course provides a comprehensive and practical hands-on introduction to developing Web applications using ASP.NET and Visual Studio 2017. It includes an introduction to ASP.NET MVC, a newer Web programming framework that incorporates use of the Model-View-Controller (MVC) pattern. It also includes coverage of using ASP.NET AJAX to build rich client applications and the use of Web API to create HTTP services. A final chapter introduces ASP.NET on Microsoft s Azure cloud. The fundamentals of Web applications are reviewed, and a testbed is established for ASP.NET and Internet Information Services. The architecture of ASP.NET is outlined, including the role of compilation, the Page class and code-behind. Web Forms are introduced, including server controls, view state, life cycle, and the event model. Request/response HTTP programming using ASP.NET is covered. Visual Studio 2017 is used to greatly simplify the development of ASP.NET Web applications, including facilitating UI design. ASP.NET Web applications are covered, including issues of application and session state and the use of cookies. Server controls represent an important innovation in ASP.NET and are covered in detail, including validation, rich controls, and user controls. There is an introduction to caching in ASP.NET, which provides an effective mechanism for optimizing the performance of your ASP.NET application. The fundamentals of configuration and security are introduced. Diagnostics and debugging are covered, including the use of tracing. Additional server controls are introduced, including menus and master pages. Data access is covered in some detail in two chapters, including an introduction to ADO.NET, Language Integrated Query (LINQ), the Entity Data Model (EDM) and the powerful data access controls provided by ASP.NET. The LocalDB version of SQL Server 2016 Express is used as the database. This section of the course is tied together by a progressive case study illustrating a Web site for a publishing company. The final section of the course introduces four important ASP.NET technologies: ASP.NET AJAX, ASP.NET MVC, ASP.NET Web API, and ASP.NET on Azure. An appendix covers hosting ASP.NET applications on IIS 7.5. Numerous programming examples and exercises are provided, including case studies. The student will receive a comprehensive set of notes and all the programming examples Prerequisites: The student should have a good working knowledge of C# and the.net Framework. Some familiarity with JavaScript is recommended for the AJAX chapter. Number of Days: 5 ITCourseware, LLC Page 1

1. Introduction to ASP.NET Web Application Fundamentals Using Internet Information Services Web Forms ASP.NET MVC Web Services ASP.NET Features 2. Web Forms Architecture Page Class Web Forms Life Cycle Web Forms Event Model Code-Behind 3. ASP.NET and HTTP Request/Response Programming HttpRequest Class HTTP Collections HttpResponse Class Redirection HttpUtility Class 4. Web Applications Using Visual Studio Using Visual Web Developer Visual Studio Forms Designer Using Components Shadow Copying Using the Global.asax File Data Binding 5. State Management and Web Applications Session State Application State Multithreading Issues Cookies ITCourseware, LLC Page 2

6. Server Controls HTML Server Controls Web Forms Server Controls Rich Controls Validation Controls User Controls 7. Caching in ASP.NET What Is Caching? Page-Level Caching Page Fragment Caching Optimizing Your ASP.NET Application Application Caching 8. ASP.NET Configuration and Security Fundamentals Configuration Overview Authentication and Authorization Forms Authentication Windows Authentication Security and ASP.NET 9. Debugging, Diagnostics and Error Handling Debugging Application Tracing Page Tracing Error Handling 10. More Server Controls Newer ASP.NET Controls Menus Master Pages 11. ADO.NET and LINQ ADO.NET Overview.NET Data Providers Connections Commands DataReaders and Connected Access Data Sets and Disconnected Access Language Integrated Query ITCourseware, LLC Page 3

12. Data Controls and Data Binding Data Source Controls Connection String Storage GridView DetailsView FormView Object Data Sources ListView DataPager Entity Data Model EntityDataSource 13. ASP.NET AJAX Rich Client Applications AJAX ScriptManager UpdatePanel AJAX Client Library Remote Method Calls 14. ASP.NET MVC Model-View-Controller Pattern What is ASP.NET MVC? ASP.NET MVC versus Web Forms ASP.NET MVC Projects in Visual Studio Controllers Action Methods and Routing Views Strongly-Typed Views Model Binding Validation 15. ASP.NET Web API Web API Representational State Transfer REST and Web API HTTP Services Using Web API Using Fiddler Web API Clients ITCourseware, LLC Page 4

16. ASP.NET and Azure What Is Windows Azure? A Windows Azure Testbed Deploying an Application to Azure Updating an Application on Azure Appendix A. Learning Resources Appendix B. Hosting in IIS 7.5 Installing IIS 7.5 IIS Manager ASP.NET with IIS 7.5 System Requirements Required software is Visual Studio 2017, which includes LocalDB, a lightweight version of SQL Server 2016 Express. The free Visual Studio Community 2017 may be used. The operating system should be Windows 7SP1 or more recent. The free Fiddler tool is also used. This can be downloaded from the Web. The last chapter requires a connection to the Internet and a Windows Azure account (a free trial account is available from Microsoft). See the course Setup Notes for details. A good minimal hardware profile for this course would have a 2 GHz or equivalent CPU, 4 GB of RAM, and at least 10 GB of free disk space for tools installation and courseware. ITCourseware, LLC Page 5