Download Introduction to ASP.NET

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
What’s Next?
MIS 314
Mr. David Auer
Outline
 What’s


Next?
ISC tracks
E-commerce developer track
• MIS 324 - Intermediate Web Development
• ASP.NET
 Final
Exam
ISC Tracks
1.
E-commerce Developer

2.
Web Programmer

3.
CSCI 342 & 442
Content Developer


MIS 324 & 424
Varies
ISC Minor

Comm 318
E-commerce Developer Track
 MIS

324 – Intermediate Web Development
ASP.NET
• C# language




Sql Server database
Visual Studio
Amazon Web Services API
Project: Music store
E-commerce Developer Track
MIS 424 - E-Commerce Systems
 Variety of topics





Tools: ASP.NET, Sql Server,
Build CMS backend
Authentication
AJAX
Web Services
• publish & consume
E-commerce Developer Track
 Screen
scraping
 Stored procedures
 Data caching
 RSS feed – publish & read
 Student presentations on variety of topics
 Project - flexible
E-commerce Developer Track
 Both
courses use ASP.NET
 Why ASP.NET?
Why ASP.NET?
 Free
 Industrial

Strength
Full Featured
• Security, logging, performance, etc.

Highly integrated with Visual Studio
 .NET

aimed at corporate users
Employers of WWU graduates
.NET

PHP

.NET
.NET Features
1.
2.
3.
4.
Object Oriented
Web Server Controls
Visual Studio
Master Pages
1. Object Oriented
 All
modern programming
languages support OOP
 OOP
concepts &
terminology are universal
 Beneficial
for large
applications
2. Web Server Controls



Drag & drop in VS
Separation of code and
presentation
Write less HTML & Javascript
3. Visual Studio

Integrated Development Environment
 Features:






IntelliSense
Syntax checking
Debugger
pop-up documentation
Integration with Sql Server
HUGE time saver

Faster learning
Master Pages
 Create


site template
Layout
Common elements
 Pages
provide specific
content
ASP.NET
 State-of-art
programming framework
 Popular with WWU employers
 Last:

Final exam
Final Exam
 Multiple
choice
 About 40 questions

Code samples
• From handouts & assignments
 Coverage:

Assignments, lectures & guest speaker
 Similar
to midterm
Summary
 Learned



a lot:
PHP + mySQL
Databases
Security & validation
 Constructed
database driven bookstore
 Hope enjoyed it
 Learn more…
Related documents