C# and ASP.NET Programming CSC 494/594 C# and ASP.NET Programming
C# 2015
C# Object-oriented language with syntax that is similar to Java
C# 2015 Section 1 Section 2 Section 3 An Introduction to Visual Studio Section 2 C# language essentials Section 3 OOP We will cover Chapters 1-12 (out of 26)
ASP.NET 4.6 web programming with C# 2015
ASP.NET web programming with C# 2015 We will cover Chapters 1-11? (out of 24 Chapters)
Visual Studio 2019 Azure Dev Tools View.nku.edu
Download Files www.Murach.com All applications presented in this book FREE Downloads All applications presented in this book The starting point for all of the exercises The solutions of all of the exercises The database and files that are used by the applications and exercises
© 2013, Mike Murach & Associates, Inc. Murach's C# 2012, C1 © 2013, Mike Murach & Associates, Inc.
© 2013, Mike Murach & Associates, Inc. Murach's C# 2012, C1 © 2013, Mike Murach & Associates, Inc.
Common types of .NET applications Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
© 2016, Mike Murach & Associates, Inc. The .NET Framework Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
© 2016, Mike Murach & Associates, Inc. The Visual Studio IDE Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
How a C# application is compiled and run Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
Operation Programmer uses Visual Studio to create a project of C# files C# compiler translates C# source code to Microsoft Intermediate Language (MSIL or just IL) stored in an assembly (.exe file) The assembly is run by the .NET Framework’s Common Language Runtime (CLR)
The Visual Studio Start Page Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
Visual C# Development Settings “Note the first time you start Visual Studio, you’ll be asked to select the default environment settings. Then, you can choose Visual C# Development Settings…”
The Open Project dialog box Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
Project and solution concepts Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
The Form Designer window of Visual Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
The Code Editor window of Visual Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
© 2016, Mike Murach & Associates, Inc. The Solution Explorer Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
© 2016, Mike Murach & Associates, Inc. Project files Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
© 2016, Mike Murach & Associates, Inc. Project files (cont.) Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
Two floating windows, a hidden window, and a pinned window Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
How to rearrange windows Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
How to rearrange windows (cont.) Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
© 2016, Mike Murach & Associates, Inc. The form that’s displayed when the Financial Calculations project is run Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.
How to build a project without running it Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.