120 likes | 150 Views
Learn about .NET's Integrated Development Environment, supported languages, Common Language Runtime, accessing data with ADO.NET & XML, and web development with ASP.NET. Dive into Visual Studio, ADO.NET, ASP.NET, Windows Forms, and more components in the .NET Framework.
E N D
Introduction to .Net • Integrated Development Environment (IDE) • Languages in the .NET Framework • The Common Language Runtime • Accessing Data with ADO.NET & XML • Accessing the Web with ASP.NET
Integrated Development Environment (IDE) Editor/Browser Object Browser SolutionExplorer Toolbox Properties ServerExplorer Task List Dynamic Help
Languages in the .NET Framework • Visual Basic .NET • C# – designed for .NET • J# .NET • Third-party languages
Overview of the .NET Framework Visual Studio .NET Visual Basic C++ C# J# … Common Language Specification .NET Framework
What Are the Parts of .NET • The . NET Languages • Common Language Runtime • .NET Framework Class Library • ADO .NET: Data and XML • ASP .NET: Web Forms and Services • Windows Forms
The .NET Framework Components ADO .NET: Data & XML .NET Framework Class Library ASP .NET: Web Forms & Services Windows Forms Common Language Runtime
Thread Support COM Marshaler Type Checker Exception Manager Security Engine Debug Engine MSIL to Native Compilers Code Manager Garbage Collection Common Language Runtime Base Class Library Support Class Loader
.NET Framework Class Library System System.Security System.Runtime. InteropServices System.Text System.Globalization System.Net System.Threading System.Configuration System.Reflection System.Diagnostics System.Collections System.IO
Accessing Data with ADO.NET & XML System.Xml System.Data System.Xml.Schema DataSet DataRow System.Xml.Serialization DataTable DataView
Accessing the Web with ASP.NET ASP .NET System.Web Services UI Description HtmlControls Discovery WebControls Protocols Caching Security SessionState Configuration
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