What the Course is About 1 Welcome to Adv. Visual Programming using C#

Slides:



Advertisements
Similar presentations
CSS446 Spring 2014 Nan Wang. 2 Instructor Instructors: –Nan Wang Office: TEC 232 Phone: (601) Meeting time and location:
Advertisements

Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
FUNDAMENTALS OF PROGRAMMING SM1204 Semester A 2010/2011.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
GTECH 731 Lab Session 1 – Introduction, Lab 1 8/31/10 Tony Ierulli
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
Technical Report Writing and Presentation Skills Course Outline 1.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
Sadegh Aliakbary Sharif University of Technology Fall 2011.
Android Club Joe Richard. Welcome Rakhimov Gayrat – JOE Global Solutions (BI, CBU, MedApp) WIUT Sunet Technology (QMS, WM) Ice breaking.
CS 2340: Programming in VB Instructor: Dr. Qi Yang Office: 213 Ullrich Phone: YangQ 1.
Modern concepts of programming - Course presentation - Prof. Dr Dragan Jankovic.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
WELCOME PARENTS! Honors Computer Programming Ms. L. Dutchen.
Introduction to Java Programming with JBuilder 4
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
 Dr. Natheer Khasawneh. Visual Programming CPE 411 Dr. Natheer Khasawneh Jordan University of Science and Technology.
CS 2340 Programming in VB.NET Instructor: Dr. Qi Yang Office: 213 Ullrich Phone: YangQ 1.
INTRODUCTION TO PROGRAMMING COURSE CODE – MIS 211 Department of Management Information System Mr.Mohammed Abu Roqiah.
Object Oriented Programming CEN 221. Course Description Classes, objects, inheritance, polymorphism, graphical user interfaces, event handling, exception.
Sadegh Aliakbary Sharif University of Technology Spring 2011.
CSC300 Visual Programming Dr. Craig Reinhart. Objectives Teach the basics of C++ –You won’t be an expert but hopefully a very good novice –GUI development.
FUNDAMENTALS OF PROGRAMMING SM1204 SEMESTER A 2012.
Introduction to Graphical User Interfaces. Objectives * Students should understand what a procedural program is. * Students should understand what an.
CSC 113 Java Programming II
Sadegh Aliakbary Sharif University of Technology Fall 2010.
An Introduction to Visual Basic
CSCI 3328 Object Oriented Programming in C# Chapter 2: Introduction to Visual C# Programming 1 Xiang Lian The University of Texas Rio Grande Valley Edinburg,
Instructor: Tina Tian. About me Office: RLC 203A Office Hours: Wednesday 1:30 - 4:30 PM or .
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Sadegh Aliakbary Sharif University of Technology Fall 2012.
Integrated Development Environment (IDE)
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Selected Topics in Information Technology Programming Language - JAVA Semester 1/2554.
Salman Marvasti Sharif University of Technology Fall 2014.
CAP 211 Visual Programming Introduction. 2 Lecturers: Lecturers: Reham Al-Abdul Jabbar, Office hours & office location:
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
CT 1503 Network Operating Systems Instructor: Dr. Najla Al-Nabhan 2014.
IE 423 – Design of Decision Support Systems Visual Studio Introduction to VB.NET programming.
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)
1 Visual Studio.NET.NET as a Teaching Tool John D. Haney John M. Lovely Northern Arizona University College of Business Administration.
Welcome to / Bienvenue à A Introduction to Computing II Instructor: William Renner TA: TBA Course website: Fall Session.
Lecture.1: Getting Started With Java Jiang (Jen) ZHENG May 9 th, 2005.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Introduction Mehdi Einali Advanced Programming in Java 1.
Winter 2016CMPE212 - Prof. McLeod1 CMPE212 Object Oriented Programming for Engineers Course Web Site: Lecture.
Introduction to Course Material Version 1.1. Objectives Course requirements and objectives - Exams - HW (Labs) - Quizzes How to access to FTP site How.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Database Management Systems.  Instructor: Yrd. Doç. Dr. Cengiz Örencik   Course material.
Introduction to Course Material. Objectives Course requirements and objectives - Exams - HW (Labs) - Quizzes How to access to FTP site How to register.
1 BIT 5495 Introduction Syllabus Instructor:Dr. Lance A. Matheson Office:Pamplin 1017 Office Hours:By appointment is best way to contact me Phone:
Mind Q Systems Leader s In Training /7, 2nd Floor, Srinivasa Nagar Colony (W) Above HDFC Bank, S.R. Nagar Hyderabad Tel: /92.
IT274 Intermediate C# Programming Instructor : Vladimir Gubanov, PhD AIM : vladimirg77.
CMPT 201 Computer Science II for Engineers
Chapter 1 Introduction to Visual Basic
Welcome to Adv. Java Programming
Database Management Systems
CSc 020: Programming Concepts and Methodology II
CSCI 3328 Object Oriented Programming in C# Chapter 2: Introduction to Visual C# Programming UTPA – Fall 2012 This set of slides is revised from lecture.
Welcome to Visual Programming using C#
Introduction to VB programming
CS 2340: Programming in VB Instructor: Dr. Qi Yang Office: 213 Ullrich
Advanced Programming Fall 2017.
SE-1021 Software Development 2
Introduction to VB programming
0. Overview of 2-Day Academic .NET Workshop
CMPE419 Mobile Application Development
Computer Engineering Department Islamic University of Gaza
CS313T Advanced Programming language
Presentation transcript:

What the Course is About 1 Welcome to Adv. Visual Programming using C#

Course info Instructor: Yrd. Doç. Dr. Cengiz Örencik Course material all the notes / codes will be shared there

Book Not required You may use any programming book on C# Microsoft Visual C#.NET step by step John Sharp and Jon Jagger

Grading 4 Midterm 30% Inclass quizes (2)20% Final50% Hws Mostly coding Self study Not be graded

Aims to learn 5 The nature of object oriented programming Class, objects, methods etc. Building big programs using small ones. Test/debug Inheritance, polymorphism …. GUI design Toolbox and control properties Event driven programming Multi thread programming File processing Database access Networking

Tentative Outline Objects and Classes Introduction to visual programming Strings and string manipulation Inheritance and Polymorphism Event handling and more GUI Files and streams Database access Graphics Multithreading Networking

Getting started You will need an integrated development environment (IDE) Download Visual Studio Community community-vs community-vs If you already have a running visual studio you may go on with it, they are more or less the same If you are using a different IDE, such as Eclipse, switching to VS is recommended.

HelloWorld Lets do it from scratch First as console application Next as Visual