Presentation is loading. Please wait.

Presentation is loading. Please wait.

C# and ASP.NET Programming

Similar presentations


Presentation on theme: "C# and ASP.NET Programming"— Presentation transcript:

1 C# and ASP.NET Programming
CSC 494/594 C# and ASP.NET Programming

2 C# 2015

3 C# Object-oriented language with syntax that is similar to Java

4 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)

5 ASP.NET 4.6 web programming with C# 2015

6 ASP.NET web programming with C# 2015
We will cover Chapters 1-11? (out of 24 Chapters)

7 Visual Studio 2019 Azure Dev Tools View.nku.edu

8 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

9 © 2013, Mike Murach & Associates, Inc.
Murach's C# 2012, C1 © 2013, Mike Murach & Associates, Inc.

10 © 2013, Mike Murach & Associates, Inc.
Murach's C# 2012, C1 © 2013, Mike Murach & Associates, Inc.

11 Common types of .NET applications
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

12 © 2016, Mike Murach & Associates, Inc.
The .NET Framework Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

13 © 2016, Mike Murach & Associates, Inc.
The Visual Studio IDE Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

14 How a C# application is compiled and run
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

15 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)

16 The Visual Studio Start Page
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

17 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…”

18 The Open Project dialog box
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

19 Project and solution concepts
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

20 The Form Designer window of Visual
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

21 The Code Editor window of Visual
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

22 © 2016, Mike Murach & Associates, Inc.
The Solution Explorer Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

23 © 2016, Mike Murach & Associates, Inc.
Project files Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

24 © 2016, Mike Murach & Associates, Inc.
Project files (cont.) Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

25 Two floating windows, a hidden window, and a pinned window
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

26 How to rearrange windows
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

27 How to rearrange windows (cont.)
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.

28 © 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.

29 How to build a project without running it
Murach's C# 2015 © 2016, Mike Murach & Associates, Inc.


Download ppt "C# and ASP.NET Programming"

Similar presentations


Ads by Google