WCI PowerPoint Presentation Master - Download as PowerPoint
Shared by: HC120704014036
-
Stats
- views:
- 1
- posted:
- 7/3/2012
- language:
- pages:
- 23
Document Sample


Introduction to ASP.Net 4.0 Development
David Ringsell
MCSD MCT MCPD
1
INTRODUCTION
2
ABOUT THIS COURSE
COURSE STYLE
Content has some flexibility
Opportunity to experiment – extend the labs
Opportunity to share knowledge
Opportunity to enhance team working
Contribute – attempt consultants questions
Enjoy the course!
Copyright David Ringsell 23/10/11
3
TRAINING METHODS
Talks with slides
Practical demonstrations
Sample code and exercises
Questions and answers – both ways
Discussions
Training notes – add your own notes
4
Daily Course Evaluation
1. What is the best thing about this course?
2. The course be will even better if?
You can consider
Pace
Technical depth
Content
Balance of activities (labs, talks, demonstrations)
Course Materials
5
DAILY SCHEDULE
START 9.30
LUNCH 12.30 – 1.30
FINISH 4.30
BREAKS 20 min’s a.m. / p.m.
HOUSEKEEPING
Equipment
Security
Phones
Location
6
Course Content
1. The .NET Framework
2. Visual Studio 2010
3. Language Syntax
4. Classes & Objects
5. Debugging Applications
6. ASP.NET Introduction
7. User Interface Development
8. Configuration
9. Membership & Personalisation
10. Error Handling
11. Data Binding
12. Creating Responsive Pages with AJAX
13. Language Integrated Queries (LINQ)
14. Web Services
15. Deployment
16. Build Business Application
7
LOOSE SCHEDULE
Unit DAY
1, 2, 3 Monday
4, 5, 6 Tuesday
7, 8, 9 Wednesday
10, 11, 12 Monday
13, 14, 15 Tuesday
8
Your Consultant – i.e. Me!
David Ringsell MCSD.Net MCAD MCT MCPD (web)
Trainer, developer, consultant
Develops in C#.Net, VB.Net, ASP.Net and
Sequel Server
9
References
Professional ASP.Net 3.5 from Wrox
Professional C# 2010 from Wrox
10
World Wide Web – Reality Check
7 Bn
1.8 Bn
What are
these
numbers?
11
Unit 1: Introduction To .Net
12
Introduction to .Net
Integrated Development Environment (IDE)
Languages in the .NET Framework
The Common Language Runtime
Accessing Data with ADO.NET & XML
Accessing the Web with ASP.NET
13
Integrated Development Environment (IDE)
Editor/Browser Object Browser
Solution
Toolbox Explorer
Properties
Server
Explorer
Task List Dynamic Help
14
Languages in the .NET Framework
Visual Basic .NET
C# – designed for .NET
J# .NET
F#.NET
Third-party languages
15
Overview of the .NET Framework
Visual
C++ C# J# …
Basic
Visual Studio .NET
Common Language Specification
.NET Framework
16
What Are the Parts of .NET
The . NET Languages
Common Language Runtime
.NET Framework Class Library
ADO .NET: Data and XML
ASP .NET: Web Forms and Services
Windows Forms
17
.NET Building Blocks
Web
Windows
Forms
Forms &WPF
& MVC & Services
ADO .NET - XML.Net - LINQ
.NET Framework Class Library
Common Language Runtime - CLR
18
Common Language Runtime (CLR)
Base Class Library Support
Thread Support COM Marshaler
Type Checker Exception Manager
Security Engine Debug Engine
MSIL to Native Code Garbage
Compilers Manager Collection
Class Loader
19
.NET Framework Class Library
System System.Security System.Runtime.
InteropServices
System.Net System.Text System.Globalization
System.Reflection System.Threading System.Configuration
System.IO System.Diagnostics System.Collections
20
Accessing Data with ADO.NET & XML
System.Data System.Xml
System.Xml.Schema
DataSet DataRow
System.Xml.Serialization
DataTable Data Reader
LINQ
21
Accessing the Web with ASP.NET
ASP .NET
System.Web
Services UI
Description HtmlControls
Discovery WebControls
Protocols
Caching Security
Configuration SessionState
22
Lab 1: The .Net Framework
Becoming Familiar with the Visual Studio
.NET IDE
Get documents about "