|
This presentation will cover
The release of ASP.NET forces
Consider the perceived risks
ASP.NET is built on a core
the following topics:
us to reconsider many
of migrations that tend to
set of classes and
Migrating from ASP.NET 1.X
preconceptions about the
cloud the benefits of new
interfaces that abstract the
to ASP.NET 2.0 and Visual
deployment of websites. For
technologies from a business
HTTP protocol. The three
Studio 2003 to Visual Studio
example, we need to get used
perspective, making it
core abstractions are the
2005 Conversion. Source code
to the possibility of
difficult to justify
context (HttpContext) that
included.
running multiple copies of
technology migrations to the
represents the current HTTP
the same site on a single
decision makers in an
request, handlers (classes
server, sharing different
enterprise. See how these
that implement IHttpHandler)
versions of identically
risks can be identified,
that are capable of
named DLLs. Another thing
planned for ahead of time
servicing HTTP requests, and
that developers might find
and evaluated against cost,
modules (classes that
incredible is XCopy
time to market, and other
implement IHttpModule) that
deployment, which allows a
business factors so that the
can pre/post process HTTP
developer to deploy an
project planner can have a
requests to provide
application by simply
solid handle on the bottom
additional services.
copying files to the target
line of a project. See
location. There's no need to
examples from a real-world
use the Registry or any
commercial application and
complex COM registration.
look at each of the business
and technological factors
that needed to be addressed
when migrating an ASP
application to ASP.NET on
the soon to be released
Windows Server 2003.
Date: May, 17 2005 Date: Jan, 19 2005 Date: Aug, 06 2003 Date: May, 28 2003 |
|
Comprehensive tutorial on
In this tutorial you will
ASP.NET 2.0 Tutorials : The
GeekAricles Database of
uploading image files,
learn how to add a filter to
Page Object Model
In this
exclussive collection of
determing size ( in bytes ),
a Grid View Control, To
tutorial you will learn
Technolgy Ebooks, Tech
type ( bmp, jpg, gif ),
modify the query with a
about Page Object Model, the
Articles, Computer Online
width and height ( in pixels
parameterized filter, the
Attributes of the @Page
books, Free Training
) of these images, imposing
WHERE Clause, Parameter
directive, the properties of
resources, White Papers,
restrictions to allow images
properties, Parameter Value
the Page Class, Methods of
Tips, tricks and Latest
of only certain size, width
Editor and To test filtering.
the Page Class, Page Class
Technology news. The
and height to get uploaded
Events and the Page
subjects includes C, C++,
and to resize ( create
Scripting Object Model.
C#, Java, J2EE, .NET,
thumbnails of ) these images.
PeopleSoft, SAP, Siebel,
Oracle Apps 11i, Data
warehousing, Oracle/SQL
Server/DB2 and Testing.
Date: Apr, 07 2003 Date: Jun, 04 2006 Date: Sep, 22 2005 Date: Aug, 14 2005 |