Dotnet
Dotnet
NET Framework
C#
Web Services
Introduction
First
introduced in June 2000
What is .NET? Microsoft’s definition:
Like Java
Some comparisons to Java
Similarities
• Garbage Collection
• Interfaces
• Everything belongs to a class
Differences
Libraries Libraries
IL Byte Code
Extensive libraries
Web Services
RPC over Internet
Provide functions through XML
messaging system
.NET platform makes it easy to create
web services
• Create a web service much like you do an
ASP.NET page
.NET 2.0
Tobe released this year (around June)
Some new features: