Unit 1 Introduction To Net 1 Introduction to

  • Slides: 12
Download presentation
Unit 1: Introduction To. Net 1

Unit 1: Introduction To. Net 1

Introduction to. Net Integrated Development Environment (IDE) n Languages in the. NET Framework n

Introduction to. Net Integrated Development Environment (IDE) n Languages in the. NET Framework n The Common Language Runtime n Accessing Data with ADO. NET & XML n Accessing the Web with ASP. NET n 2

Integrated Development Environment (IDE) Editor/Browser Toolbox Server Explorer Task List Object Browser Solution Explorer

Integrated Development Environment (IDE) Editor/Browser Toolbox Server Explorer Task List Object Browser Solution Explorer Properties Dynamic Help 3

Languages in the. NET Framework n n Visual Basic. NET C# – designed for.

Languages in the. NET Framework n n Visual Basic. NET C# – designed for. NET J#. NET Third-party languages 4

Overview of the. NET Framework C++ C# J# … Common Language Specification . NET

Overview of the. NET Framework C++ C# J# … Common Language Specification . NET Framework V i s u a l S tu d i o. N E T Visual Basic 5

What Are the Parts of. NET The. NET Languages n Common Language Runtime n.

What Are the Parts of. NET The. NET Languages n Common Language Runtime n. NET Framework Class Library n ADO. NET: Data and XML n ASP. NET: Web Forms and Services n Windows Forms n 6

The. NET Framework Components ASP. NET: Web Forms & Services Windows Forms A D

The. NET Framework Components ASP. NET: Web Forms & Services Windows Forms A D O. N E T : D a ta & X ML. NE T F ramew o rk Cl ass L i b rary C o m m o n L a n g u a g e R u n ti m e 7

Common Language Runtime Base Class Library Support Thread Support COM Marshaler Type Checker Exception

Common Language Runtime Base Class Library Support Thread Support COM Marshaler Type Checker Exception Manager Security Engine Debug Engine MSIL to Native Compilers Code Manager Garbage Collection Class Loader 8

. NET Framework Class Library System. Security System. Runtime. Interop. Services System. Net System.

. NET Framework Class Library System. Security System. Runtime. Interop. Services System. Net System. Text System. Globalization System. Reflection System. Threading System. Configuration System. IO System. Diagnostics System. Collections 9

Accessing Data with ADO. NET & XML System. Data System. Xml. Schema Data. Set

Accessing Data with ADO. NET & XML System. Data System. Xml. Schema Data. Set Data. Table Data. Row Data. View System. Xml. Serialization 10

Accessing the Web with ASP. NET System. Web ASP. NET Services UI Description Html.

Accessing the Web with ASP. NET System. Web ASP. NET Services UI Description Html. Controls Discovery Web. Controls Protocols Caching Security Configuration Session. State 11

Lab 1: Introduction to. Net Exercise 1: Becoming Familiar with the Visual Studio. NET

Lab 1: Introduction to. Net Exercise 1: Becoming Familiar with the Visual Studio. NET IDE Exercise 2: Using code snippets to insert a for loop and if statement