TALTECH IT College 2019/2020, Andres käver

Slides:



Advertisements
Similar presentations
North Plainfield High School. RESPONSIBILITY IN HIGH SCHOOL CHOOSING RESPONSIBLY IN COLLEGE * High school is mandatory and usually free. * College is.
Advertisements

COMS S1007 Object-Oriented Programming and Design in Java July 8, 2008.
Object-Oriented Enterprise Application Development Course Introduction.
Sadegh Aliakbary Sharif University of Technology Fall 2011.
Chapman students presenting physical geology research projects to AP Environmental Science class, Orange High School Bringing Research into Your Classroom.
I think you’ll recognize it!. Lifespan Development (5 weeks) Intelligence, Testing & Personality (5 weeks) Abnormal, Treatments & Social Behavior (5 weeks)
Object Oriented Programming CEN 221. Course Description Classes, objects, inheritance, polymorphism, graphical user interfaces, event handling, exception.
Sadegh Aliakbary Sharif University of Technology Fall 2010.
Sadegh Aliakbary Sharif University of Technology Fall 2012.
T Seminar on Network Security. Overview Paper finalization (deadline ) –Final check, images, references, style –Note the changed date of.
Interactive Notebooks and Portfolios What? Why? How?
Engineering Secure Software. Vulnerability of the Day  Each day, we will cover a different type of code-level vulnerability Usually a demo How to avoid,
Operating Systems Session 1. Contact details TA: Alexander(Sasha) Apartsin ◦ ◦ Office hours: TA: Sasha Alperovich.
1 1.Log in to the computer in front of you –Temp account: 231class / 2.Update your in Cascadia's system –If I need to you I'll use.
School Certificate Higher School Certificate Reporting to NSW Schools on the School Certificate and the Higher School Certificate Presenter: Carol Taylor,
AP Physics 1 – 2014 Semester 1 Final Exam Info.. The Real AP Exam in May…. Exam Format The AP Physics 1 Exam is approximately 3 hours in length. There.
Course Program, Evaluation, Exams George Georgiev Telerik Software Academy academy.telerik.com Technical Trainer itgeorge.net.
November 14, Password: Minnie2 * Grant update * CTE Grant * Discussion – Courses Requiring Assessments * AVID Update.
HFT 4464 Hospitality Financial Management Summer B :00 – 9:50 p.m. Course Overview.
21 st Century Assessment at Reagan. 21 st Century Assessment Reagan underwent a change in assessment (grading)in recent years Reagan underwent a change.
TOPICS 1, 2, 3 & 5: (UNITS 1, 3, 2 & 4) FALL 2015 SEMESTER EXAM REVIEW COMPETITION EACH PERSON IN YOUR GROUP NEEDS AT LEAST ONE SHEET OF PAPER WITH THEIR.
Classic Connections: Innovative Methods for Making Education Work.
Here you will find information about the requirements and due dates for our semester-long online portfolio project. Online Portfolio Assignment Sheet You.
1 1.Log in to the computer in front of you –Temp account: 210class / 2.Update your in Cascadia's system –If I need to you I'll use.
INTERMEDIATE MAINSTREAM Academic Year Module 1 COURSE INFORMATION.
I think you’ll recognize it!. Lifespan Development (5 weeks) Intelligence, Testing & Personality (4 weeks) Abnormal, Treatments & Social Behavior (5 weeks)
Course Program, Evaluation, Exams George Georgiev Telerik Software Academy academy.telerik.com Technical Trainer itgeorge.net.
Honors Pre- Calculus Mrs. Medeiros. Honors Pre-Calculus  This course will cover many topics, including functions and graphs, polynomials, exponential.
Building Web Applications with Microsoft ASP
All important information will be posted on Blackboard
Introduction to Apple mobile technologies- I393
Online Course Design: Is the Conversation Over?
Math 10 online work that is due today at the start of class:
Honors AMERICAN HISTORY I
Building Web Applications with Microsoft ASP
Summer Learning Conference June 2017 Laura Smith
Instructor and/or Author Information
Web Applications Security INTRO
International Baccalaureate ® Economics (SL)
Secure Testing with Respondus
We’ll be spending minutes talking about Quiz 1 that you’ll be taking at the next class session before you take the Gateway Quiz today.
Advanced College English
Introduction to Programming 2
40S / advanced placement TEACHER: MS. LETHBRIDGE
MathXL® Student Overview QRB/501
Checking your Grade for English 2070/4070
Shields’ Expectations
Engineering Secure Software
ISA 562 Information Security Theory and Practice
AP Research The second course in College Board’s Capstone Program
AMERICAN HISTORY I 45% 40% Coach Heck Quiz 15% Classwork Homework
Psychology 40S Exam Information
Administration, Coverage, Review
Course Software Testing & Verification 2017/18 Wishnu Prasetya
MyMathLab® Student Overview QRB/501
Second Semester Overview
MEDFORD SCHOOL DISTRICT STANDARDS BASED GRADING EXPECTATIONS
Building Web Applications with Microsoft ASP
C# - Intro TTU IT College , Autumn SEMESTER Andres käver.
MyStatLab Student Overview QNT/561
AP Research The second course in College Board’s Capstone Program
Homework Reading Machine Projects Labs
Infinite Campus A Parent’s Overview.
Objects and Design Summer 2002
IT College 2016, Andres käver
Welcome to AP United States History Parent/Student Night
Content Creation Jiaqi Xue 12/10/2012.
Current Topics 40S Exam Information
LABORATORY SAFETY MANAGEMENT SYSTEM MANUAL
AP World History: Modern
Presentation transcript:

TALTECH IT College 2019/2020, Andres käver C# - Intro TALTECH IT College 2019/2020, Andres käver

C# - Teacher Andres Käver akaver@itcollege.ee Skype: akaver Discord channel for course: https://discord.gg/raHAsC (link expires 02.09.2019 evening) Using your real name and Uni-ID is mandatory! Andres Käver (Andres.Kaver) Feedback from last semester (2018/2019 Spring) https://enos.itcollege.ee/~akaver/AineKysitlused/feedback1819spring.csv

C# - Grading Grade Every grade part has >50% requirement 20p theoretical quiz – on paper (multiple choice questions), no outside help 30p practical exam - everything is allowed (except direct outside help) 50p home project – no teams 0-50: FAIL, 51-60: 1, 61-70: 2, 71-80: 3, 81-90: 4, 91 and more: 5 Every grade part has >50% requirement Home assignment grade can’t be higher than practical examination (How could you do your homework at max, and then fail practical exam?)

C# - Home project Home project – 50 points No teams Final project defence – 25 points X milestones, every milestone gives 25/X points Every milestone has deadline, every day over deadline removes 10% of this deadlines points X– is anywhere from 1 - 20

C# - Misc Homepage http://enos.itcollege.ee/~akaver/CSharp Projects (all grading is based on git history and content) https://gitlab.cs.ttu.ee (Uni-ID) Git repo has to be named icd0008-2019f (developers) ics0016-2019f (cyber security) Demo projects http://git.akaver.com/csharp-fall-2019

C# - IDE Please use personal laptop for development (or rdp to somewhere) School pc-s are not updated that frequently. You don’t have admin rights, can’t install some of the required components. IDE – your choice Win: Visual Studio (any edition) + JetBrains ReSharper OSX: JetBrains Rider or VS for OSX (no ReSharper here) Universal: JetBrains Rider or VS Code

C# Topics covered Basic program structure Type system OOP Working with data LINQ Delegates, Events, Exceptions Multithreading Reflection Programming patterns WPF, UWP, Web/Razor