|
VB.NET 2005 Tutorials:
GDI+ (Graphics Device
This presentation will cover
The release of ASP.NET forces
Instantiating - Invoking Web
Interface) is the new
the following topics:
us to reconsider many
Services, Creating Proxy
interface for drawing
Migrating from ASP.NET 1.X
preconceptions about the
Classes with WSDL In this
Windows graphics. It is used
to ASP.NET 2.0 and Visual
deployment of websites. For
tutorial you will learn
frequently in Windows
Studio 2003 to Visual Studio
example, we need to get used
about Discovering Web
Applications but the nice
2005 Conversion. Source code
to the possibility of
Services, Instantiating and
thing is that they are also
included.
running multiple copies of
Invoking Web Services,
available in ASP.NET Web
the same site on a single
Creating Proxy Classes with
Applications.
server, sharing different
the Web Services Description
versions of identically
Language Tool (wsdl.exe)
named DLLs. Another thing
that developers might find
incredible is XCopy
deployment, which allows a
developer to deploy an
application by simply
copying files to the target
location. There's no need to
use the Registry or any
complex COM registration.
Date: Jul, 22 2005 Date: Jul, 14 2005 Date: May, 17 2005 Date: Jan, 19 2005 |
|
A guide that shows you how to
Microsoft is set to release
Learn how to use the tools
ASP.NET is built on a core
install IIS server and
an exciting upgrade to ASP
and options in Visual Studio
set of classes and
configure it to work with
later in 2000. This is a
.NET to increase your
interfaces that abstract the
ASP .NET (.aspx files), not
major upgrade unlike the
productivity and work
HTTP protocol. The three
just with ASP.
minor changes from ASP 2.0
efficiently in a team
core abstractions are the
to 3.0. Unlike past
environment when building
context (HttpContext) that
upgrades, however, this one
ASP.NET applications.
represents the current HTTP
will not be painless. When
request, handlers (classes
they designed ASP+,
that implement IHttpHandler)
Microsoft had to make the
that are capable of
hard decision occasionally
servicing HTTP requests, and
to break backward
modules (classes that
compatibility in the
implement IHttpModule) that
interest of improved
can pre/post process HTTP
functionality and features.
requests to provide
Before embarking on the
additional services.
inevitable—and not
painless—migration to ASP+,
it's best to know what
compatibility issues you'll
have to deal with. This
article covers Compatibility
Issues, API changes,
Semantic Changes, VB
Language Changes, and more.
Date: Mar, 31 2004 Date: Aug, 27 2003 Date: Aug, 08 2003 Date: May, 28 2003 |