c sharp Class Introduction
Introduction To C# & .Net Framework Location: Chicago, IL Instructor: Micah A. Holmes Purpose Of Course: The primary purpose of this course is to teach you the fundamentals of OOP(Object Oriented Programming) and .Net framework using c# programming language. The second purpose or objective will be to teach you the fundamentals of Microsoft SQL with c# .Net applications. We will start with writing console applications, followed by desktop and end with an introduction to web development. Objectives: • Fundamentals of OOP • Fundamentals of c# using .Net Framework • Advanced understanding of c# programming language • Basic understanding of application architecture • Research and development using c# .Net • Basic understanding of Microsoft SQL Schedule Of Lectures: 7/27/2017 • Introduction to OOP o What is OOP Object-oriented programming (OOP) is a programming language model organized around objects rather than "actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data. o What are other types of Languages Procedural • Derived from structured programming, based on the concept of modular programming or the procedure call Imperative • Programs as statements that directly change computed state (data fields) Functional • Treats computation as the evaluation of mathematical functions avoiding state and mutable data Object Oriented • Treats data fields as objects manipulated through predefined methods only • Introduction To Visual Studio o Install Visual Studio 2015 Framework Solution Project Templates o Overview Of Visual Studio 2015 Solution Explorer Project Properties Toolbox Winforum • Review Common Controls o Button o Checkbox o Combo box o Label o Picture Box o Text Box o Project: Hello World Designer View • Properties Code View • Using; • Namespace • Class Debugging • Debug
Introduction To C# & .Net Framework Location: Chicago, IL Instructor: Micah A. Holmes Purpose Of Course: The primary purpose of this course is to teach you the fundamentals of OOP(Object Oriented Programming) and .Net framework using c# programming language. The second purpose or objective will be to teach you the fundamentals of Microsoft SQL with c# .Net applications. We will start with writing console applications, followed by desktop and end with an introduction to web development. Objectives: • Fundamentals of OOP • Fundamentals of c# using .Net Framework • Advanced understanding of c# programming language • Basic understanding of application architecture • Research and development using c# .Net • Basic understanding of Microsoft SQL Schedule Of Lectures: 7/27/2017 • Introduction to OOP o What is OOP Object-oriented programming (OOP) is a programming language model organized around objects rather than "actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data. o What are other types of Languages Procedural • Derived from structured programming, based on the concept of modular programming or the procedure call Imperative • Programs as statements that directly change computed state (data fields) Functional • Treats computation as the evaluation of mathematical functions avoiding state and mutable data Object Oriented • Treats data fields as objects manipulated through predefined methods only • Introduction To Visual Studio o Install Visual Studio 2015 Framework Solution Project Templates o Overview Of Visual Studio 2015 Solution Explorer Project Properties Toolbox Winforum • Review Common Controls o Button o Checkbox o Combo box o Label o Picture Box o Text Box o Project: Hello World Designer View • Properties Code View • Using; • Namespace • Class Debugging • Debug