Download presentation
Presentation is loading. Please wait.
Published byVivien Cox Modified over 9 years ago
1
What the Course is About 1 Welcome to Adv. Visual Programming using C#
2
Course info Instructor: Yrd. Doç. Dr. Cengiz Örencik E-mail: cengizorencik@beykent.edu.trcengizorencik@beykent.edu.tr Course material http://myweb.sabanciuniv.edu/cengizo/courses all the notes / codes will be shared there
3
Book Not required You may use any programming book on C# Microsoft Visual C#.NET step by step John Sharp and Jon Jagger
4
Grading 4 Midterm 30% Inclass quizes (2)20% Final50% Hws Mostly coding Self study Not be graded
5
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
6
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
7
Getting started You will need an integrated development environment (IDE) Download Visual Studio Community 2015 https://www.visualstudio.com/products/visual-studio- community-vs https://www.visualstudio.com/products/visual-studio- 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.
8
HelloWorld Lets do it from scratch First as console application Next as Visual
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.