MIS 324 Professor Sandvig. Overview  Review ASP.NET  Preview: MIS 424  Final exam info.

Slides:



Advertisements
Similar presentations
Unit 1: Overview of the Microsoft.NET Platform
Advertisements

Microsoft SharePoint 2010 technology for Developers
{ Model View Controller ASP.NET By Scott Crooks & Maggie Wettergreen.
Website For Traveling! by : Hammad Abed, Rabie Loulou Supervisor : Viktor Kulikov Spring 2009 The Faculty of Electrical Engineering - Softlab.
Lab Chief Eng.Ilana David Supervisor:Viktor Kulikov Submitters: Darina Klots Shallev Kellerman.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
An Overview of Database Access on the Web An Overview of Database Access on the Web Using ASP and Microsoft Database Technology Sheffield Hallam University.
The Jukebox Orian Paz & Yair Cleper Instructor: Viktor Kulikov Semester: Spring 2009 Final Presentation.
Membership, Role Manager and Profile Membership, Role Manager and Profile Matt Gibbs ASP.NET Development Manager.
Concordia University Department of Computer Science and Software Engineering Click to edit Master title style ADVANCED PROGRAMING PRACTICES Introduction.
Sql Server Advanced Features MIS 424 Professor Sandvig.
CONFIGURING WINDOWS SERVER MIS 424 Professor Sandvig.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
ISE 390 Dynamic Web Development Introduction. Who am I? Richard McKenna Phone: Office: CS Room 1436 Office.
2012 National BDPA Technology Conference Creating Rich Data Visualizations using the Google API Yolanda M. Davis Senior Software Engineer AdvancED August.
Creating Business Workflow Using SharePoint Designer 2007 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft SQL Server.
Discovering 10232A – Designing and Developing Microsoft SharePoint Server 2010 Applications Robert Bogue.
Object Oriented Programming CEN 221. Course Description Classes, objects, inheritance, polymorphism, graphical user interfaces, event handling, exception.
IT Academy Benefit Overview
Introduction to ASP.NET MIS 324 Professor Sandvig.
What’s Next? MIS 314 Professor Sandvig. Outline  What’s Next? ISC tracks ISC tracks E-commerce developer track E-commerce developer track MIS Intermediate.
Web application project Advertising board web site Created by : Alon Nagar Supervisor:Victor Kulikov.
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
1 Hammad Khan. COURSE CONTENTS.NET Framework And C# SQL Server 2008 ADO.NET LINQ ASP.NET Dynamics Data ASP.NET MVC framework 2 Advance C# Concepts Windows.
MIS 424 Professor Sandvig. Overview  Why Analytics?  Two major approaches:  Server logs  Google Analytics.
Jonathan Canfield Mavin Lisa Giss Professor Kenytt D. Avery
Grid Chemistry System Architecture Overview Akylbek Zhumabayev.
ASP.NET &.NET Environment. Overview Part of Microsoft’s.NET environment Used for Development of  Websites  Internet applications  Web Services & XML.
WEB PROGRAMMING – ASP.NET Presented By – Kiran Kumar Gunna.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Case Study ProsperaSoft’s global sourcing model gives the maximum benefit to customers in terms of cost savings, improved quality, access to highly talented.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Blended Learning Opportunities Gadgets and Blogs.
Getting Started with ASP.NET MVC BRIJ BHUSHAN MISHRA.
Crazy New CSS Tools MIS 424 MIS 424 Professor Sandvig Professor Sandvig.
What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell.
What’s Next? MIS 314 Mr. David Auer. Outline  What’s Next? ISC tracks ISC tracks E-commerce developer track E-commerce developer track MIS Intermediate.
A process of taking your best guesses. Companies have web sites where you can access your information.
Date : 3/04/2010 Web Technology Solutions Class: PHP Web Application Frameworks.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
+ Publishing Your First Post USING WORDPRESS. + A CMS (content management system) is an application that allows you to publish, edit, modify, organize,
ASP.NET MVC An Introduction. What is MVC The Model-View-Controller (MVC) is an architectural pattern separates an application into three main components:
E-commerce Foundations By Dr. Gabriel. Using 3-Tier/N-Tier Architecture The presentation tier The business tier The data tier.
Navigation Framework using CF Architecture for a Client-Server Application using the open standards of the Web presented by Kedar Desai Differential Technologies,
1 NETE4631 Using Google Web Services Lecture Notes #6.
What was new in VS Studio 2008 A bird eye view from the height of ft By: Shahzad Sarwar Software Architect Comsoft computer consultants.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
The New Face of ASP.NET ASP.NET MVC, Razor, and jQuery Ido Flatow | Senior Architect | Sela | This session is.
ASP.net Course From Intermediate to Advance level By Arsalan Ahmed 3 Months Course Cell :
Multi-tenant HR Benefits Management Solution.  Headquartered in US, our customer is a global service provider of HR and Benefits Management services.
IT274 Intermediate C# Programming Instructor : Vladimir Gubanov, PhD AIM : vladimirg77.
بسم الله الرحمن الرحيم Information’s New Technologies (Internet Technologies) Ahmed Abdelmageed, MSc Department of Computer Science, University of Khartoum.
Web Technology Solutions
C# MVC Frameworks – ASP.NET
C# Object Oriented Programming Concepts
ASP.NET MVC Introduction
Haritha Dasari Josue Balandrano Coronel -
CO6025 Advanced Programming
Module 0: Introduction Chapter 2: Getting Started
ASP.NET Web Forms Vs. ASP.NET MVC ASP.NET is Microsoft’s big leap after Active Server Pages (ASP), ASP.NET provides flexible and unified web development.
Tableau Overview  Tableau is widely used data visualization and BI tool. Tableau is simple to use and has extensive visualization capability that make.
Web Development Using ASP .NET
دليل المتدرب واللائحة التنظيمية للبرنامج
دليل المتدرب واللائحة التنظيمية للبرنامج
ASP.NET Module Subtitle.
MIS Professor Sandvig MIS 324 Professor Sandvig
MIS Professor Sandvig MIS 424 Professor Sandvig
Mark Quirk Head of Technology Developer & Platform Group
Who is Using your webSite?
Presentation transcript:

MIS 324 Professor Sandvig

Overview  Review ASP.NET  Preview: MIS 424  Final exam info

Key Features of ASP.NET  Industrial Strength  Suitable for complex applications  100% object oriented  Promotes code reusability  Web Controls  Separation of presentation and business logic  Store form data in viewstate  Validation controls  Extensive class library  +5,000 classes  Reduces amount of programming

Key Features of ASP.NET  Many data access options  Connection & DataAdapter classes  Data Source controls (MIS 424)  Web services  Code reusability  Master Pages  Classes  User Controls  Visual Studio Integration  Increase productivity

Key Features of ASP.NET  Evolving rapidly  ASP.NET 4.5  9 th version in decade  Page routing (search engine friendly URL)  Chart control  Parallel Computing  MVC  Much more…  ASP.NET 5.0  Early 2016

Preview MIS 424  Title: E-commerce Systems Management  First 3-4 weeks  Admin. backend for e-commerce site  DataSource controls  Advanced ASP.NET features  Stored procedures  Transactions  Publishing web services  AJAX (Google search)Google search  Screen scraping

Preview MIS 424  Remainder of course  Student presentations on e-commerce topics  E-commerce security  Windows Server configuration  Web payment (PayPal)  Designing for search engines  Google analytics  AJAX  Amazon EC2  Guest lectures  Other topics of interest  Overall: more relaxed pace

MIS 324 Final Exam  Multiple-choice  40 questions  Most likely include a code sample  Scores typically higher than midterm

Summary  Covered many topics .NET Framework complex  Rich in features  Solid foundation  Build upon in 424  Teach yourself  Hope enjoyed course