Hattan Shobokshi mvcdotnet.wordpress.com Web Development in the Past (Microsoft Stack)

Slides:



Advertisements
Similar presentations
John Culviner johnculviner.com DEMO CODE:
Advertisements

Developing HTML5 Application using MVVM pattern Pekka Ylenius.
Client Side Dev. Toolkit HTML5 JavaScript CSS (and Less, but not today) Bootstrap Knockout.js Require.js (moving to Browserify) Toastr Visual Studio and.
Introduction to Backend James Kahng. Install Node.js.
Javascript and AJAX Willem Visser RW334. Overview Javascript jQuery AngularJS AJAX.
It’s always better live. MSDN Events Developing ASP.NET AJAX Controls with Silverlight.
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
What Are My Choices for Building a Modern Web UI?
Agenda What is AJAX? What is jQuery? Demonstration/Tutorial Resources Q&A.
ITM352 PHP and Dynamic Web Pages: Server Side Processing.
Ori Calvo, 2010 “If people want to have maximum reach across *all* devices then HTML will provide the broadest reach” Scott Guthrie,
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
JavaScript Frameworks
JavaScript Teppo Räisänen LIIKE/OAMK HTML, CSS, JavaScript HTML defines the structure CSS defines the layout JavaScript is used for scripting It.
Day 17. » Client side and Server side » Since PHP is Server side and can output anything we want, we can output to JS. » With JS libraries, we can create.
RUSS FUSTINO HEAD OF DEVELOPER JavaScript for the ASP.NET Developer Chris Bannon.
CSS/Photoshop Layouts – Quiz #7 Lecture Code:
Introduction to Angular JS Sergey Barskiy Working Class Nobody Level: Introductory.
Introduction to ASP.NET1. 2 Web applications in general Web applications are divided into two parts –The server part –The client part The server part.
Modern JavaScript Develop And Design Instructor’s Notes Chapter 1 - (Re) Introducing JavaScript Modern JavaScript Design And Develop Copyright © 2012 by.
Abelian Kingdom Andrew, Kelvin and Peter. What is it? A web (browser) game MORPG on Google map Login with Facebook Interact with your friends And the.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Ajax for Dynamic Web Development Gregory McChesney.
Scripting Languages Client Side and Server Side. Examples of client side/server side Examples of client-side side include: JavaScript Jquery (uses a JavaScript.
JavaScript Overview Developer Essentials How to Code Language Constructs The DOM concept- API, (use W3C model) Objects –properties Methods Events Applications;
The basics of knowing the difference CLIENT VS. SERVER.
“The world’s most misunderstood language has become the world’s most popular programming language” Akshay Arora
Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Learn AngularJS by Building 10 projects. Introduction to AngularJS An Open source web application framework by Google Written in JavaScript offers complete.
AngularJS and SharePoint
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Dive into web development
JQuery Fundamentals Introduction Tutorial Videos
Angular 2 with ASP.NET Core in Practice
Angular 4 + TypeScript Getting Started
Time to learn to code Stephen Delaney
Peter Donker Bring2mind
Kendo UI Builder Bob Brennan
Lecture 11. Web Standards Continued
AngularJS A Gentle Introduction John
Asynchronous Java script And XML Technology
KnockoutJS -Pradeep Shet 31st August 2014.
AJAX.
User Interface / User Experience Demo
Best Angular 2 interview questions and Answer that have been designed for Angular 2 programmers who are preparing online interviews on Angular 2 interviews question. Visit Website:
Top 5 Javascript Frameworks
Top 10 AngularJS Interview Questions Before you decide to step up and face your AngularJS Interview questions, learn about its various features to face.
Top Reasons to Choose Angular. Angular is well known for developing robust and adaptable Single Page Applications (SPA). The Application structure is.
SPA Revolution with WebAssembly and Blazor Rainer Stropek | software
Web Systems & Technologies
Beginning Object-Oriented Web Design
MEAN stack L. Grewe.
IS 360 Course Introduction
SPA Revolution with WebAssembly and Blazor Rainer Stropek | software
Rich single page applications with SharePoint
Software framework University of Kurdistan
AngularJS and SharePoint I Chris Douglas Senior SharePoint Developer ECS Web:
Lighting Up Real-time Web Communications with SignalR
Back end Development CS Programming Languages for Web Applications
ხელმძღვანელი: დიმიტრი ქარაული
Angular 2 Michael C. Kang.
DR. JOHN ABRAHAM PROFESSOR UTPA
Client-Server Model: Requesting a Web Page
Web Client Side Technologies Raneem Qaddoura
05 | An Introduction to AngularJS
Back end Development CS Programming Languages for Web Applications
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

Hattan Shobokshi mvcdotnet.wordpress.com

Web Development in the Past (Microsoft Stack)

Web Development Today

SPA

Angular JS Works with any server side technologyASP.NET, Node, Php, Ruby on Rails... Declarative Data binding Highly Testable Does NOT depend on jQuery, BUT includes jQlite Features: Client Side Routing, Services, Dependency Injection

Library vs Framework

Model View Controller Controller : Responds to User Interaction Model : Data View : Representation of Data

HTML was built for documents not web APPLICATIONS

Angular is what HTML would have been had it been designed for applications

Data binding

DEMO

The future Object.Observe Shadow DOM

The end QUESTIONS?