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 |
Explains the authentication
The .NET framework provides
Using an ASHX handler for
Learn about the licensing
process and how to set up
the Dataset object which is
optimal performance we
requirements for ASP.NET
authentication and
designed to handle data
create a system for feed RSS
server controls and learn
authorization, create and
abstractly independent of
out of your database driven
about an ASP.NET control
manage roles and apply
the data source. The DataSet
site. Explains RSS xml
licensing implementation
access rules to the ASP.NET.
can handle data from variety
format and gives you extra
that can be used with
of sources like SQL, XML
caching tips.
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: Dec, 13 2006 Date: Mar, 01 2002 Date: Sep, 01 2006 Date: Aug, 25 2003 |