











































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This lecture is part of lecture series on Information Technology course. This lecture includes: Dot Net, Overview of Dot Net, Visions and Goals of Dot Net, Building Blocks of Dotnet, Dot Net Languages, Dot Net Applications, Interoperability Between Dot Net and Com+, Net Web Services
Typology: Slides
1 / 51
This page cannot be seen from the preview
Don't miss anything!
Overview
to view
.NET as a brand
, one that
Microsoft has applied to severaltechnologies.
(providing new services and possibilities)and others allow an updated approach tocreating Windows applications that weknow today..
Overview
Microsoft .NET
will affect anyone who
works in the Windows environment.However, Most Windows developers oncelearn and implement this new tools andtechniques will find themselves capable ofbuilding more powerful, more usefulsoftware in less time.
Overview
.NET framework
is new environment for
creating applications. Because thefoundation is the same, developers see amuch more consistent environment.
(Common Language Runtime) and the .NETFramework class library (ASP.NET,ADO.NET, Windows forms, EnterpriseServices, and much more).
The .NET Framework
.NET My Services
is set of Internet-
accessible Web services. It allows users tostore and access the same personalinformation such as calendar from yourhome PC or Wireless PDA.
.NET MyServices
Clients
Applications
Internet
provide a useful
set of services (BizTalk Server 2000,Application Server 2000, Commerce Server2000, Host Integration Server 2000, SQLServer 2000, Exchange Server 2000, MobileInformation Server 2001, and InternetSecurity and Acceleration Server 2000).
COM supports
language
independence
-^
.Net supports
You can extend a class hosted in .Net andcan catch exceptions thrown by the codein .Net
JAVA
C++
VB
.NET
Java
C++VB
How does .Net ensureLanguage Integration
system (CTS). There are value types, whichare simple data types like integers and float,and reference types
two generic types of data, multiplelanguages can intermingle with one another.
How does .Net ensure language
integration
library.
structures grouped into a hierarchical systemof namespaces that contain logically relatedclasses.
Object-Oriented
Programming
support
How does .Net ensure language
integration
into what is called Microsoft IntermediateLanguage (MSIL).
converted into native code by the commonlanguage runtime. JAVAC++Visual Basic
MSIL
How does .Net simplify
deployment compared to COM • Definitions of assembly, metadata, manifest• Avoid DLL
of the information contained in the metadataand manifest.
.NET Web Services