Basic Dotnet
Basic Dotnet
Basic Dotnet
NET
Pantech Solutions
Agenda
What is .NET?
.NET Framework
Visual Studio.NET
Visual Basic.NET
Pantech Solutions
What is Microsoft .NET?
http://www.microsoft.com/net/
Pantech Solutions
What is Microsoft .NET? (Cont.)
http://www.microsoft.com/business/vision/netvision.asp
Pantech Solutions
.NET Infrastructure and Tools
Pantech Solutions
.NET Framework
Pantech Solutions
.NET Framework
http://msdn.microsoft.com/net
Pantech Solutions
The .NET Framework
VB C++ C# JScript …
Visual Studio.NET
ASP.NET: Web Services Windows
Windows
and Web Forms Forms
Forms
Pantech Solutions
Common Language Runtime (CLR)
Pantech Solutions
Common Language Runtime (CLR)
Pantech Solutions
CLR: Execution Model
Source VB C# C++
code Unmanaged
Compiler Compiler Compiler
Component
JIT Compiler
Native Code
Pantech Solutions
.NET Framework Libraries
Pantech Solutions
.NET Framework Libraries
Unified Classes
Web Classes (ASP.NET)
Controls, Caching, Security, Session, Configuration etc
System Classes
Collections, Diagnostics, Globalization, IO, Security,
Threading Serialization, Reflection, Messaging etc
Pantech Solutions
Visual Studio.NET
Pantech Solutions
Visual Studio.NET
Visual J++ has been removed from the Visual Studio suite.
http://msdn.microsoft.com/vstudio
Pantech Solutions
JUMP to .NET
Pantech Solutions
VS.NET Features
Pantech Solutions
ADO.NET
Pantech Solutions
ADO.NET
ADOConnection
Similar to Connection object in ADO
ADOCommand
Similar to Command object in ADO
ADODataSetCommand
Somewhat like Recordsets for ADO.NET (DataSet)
Designed for stateless operations
ADODataReader
For streaming methods, similar to Stream
SQLConnection, SQLCommand, and
SQLDataSetCommand, SQLDataReader
Pantech Solutions