C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)

Slides:



Advertisements
Similar presentations
In Review JAVA C++ GUIs - Windows Webopedia.com.
Advertisements

ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
1 Owais Mohammad Haq Department of Computer Science Eastern Michigan University April, 2005 Java Script.
ISYS 512 Business Application Design and Development with.Net David Chao.
Design of Web-based Systems IS Development: lecture 10.
Chapter 1: An Introduction To ASP.NET Web Programming
ISYS 512 Business Application Design and Development with.Net David Chao.
Multiple Tiers in Action
CS 898N Advanced World Wide Web Technologies Lecture 1: Introduction Chin-Chih Chang
By: Gerardo L. Mazzola Web Application Development Life Cycle “A driven force moving businesses into the future.”
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Cen 312 Web Programming Özgür Örnek.
Computer science Languages, etc.. Overview For web-applications (HTML, JS) – Designing languages (HMTL, CSS) – Server Languages (PHP, ASP) – Extensions.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
ISYS 350 Business Application Development
1 Why C# and Why.NET in the Undergraduate IS Curriculum ISECON November 3 -7, 2004, Newport, RI Association of Information Technology Professionals Mehdi.
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.
CSC 494/594 C# and ASP.NET Programming. C# 2012 C# Object-oriented language with syntax that is similar to Java.
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.
Introduction to Internet Programming (Web Based Application)
CS 638 Web Programming Introducing the web Lecture 1.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Microsoft ASP.net Session Samar Samy Microsoft Student Partner.
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 3. Computing System Fundamentals 3.1 Language Translators.
1-1 Welcome. MIS 1-3 History of computers 1-4 History of computers.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Introduction to VB.Net. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
ISYS 350 Business Application Development David Chao.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Microsoft Visual Studio 2010 Teacher: Ms. Olifer.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
C# 1 Web services CSC 298. C# 2 Web services  A technology to make libraries available across the internet.  In Visual Studio,  can create a web service.
Web Services Using Visual.NET By Kevin Tse. Agenda What are Web Services and Why are they Useful ? SOAP vs CORBA Goals of the Web Service Project Proposed.
The basics of knowing the difference CLIENT VS. SERVER.
ISYS 350 Building Business Applications David Chao.
How Web Database Architectures Work CPS181s April 8, 2003.
ISYS 512 Business Application Design and Development with.Net David Chao.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
David Staheli | Engineering Manager | Visual Studio Team Services | Microsoft INTEGRATING DIFFERENT IDE’S WITH A COMMON SET OF DEVELOPER SERVICES.
A Detailed Introduction To Visual Studio.NET CRB Tech ReviewsCRB Tech Reviews introduces you to the world of Visual.
I NTRO TO W EB TECHNOLOGY Basic terms. C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.
Dive into web development
ISYS 350 Building Business Applications
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Web App vs Mobile App.
ISYS 350 Building Business Applications
Introduction to Internet Programming
Beginning Object-Oriented Web Design
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
ISYS 350 Building Business Applications
What’s new in web development on Microsoft platform
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
The Client Server Model
File Operations Access Permissions.
Unit 6 part 3 Test Javascript Test.
Secure Web Programming
ISYS 350 Building Business Applications
The Client Server Model
ISYS 350 Building Business Applications
Visual Studio 2008.
© 2017, Mike Murach & Associates, Inc.
Presentation transcript:

C# AND ASP.NET What will I do in this course?

MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment) Similar to Java and Eclipse Learn to develop console and GUI apps

MAJOR TOPICS Develop applications that run over the internet in web browsers Use C# and ASP.NET (Active Server Pages with the.NET class library) Use of databases including LINQ (Language INtegrated Query) technologies Web technologies such as HTML and CSS

MAJOR TOPICS Learn about using and creating Web Services – a type of distributed computing involving a program with parts running on different computers interacting over HTTP – but not the web (client-server) model