ASP.NET pages are dynamically
In this tutorial you will
This tiny demo source code
Before Asp.net invasion there
compiled on demand when
learn how to add Web Parts
will give you a hint about
were many other programming
first required in the
at run time and To test the
how to query data stored on
languages and technologies
context of a Web
Web Parts catalog.
your server via XMLDB Engine
on which the dynamic pages
application. Dynamic
Lite (XMLDBelt), create new
were made. In this tutorial
compilation is not specific
files, insert data into
I will explain how we can
to ASP.NET pages (.aspx
existed, update data, delete
migrate our classic asp
files); it also occurs with
and etc.
application to the modern
Web Services (.asmx files),
asp.net application. Most of
Web user controls (.ascx
the components that were
files), HTTP handlers (.ashx
written was in visual basic
files), and ASP.NET
6 which communicated with
application files such as
the asp application using
the global.asax file. But
the COM components.
what does it mean exactly
that an ASP.NET page is
compiled?
Date: Apr, 22 2004 Date: Jun, 04 2006 Date: May, 03 2004 Date: May, 30 2006 |
Using an ASHX handler for
The .NET framework provides
Explains the authentication
Learn about the licensing
optimal performance we
the Dataset object which is
process and how to set up
requirements for ASP.NET
create a system for feed RSS
designed to handle data
authentication and
server controls and learn
out of your database driven
abstractly independent of
authorization, create and
about an ASP.NET control
site. Explains RSS xml
the data source. The DataSet
manage roles and apply
licensing implementation
format and gives you extra
can handle data from variety
access rules to the ASP.NET.
that can be used with
caching tips.
of sources like SQL, XML
versions 1.0 and 1.1 of the
etc. In this article we'll
.NET Framework. The
show you how to bind a data
implementation can be
grid control to data in an
extended to create custom
XML file using the DataSet
server-side licensing
class.
schemes.
Date: Sep, 01 2006 Date: Mar, 01 2002 Date: Dec, 13 2006 Date: Aug, 25 2003 |