C# Basics Course Introduction Svetlin Nakov Technical Trainer Software University

Slides:



Advertisements
Similar presentations
C# Basics Course Introduction Svetlin Nakov Technical Trainer
Advertisements

OOP Course Program, Evaluation, Exams, Resources Svetlin Nakov Telerik Software Academy academy.telerik.com Technical Trainer
Course Program, Evaluation and Exams Svetlin Nakov Telerik Software Academy academy.telerik.com Technical Trainer
JavaScript Basics Course Introduction SoftUni Team Technical Trainers Software University
Software University Curriculum, Courses, Exams, Jobs SoftUni Team Technical Trainers Software University
PHP Basics Course Introduction SoftUni Team Technical Trainers Software University
Course Program, Evaluation, Exams, Resources Telerik Software Academy Data structures and algorithms.
Fundamentals SoftUni Welcome to Software University SoftUni Team Technical Trainers Software University
Advanced JavaScript Course Introduction SoftUni Team Technical Trainers Software University
Introduction Svetlin Nakov Telerik Corporation
Programming Basics Course Introduction SoftUni Team Technical Trainers Software University
Software Testing Lifecycle Exit Criteria Evaluation, Continuous Integration Ivan Yonkov Technical Trainer Software University.
Teamwork and Personal Skills Course Introduction Software University SoftUni Team Technical Trainers.
Fundamentals SoftUni Welcome to Software University SoftUni Team Technical Trainers Software University
Course Program, Evaluation, Exams
Svetlin Nakov Technical Trainer Software University
Build Processes and Continuous Integration Automating Build Processes Software University Technical Trainers SoftUni Team.
Course Program, Evaluation and Exams Svetlin Nakov Telerik Software Academy academy.telerik.com Technical Trainer
Test-Driven Development Learn the "Test First" Approach to Coding SoftUni Team Technical Trainers Software University
JavaScript Basics Course Introduction Svetlin Nakov Technical Trainer Software University
Trainers Team Ivan Yonkov Rated in the top 7% at Stack Overflow
OOP Course Program, Evaluation, Exams, Resources Telerik Software Academy Object-Oriented Programming.
Course Program, Evaluation and Exams Telerik Software Academy C# Fundamentals – Part 2.
Web Fundamentals (HTML and CSS) Course Introduction SoftUni Team Technical Trainers Software University
Jekyll Static Site Generator Template-Based Site Generation Svetlin Nakov Technical Trainer Software University
Web Fundamentals (HTML and CSS) Course Introduction Svetlin Nakov Technical Trainer Software University
Web Fundamentals (HTML and CSS)
Exam Preparation Algorithms Course: Sample Exam SoftUni Team Technical Trainers Software University
High-Quality Code: Course Introduction Course Introduction SoftUni Team Technical Trainers Software University
Advanced C# Course Introduction SoftUni Team Technical Trainers Software University
Object-Oriented Programming Course Introduction Svetlin Nakov Technical Trainer Software University
JavaScript Applications Course Introduction SoftUni Team Technical Trainers Software University
Data Structures Curriculum, Trainers, Evaluation, Exams SoftUni Team Technical Trainers Software University
Programming for Beginners Course Introduction SoftUni Team Technical Trainers Software University
JavaScript Applications Course Introduction SoftUni Team Technical Trainers Software University
High-Quality Code: Course Introduction Course Introduction SoftUni Team Technical Trainers Software University
PHP Basics Course Introduction Svetlin Nakov Technical Trainer Software University
Software Technologies Course Overview SoftUni Team Technical Trainers Software University
Programming Fundamentals Course Introduction SoftUni Team Technical Trainers Software University
Team Work and Personal Skills Course Introduction Angel Georgiev Part-time Trainer Software University
Creating Content Defining Topic, Creating Technical Training Materials SoftUni Team Technical Trainers Software University
ASP.NET MVC Course Program, Trainers, Evaluation, Exams, Resources SoftUni Team Technical Trainers Software University
Advanced JavaScript Course Introduction SoftUni Team Technical Trainers Software University
Stacks and Queues Processing Sequences of Elements SoftUni Team Technical Trainers Software University
Generics SoftUni Team Technical Trainers Software University
C# OOP Advanced Course Introduction SoftUni Team Technical Trainers Software University
Java OOP Advanced Course Introduction SoftUni Team Technical Trainers Software University
JavaScript Advanced Course Overview SoftUni Team Technical Trainers Software University
Software Technologies
Programming Fundamentals (Extended)
Databases basics Course Introduction SoftUni Team Databases basics
Data Structures Course Overview SoftUni Team Data Structures
PHP MVC Frameworks Course Introduction SoftUni Team Technical Trainers
PHP Fundamentals Course Introduction SoftUni Team Technical Trainers
C# Database Fundamentals with Microsoft SQL Server
JavaScript Applications
C# Programming Course – Part I
C# Databases Advanced with Microsoft SQL Server
Software Technologies
Databases advanced Course Introduction SoftUni Team Databases advanced
Object-Oriented Programming: Course Intro
JavaScript Fundamentals
C# Advanced Course Introduction SoftUni Team C# Technical Trainers
Databases Advanced Course Introduction SoftUni Team Databases Advanced
Web Fundamentals (HTML and CSS)
Java Advanced Course Introduction SoftUni Team Java Technical Trainers
C# Advanced Course Introduction SoftUni Team C# Technical Trainers
Course Overview, Trainers, Evaluation
JavaScript Fundamentals
JavaScript Frameworks & AngularJS
Presentation transcript:

