Programming. Languages & Frameworks. Hans- Pe(er Halvorsen, M.Sc. h(p://home.hit.no/~hansha/?page=sodware_development



Similar documents
ASP.NET. Web Programming. Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics

Web. Programming. Hans- Pe0er Halvorsen, M.Sc. h0p://home.hit.no/~hansha/?page=sojware_development

So#ware Development. Overview. Hans- Pe4er Halvorsen, M.Sc. h4p://home.hit.no/~hansha/?page=so#ware_development

Lab Inventory System. Label Writer Access Card with Barcode Barcode Reader. Hans- Pe(er Halvorsen, M.Sc.

So#ware Deployment. Hans- Pe4er Halvorsen, M.Sc. h4p://home.hit.no/~hansha/?page=so#ware_development

Introduction to Visual Studio and C#

Computer Science. 232 Computer Science. Degrees and Certificates Awarded. A.S. Degree Requirements. Program Student Outcomes. Department Offices

Source Code Control & Bugtracking

The So5ware Development Process (SDLC)

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

Web Services. with Examples. Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics

Computer Science. Computer Science 207. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes

BEST WEB PROGRAMMING LANGUAGES TO LEARN ON YOUR OWN TIME

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

h(p://home.hit.no/~hansha/?page=so3ware_development So3ware Maintenance Hans- Pe(er Halvorsen, M.Sc.

Agile So6ware Development

Iron Speed Designer Installation Guide

Computer Science. Computer Science 213. Faculty and Offices. Degrees and Certificates Awarded. AS Computer Science Degree Requirements

Team Foundation Server

Database Communica/on in Visual Studio/C# using ASP.NET Web Forms. Hans- PeBer Halvorsen, M.Sc.

Chapter 13 Computer Programs and Programming Languages. Discovering Computers Your Interactive Guide to the Digital World

HTML5. Turn this page to see Quick Guide of CTTC

Server-Side Scripting and Web Development. By Susan L. Miertschin

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT

ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon

Web 2.0 Technology Overview. Lecture 8 GSL Peru 2014

Create a Virtual Test Environment

Chapter 13: Program Development and Programming Languages

Cloud-based Data Logging, Monitoring and Analysis

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

The Comparison of J2EE and.net for e-business

SOA & Web Services Development Survey

Programming Languages

ICAPRG409A Develop mobile applications

Development of mobile applications for multiple platforms

by Pearson Education, Inc. All Rights Reserved.

Choosing a Mobile Application Development Approach

Cross-Platform Mobile Apps Solution

Example of Standard API

Computer Science Course Descriptions Page 1

A review and analysis of technologies for developing web applications

Mobile Development Frameworks Overview. Understand the pros and cons of using different mobile development frameworks for mobile projects.

.NET Overview. Andreas Schabus Academic Relations Microsoft Österreich GmbH

A H S A N M U H A M M A D J A W A I D

Release 1. ICAPRG604A Create cloud computing services

SENIOR WEB DEVELOPER

1/20/2016 INTRODUCTION

Course MS10975A Introduction to Programming. Length: 5 Days

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Web Cloud Architecture

C# and Other Languages

Human Resources Department.

Skillsoft Course Directory

Mobile Applications Developer. MAIN PURPOSE OF JOB To lead the design, development and maintenance of Android, iphone and ipad applications.

Graduate presentation for CSCI By Janakiram Vantipalli ( Janakiram.vantipalli@colorado.edu )

A Comparison of Web Development Technologies: WebObjects vs. ASP.NET

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T:

Application Development,.NET

Your Technology Partner Offshore and Onsite. Outsourced Software Development Services at

Evolution of the Major Programming Languages

Building Robust Applications l Optimizing Performance l Transforming Business

Syllabus INFO-UB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

CSC230 Getting Starting in C. Tyler Bletsch

Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming

From Microsoft to Open Systems and Back

WEB APPLICATION DEVELOPMENT. UNIT I J2EE Platform 9

Abdullah Radwan. Target Job. Work Experience (9 Years)

Lecture 4 Cross-Platform Development. <lecturer, date>

Pentesting Web Frameworks (preview of next year's SEC642 update)

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date>

Developing Applications for ios

Article. One for All Apps in HTML5

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

CATALOG OF CLASSES IT and Technical Courses

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

CrossPlatform ASP.NET with Mono. Daniel López Ridruejo

Next Generation Lab. A solution for remote characterization of analog integrated circuits

THE OPEN SOURCE DEVELOPER REPORT

QML and JavaScript for Native App Development

Evaluating Cross-Platform Development Approaches (WORA Tools ) for Mobile Applications

Skillsoft Course Directory

Automation using Selenium

The Ultimate Tech Glossary for Recruiters & HR Managers

Microsoft SQL Server Review

Introduction to Virtualization

Web Application Development and Frameworks

Considerations for Mobile Application Development

Emaml.NET ASP.NET Server Control for ArcIMS

GUI and Web Programming

A Comparative Study of Web Development Technologies Using Open Source and Proprietary Software

WHITE PAPER. TimeScape.NET. Increasing development productivity with TimeScape, Microsoft.NET and web services TIMESCAPE ENTERPRISE SOLUTIONS

JOAQUÍN GABRIEL TRUJILLO CAICEDO

Take full advantage of IBM s IDEs for end- to- end mobile development

UBS Training Course Catalog

DTWMS Required Software Engineers. 1. Senior Java Programmer (3 Positions) Responsibilities:

Transcription:

h(p://home.hit.no/~hansha/?page=sodware_development Programming O. Widder. (2013). geek&poke. Available: h(p://geek- and- poke.com Languages & Frameworks Hans- Pe(er Halvorsen, M.Sc. 1

ImplementaVon Planning Maintenance TesVng The SoDware Development Lifecycle Requirements Analysis ImplementaVon Design

Java C# Perl Ruby Python MATLAB C/C++ PHP LabVIEW Visual Basic ObjecVve- C SwiD 3

OOP OOP Object Oriented Programming Object- oriented programming (OOP) is a programming language model organized around "objects" rather than "acvons" and data rather than logic. The first step in OOP is to idenvfy all the objects you want to manipulate and how they relate to each other, an exercise oden known as data modeling (UML, Class Diagrams) Once you've idenvfied an object, you generalize it as a Class A real instance of a class is called an object or an instance of a class. 4

OOP Important features with OOP are: Classes and Objects Inheritance Polymorphism EncapsulaVon Java, Python, C++, Visual Basic.NET and C# are popular OOP languages today. Simula was the first object- oriented programming language. Simula was developed in the 1960s by Kristen Nygaard from Norway (University of Oslo). Since Simula- type objects are reimplemented in C++, Java and C# the influence of Simula is oden understated. The creator of C ++ (1979), Bjarne Stroustrup (from Denmark), has acknowledged that Simula was the greatest influence on him to develop C++. 5

6

Programming Languages & Frameworks Hans- Pe=er Halvorsen, M.Sc. Telemark University College Faculty of Technology Department of Electrical Engineering, InformaMon Technology and CyberneMcs E- mail: hans.p.halvorsen@hit.no Blog: h=p://home.hit.no/~hansha/ 7

Programming Languages C, C++ Java C# ObjecVve- C SwiD Visual Basic, VB.NET Perl Python PHP JavaScript MATLAB LabVIEW 8

Integrated Development Environment (IDE) Programmming Languages vs. IDE One IDE can handle mulvple Languages C# Java ObjecVve- C/SwiD LabVIEW Visual Studio Eclipse Xcode LabVIEW 9

.NET vs. Java h(p://www.youtube.com/watch?v=8px- GHPxB4I Java h(p://www.youtube.com/watch?feature=endscreen&nr=1&v=hxvm76e2x1q 10

Programming Languages Hans- Pe(er Halvorsen, M.Sc. 11

IDE JavaScript C C++ C# J# F# VB.NET The Visual Studio IDE is actually wri(en i C++/C# 12

C C is a general- purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operavng system. C is one of the most popular programming languages of all Vme and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C. C is a procedural language, i.e. no object- oriented programming. C is a compiled language. 13

C++ C++ is a compiled, general- purpose object- oriented programming language. It is regarded as an intermediate- level language, as it comprises a combinavon of both high- level and low- level language features. It was developed by Bjarne Stroustrup in 1979 as an extension to C. C++ is one of the most popular programming languages and its applicavon domains include systems sodware (such as MicrosoD Windows), applicavon sodware, device drivers, embedded sodware, high- performance server and client applicavons, and entertainment sodware such as video games. Several groups provide both free and proprietary C++ compiler sodware. 14

C++ h(p://www.digi.no/932591/c- oppfinneren- Vldelt- norsk- it- pris

C# C# is pronounced see sharp. C# is an object- oriented programming language and part of the.net family from MicrosoD. The most recent version is C# 4.5.1 and it is part of Visual Studio 2013. C# is intended to be a simple, modern, general- purpose, object- oriented programming language. Its development team is led by Anders Hejlsberg. C# is very similar to C++ and Java. C# is developed by MicrosoD and works only on the Windows plaworm. C# is based on the.net Framework (pronounced dot net )..NET is a sodware framework that runs primarily on MicrosoD Windows. The.NET Framework 1.0 and C# 1.0 was released in 2002 as part of 16 Visual Studio.NET 2002.

ObjecVve- C SwiD ObjecVve- C is a general- purpose, high- level, object- oriented programming language that is based on the C programming language. It is the main programming language used by Apple for the OS X and ios and their respecvve APIs, Cocoa and Cocoa Touch. Apple have released a new Programming language called SwiD that is the new recommended language for ios/osx Development Originally developed in the early 1980s, it was selected as the main language used by NeXT for its NeXTSTEP operavng system, from which OS X and ios are derived. 17

Java Java is currently one of the most popular programming languages in use, and is widely used from applicavon sodware to web applicavons. Java applicavons are typically compiled and it runs on any Java Virtual Machine (JVM) regardless of the computer architecture. Java is a general- purpose object- oriented. It is intended to let applicavon developers write once, run anywhere. A common IDE for programming with Java is the Eclipse IDE. Java and Eclipse are used to create Android Apps. 18

PHP PHP is a server- side scripvng language designed for web development but also used as a general- purpose programming language. PHP code is embedded into the HTML source document and interpreted by a web server which generates the web page document. PHP is now installed on more than 244 million websites and 2.1 million web servers, e.g., Facebook.com PHP can be deployed on most web servers and as a standalone interpreter, on almost every operavng system and plaworm free of charge. 19

Frameworks Hans- Pe(er Halvorsen, M.Sc. 20

Programming/SoDware Framework SoDware frameworks include support programs, compilers, code libraries, tool sets, and applicavon programming interfaces (APIs) Frameworks makes it easier to create SoDware You can create you sodware using exisvng Frameworks If you are creavng large sodware systems, you should in addivon create your own Frameworks (code reuse, more modular, etc.) Framework Tools Libraries APIs Programming Language 21

Programming/SoDware Framework.NET Framework ASP.NET (part of.net) used for Web Development ASP.NET AJAX Ruby on Rails (Web ApplicaVon Framework for the Ruby Programming Language) Cocoa Framework (Mac OS X, ios)...... hundreds 22

.NET Framework A Programming Framework from MicrosoD C#, VB.NET, Visual Studio CLR (Common Language RunVme) Released 2002 23

.NET Framework The.NET Framework (pronounced dot net ) is a sodware framework that runs primarily on MicrosoD Windows. It includes a large library and supports several programming languages which allow language interoperability (each language can use code wri(en in other languages). The.NET library is available to all the programming languages that.net supports. Programs wri(en for the.net Framework execute in a sodware environment, known as the Common Language RunVme (CLR), an applicavon virtual machine that provides important services such as security, memory management, and excepvon handling. The class library and the CLR together consvtute the.net Framework. The latest version of.net Framework is.net Framework 4.5.1 (included with Visual Studio 2013) 24

.NET Framework Wikipedia. (2013)..NET Framework. Available: h(p://en.wikipedia.org/wiki/.net_framework 25

ASP.NET ASP.NET is a server- side Web applicavon framework designed for Web development to produce dynamic Web pages. It was developed by MicrosoD to allow programmers to build dynamic web sites, web applicavons and web services. It was first released in January 2002 with version 1.0 of the.net Framework, and is the successor to MicrosoD's AcVve Server Pages (ASP) technology. ASP.NET is built on the Common Language RunVme (CLR), allowing programmers to write ASP.NET code using any supported.net language. Wikipedia. (2013). ASP.NET. Available: h(p://en.wikipedia.org/wiki/asp.net 26

ASP.NET ASP.NET is used to create dynamic web pages Web Browser Server- side Client HTML JavaScript Web Server ASP.NET C#/VB.NET CSS The server- side ASP.NET pages are converted on the server to HTML pages before it is sent to the client.net Framework 27

ASP.NET Different ways of creavng Web Sites with ASP.NET Web Sites ASP.NET Web Pages ASP.NET Web Forms ASP.NET MVC You can use (at least) 3 different approaches when creavng Web Sites with ASP.NET ASP.NET C#/VB.NET.NET Framework h(p://www.asp.net 28

Exercise Programming List the Programming langauges and frameworks you have been using What have you used them for?

Summary 30

References Wikipedia. (2013)..NET Framework. Available: h(p://en.wikipedia.org/wiki/.net_framework Wikipedia. (2013). ASP.NET. Available: h(p://en.wikipedia.org/wiki/asp.net I. Sommerville, So4ware Engineering: Pearson, 2010. S. Adams. Dilbert. Available: h(p://dilbert.com O. Widder. (2013). geek&poke. Available: h(p://geek- and- poke.com B. Lund. (2013). Lunch. Available: h(p://www.lunchstriper.no, h(p://www.dagbladet.no/ tegneserie/lunch/ 31

Hans- Pe=er Halvorsen, M.Sc. Telemark University College Faculty of Technology Department of Electrical Engineering, InformaMon Technology and CyberneMcs E- mail: hans.p.halvorsen@hit.no Blog: h=p://home.hit.no/~hansha/ 32