VS.NET Syllabus By Peter Huang.

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

Web Service Ahmed Gamal Ahmed Nile University Bioinformatics Group
ASP.NET (Active Server Page) SNU OOPSLA Lab. October 2005.
Henrico Dolfing Business Segment Partners. Océ Document Technologies GmbH2 June, NET Framework Version 3.0.
Microsoft.Net Technology Sachin Shetty Vimal Amin Thomas Mullasaril Vinutna Pulavarti Software Engineering CS616 Instructor:Dr.Tappert.
Fast Track to ColdFusion 9. Getting Started with ColdFusion Understanding Dynamic Web Pages ColdFusion Benchmark Introducing the ColdFusion Language Introducing.
IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Introduction.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
ISYS 512 Business Application Design and Development with.Net David Chao.
J2EE vs..NET Nigam Patel. Topics Background –Web Services, J2EE and.NET Similarities Differences Conclusion –Pros and Con (J2EE and.NET)
CS 898N Advanced World Wide Web Technologies Lecture 1: Introduction Chin-Chih Chang
Chapter 14 Database Connectivity and Web Technologies
VS.NET Course Introduction By Peter Huang. About Me Peter Huang –Microsoft Certified Solution Developer (MCSD) –Sun Certified Java 2 Programmer (SCJP)
Intro to dot Net Dr. John Abraham UTPA – Fall 09 CSCI 3327.
Rajeswari Indupuri Introduction to.NET Framework.
Overview of Microsoft.Net and Vb.Net ITSE 2349 Spring 2002 Material from Microsoft.Net an Overview for ACC faculty by Stuart Laughton and Introduction.
ISYS 350 Business Application Development
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
IBSS Inc (International Business Software Solutions Inc.) Microsoft.NET.
ISYS 512 Business Application Design and Development with.Net David Chao.
.Net is a collection of libraries, templates and services designed to make programming applications of all kinds, easier, more flexible (multi platform),
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Architecture of.NET Framework .NET Framework ٭ Microsoft.NET (pronounced “dot net”) is a software component that runs on the Windows operating.
Meir Botner David Ben-David. Project Goal Build a messenger that allows a customer to communicate with a service provider for a fee.
C# A 1 CSC 298 Introduction to C#. C# A 2 What to expect in this class  Background: knowledge of an object oriented language of the C++, Java, … family.
Introduction to.NET Framework. .NET – What Is It? Software platform Language neutral In other words:.NET is not a language (Runtime and a library for.
Introduction to .NET Rui Ye.
Lesley Bross, August 29, 2010 ArcGIS 10 add-in glossary.
ASP.NET  ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required.
CIS 375—Web App Dev II Microsoft’s.NET. 2 Introduction to.NET Steve Ballmer (January 2000): Steve Ballmer "Delivering an Internet-based platform of Next.
Fundamentals of Database Chapter 7 Database Technologies.
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
ISYS 573 Special Topic – VB.Net David Chao. The History of VB Early 1960s:BASIC-Beginner’s All-Purpose Symbolic Instruction Code –Teaching –Simple syntax,
.Net Framework Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
The Web Architecture and ASP.NET. Slide 2 Review of the Web (1) It began with HTTP and HTML, which delivers static Web pages to browsers which would render.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
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.
.Net – The First Glance What Is.Net, Why Use.Net.
Rajiv and Shipra Introduction to.NET (asp.net,c#,vb)
DotNet Michelle Johnston, Firebird Services Ltd. What is Dot Net Aims to simplify web development Language independent – CLR (Common Language Runtime)
Introducing ASP.NET 2.0. Internet Technologies WWW Architecture Web Server Client Server Request Response Network HTTP TCP/IP PC/Mac/Unix + Browser (IE,
ISYS 350 Business Application Development David Chao.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
IT WEB TECHNOLOGY Prepared by, K.ABINAYA Lect/IT.
Intro to dot Net Dr. John Abraham UTPA CSCI 3327.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Key Components of.NET Framework  Common Language Runtime  CLR at Design time  CLR at Runtime  Class Library  Assemblies  Namespaces  ASP.NET  Applications.
ASP.NET (Active Server Page) SNU OOPSLA Lab. October 2005.
Martin Kruliš by Martin Kruliš (v1.1)1.
Java Programming: Advanced Topics 1 Enterprise JavaBeans Chapter 14.
.NET Mobile Application Development XML Web Services.
ISYS 512 Business Application Design and Development with.Net David Chao.
INTRODUCTION CHAPTER #1 Visual Basic.NET. VB.Net General features It is an object oriented language  In the past VB had objects but focus was not placed.
July 22, 2001Introduction to.NET1 Introduction to.NET Framework Gholamali Semsarzadeh July 2001.
Introduction to.NET Building.NET Applications Mike Taulty Developer & Platform Group Microsoft Ltd
1 Introduction to Web Application Review. 2 Five Layers Architecture HTML, CSS, Java Script ASP.net User ’ s.dll, Nunit, Web Services ADO.net SQL Server,
Database application development 1. Chapter 8 © 2013 Pearson Education, Inc. Publishing as Prentice Hall OBJECTIVES  Define terms  Explain three components.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
XML 1. Chapter 8 © 2013 Pearson Education, Inc. Publishing as Prentice Hall SAMPLE XML SCHEMA (XSD) 2 Schema is a record definition, analogous to the.
The Holmes Platform and Applications
Introducing the Microsoft® .NET Framework
.NET Omid Darroudi.
Web Technologies Computing Science Thompson Rivers University
Chapter 15 Database Connectivity and Web Technologies
Introduction to Internet Programming
Chapter 23 – ASP.NET Outline 23.1 Introduction NET Overview
Beginning Object-Oriented Web Design
Web Development Using ASP .NET
ASP.NET Module Subtitle.
Web Technologies Computing Science Thompson Rivers University
Presentation transcript:

VS.NET Syllabus By Peter Huang

HTML (3-4h) Introduction to the Internet Introduction to HTML Four required HTML tags Basic HTML tags Fonts, List, Tables, and etc. Advanced HTML Tags Frames, Forms Cascading Style Sheet (CSS) Three kinds of CSS Positions (DIV, SPAN)

JavaScript – The Language (4h) Introduction to JavaScript Basic data types of Java Script Statements and Functions Objects and Properties Object Oriented JavaScript How JavaScript different from other languages Arrays

JavaScript – Client Side JavaScript (2h) Windows and Frames The Document Object Model Events and Event Handling Forms and Forms Elements Dynamic HTML Work with Cookies JavaScript Security

.NET Framework (3-6h) Situations before .NET Philosophy of .NET Introduction to .NET Framework Common Language Runtime (CLR) Common Type System (CTS) Common Language Specification (CLS) System Class Library Garbage Collection Cross Language Integration

VB.NET Fundamentals (12-15h) Basic Data types Flow controls VB.NET Language Features Name Space OOP in VB.NET Interface and Collections Windows Forms Delegate and Events . NET Framework system classes Exception Handling

VB.NET Advanced Features (12-15h) Interaction with unmanaged code Import, Export and Object Serialization . NET Remote Type Reflection Windows Service .NET Security

Multi-thread Application Integration with COM Deployment Misc. Topics in .NET (3-4h) Multi-thread Application Integration with COM Deployment

XML – Universal Data Representation (9h) XML, DOM, SAX XML Schema XPath XSLT XML and .NET

ADO.NET and SQL Database (6-9h) SQL Server Introduction Why ADO.NET ADO.NET Object Model ADO.NET and XML ADO.NET best practice

SQL Server Database Design (3h) SQL Statement Introduction Stored Procedure High Performance Database Design

ASP.NET (12-15h) ASP.NET Architecture Web Forms Web Server Controls Object Models State and Session Management Configuration and Performance Tuning

.NET Enterprise Services (COM+) IIS setup IIS Securities COM+ and IIS (3h) .NET Enterprise Services (COM+) IIS setup IIS Securities Security Issues

Web Service – Put It Together (6-9h) Why web service WSDL SOAP Protocol .NET and Web Service UDDI Build Client and Server SOAP Tool kits

Software Architect & Design Issues (2h) High Level Design Issues Scalability Flexibility Security Connectivity Robustness

OOP and Design Patterns (3-4h) Low Level Design Issues Widely used design patterns

Project (9-12h) Putting everything together Use ASP.NET to create a e-commerce application. Integrate with other system using web service. Work with SQL Server database using ADO.NET. XML is used everywhere.