C# Basics Course Introduction Svetlin Nakov Technical Trainer Software University

Table of Contents 1.Course Objectives 2.Course Program 3.Trainers Team 4.Examination 5.Learning Resources 2

SoftUni Diamond Partners

C# Basics Course Course Objectives & Program

5  The "C# Basics" course:  First steps in computer programming:  Compiler, IDE, variables, control-flow logic, console I/O, loops  Establish algorithmic thinking  Development of problems solving skills  Prepare for learning other languages and software technologies  Java, HTML, CSS, JavaScript, PHP  Databases & SQL, high-quality code  Web development technologies Course Objectives

6 1.Course Intro. Introduction to Programming. Using the IDE 2.Primitive Data Types, Variables, Literals 3.Operators, Expressions and Statements 4.Console-Based Input and Output 5.Conditional Statements (if-else, switch-case) 6.Loops (while, do-while, for, foreach) 7.Advanced Topics: Methods, Arrays, Lists, Strings 8.Exam Preparation: Solving Sample Exams 9.Practical Exam C# Basics – Course Topics

The Trainers Team

8  Bogomil Dimitrov  Top performing student from SoftUni  Currently Level #2 Trainers Team

9  20+ volunteer teaching assistants  Students from SoftUni (Level #1)  Top performers from previous C# Basics courses Volunteer Teaching Assistants

C# Basics Course: More Details Duration, Languages, Technologies

11  Lectures: ~ 16 hours (onsite + YouTube videos)  Practical exercises (in class): ~ 16 hours  Homework: ~ hours  Exam: 6 hours  Allocation  Timeframe: October– December 2014  Exam: mid-December 2014 Training Duration – C# Basics

12  C#..NET and Visual Studio in Windows environment  Excellent start for beginners, very easy to learn  The C# language  Modern object-oriented language  Very popular, used by millions developers  Easy to learn, yet very powerful  C# is just the start!  We will learn Java, PHP, Linux, HTML, JS, SQL, and many more Why C# and.NET Framework?

13  Why the slides are in English?  English is the native language of the software engineers  Specific terminology should be in English  Translations are inaccurate and funny  Just learn English!  No excuses Why English?

C# Basics Evaluation Criteria

15  Exams measure the individual performance  Score formed by several components:  Exam results, homework, forums activity, etc.  The "C# Basics" exam serves as admission criteria for the Software University Software University

16  Practical Programming Exam  5 practical problems for 6 hours  1 very easy, 3 with loops, 1 with bit operations  Covers all learned topics up to the moment  Without the "Advanced" topics  Automated judge system & real-time feedback  Solutions are evaluated for correctness only  Code quality is not measured C# Basics Exam

17  Write a program that enters a positive integer number N from the console (1 ≤ N ≤ 100) and prints a new year tree of size N, following the examples below: C# Exam – Sample Problem N = 2 | * | * * | * ** | ** N = 3 | * | * * | * ** | ** ** | ** *** | *** N = 5 | * | * * | * ** | ** ** | ** *** | *** *** | *** **** | **** **** | **** ***** | ***** N = 1 | * | * N = 4 | * | * * | * ** | ** ** | ** *** | *** *** | *** **** | ****

18 C# Exam – Sample Solution static void Main() { int n = int.Parse(Console.ReadLine()); int n = int.Parse(Console.ReadLine()); for (int i = 0; i <= n; i++) for (int i = 0; i <= n; i++) { int asterisksCount = i; int asterisksCount = i; string asterisks = new string('*', asterisksCount); string asterisks = new string('*', asterisksCount); int spacesCount = n - asterisksCount; int spacesCount = n - asterisksCount; string spaces = new string(' ', spacesCount); string spaces = new string(' ', spacesCount); Console.Write(spaces); Console.Write(spaces); Console.Write(asterisks); Console.Write(asterisks); Console.Write(" | "); Console.Write(" | "); Console.Write(asterisks); Console.Write(asterisks); Console.WriteLine(spaces); Console.WriteLine(spaces); }}

19  Onsite students  Exam – 80 %  Serves as pass / fail criteria  Homework + evaluation – 10 % + 10 %  Forums activity – bonus up to 10 %  Online students  Exam – 100%  Forums activity – bonus up to 10 % Scoring System for the "C# Basics" Course

20  Everyone will give feedback to a few random homework submissions  Students submit homework anonymously  Please exclude your name from the submissions!  For each homework submitted  Students evaluate 3 random homeworks  From the same topic, after the deadline  Give written feedback, at least 200 characters  Low-quality feedback  report for punishment  Everyone will get feedback for their homework Homework Peer Reviews

21  All exam problems will be tested automatically  Through our automated online judge system  During the exam preparation you will practice how to use the automated judge system  You can register at any time to practice  How the testing (judge) system works?  You submit your C# source code  Your solution is tested with predefined tests  For each test passed you get some score The Judge System at the Exam

22  Doing your homework is very important!  Programming can only be learned through a lot of practice!  You should write code every day!  Each lecture is followed by a few exercises  Try to solve them in class  The rest are your homework  Homework assignments are due in 2 weeks after each lecture  Submission will be accepted through our web site: softuni.bgsoftuni.bg Homework Assignments

Resources What We Need Additionally?

24  The C# Basics official web site:  Register for the "Software University Forum":  Discuss the course exercises with your colleagues  Find solutions for all course exercises  Share source code / discuss ideas / help each other Course Web Site & Forums

25  All lecture slides, videos, homework assignments, projects and other resources are open content, available for free  Visit the course web site to access the course resources The C# Programming Slides and Videos

26 The official textbook for the course  “Fundamentals of Computer Programming with C#”, by Svetlin Nakov & Co., 2013, ISBN  English and Bulgarian versions (as PDF, ePub, …)  Freely downloadable from: The Free C# Fundamentals Textbook  The C# programming SoftUni.bg follow the book  C# Basics  chapters 1..6 (up to Loops) + few advanced topics

27  Software University Learning System (SULS)   Important resource for all students  Homework submissions  Homework check-up  Exams and results  Reports about your progress  … Software University Learning System (SULS)

28  Software needed for this course:  Microsoft Windows (Win 8.1 / Win8 / Win7 / Win XP)  Microsoft Visual Studio 2013 or Visual Studio Express 2013 for Windows Desktop (a free version of VS 2013 )Visual Studio Express 2013 for Windows Desktop .NET Framework 4.5 (included in Visual Studio)  Visual Studio 2012, 2010, 2008, 2005 is also acceptable Required Software

29  The "C# Basics" course provides  The very first steps in programming  Training program  Programming, using Visual Studio, variables, control-flow logic, loops, advanced topics  Practical exams  Automated judge system + score system  Learning resources  Lectures, videos, software, books, forum Summary

? ? ? ? ? ? ? ? ? C# Basics – Course Introduction

License  This course (slides, examples, demos, videos, homework, etc.) is licensed under the "Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International" licenseCreative Commons Attribution- NonCommercial-ShareAlike 4.0 International  Attribution: this work may contain portions from  "Fundamentals of Computer Programming with C#" book by Svetlin Nakov & Co. under CC-BY-SA licenseFundamentals of Computer Programming with C#CC-BY-SA  "C# Part I" course by Telerik Academy under CC-BY-NC-SA licenseC# Part ICC-BY-NC-SA 31

Free Software University  Software University Foundation – softuni.orgsoftuni.org  Software University – High-Quality Education, Profession and Job for Software Developers  softuni.bg softuni.bg  Software Facebook  facebook.com/SoftwareUniversity facebook.com/SoftwareUniversity  Software YouTube  youtube.com/SoftwareUniversity youtube.com/SoftwareUniversity  Software University Forums – forum.softuni.bgforum.softuni.bg