/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

ASP.NET 2.0 in 10 Minutes

Hits: 1151
*****
0.0

Executing queries on XMLDBelt

Hits: 1135
*****
0.0
Watch Thomas Lewis, Technical
VB.NET 2005 Tutorials:
A common task in N-tier .NET
This tiny demo source code
Evangelist for ASP.NET 2.0,
Creating Multiple-Document
web application development
will give you a hint about
give you his top-of-mind
Interface (MDI) Applications
involves compiling
how to query data stored on
perspective on salient
In this tutorial you will
components. You can compile
your server via XMLDB Engine
features of ASP.NET 2.0 in
learn about Creating
components in several
Lite (XMLDBelt), create new
this 10 minute video.
Multiple Document Interface
different ways, from using
files, insert data into
 
(MDI) Applications. In most
commands executed at the DOS
existed, update data, delete
 
real time applications we
command prompt to using
and etc.
 
often find that multiple
methods available through
 
 
windows open within another
the Visual Studio .NET
 
 
window. This kind of need is
Integrated Development
 
 
satisfied by implementing
Environment. This tutorial
 
 
Multiple Document Interface
provides detailed steps for
 
 
(MDI) Applications. You can
using each of these methods.
 
 
create a class and designate
The first method is for
 
 
it as a MDI window by
those who only have the .NET
 
 
setting its IsMDIContainer
Framework installed and are
 
 
Property as true. Set the
comfortable with working
 
 
value for WindowState as
from the command prompt.
 
 
maximized.
The second method also
 
 
 
involves working from the
 
 
 
command prompt but employs
 
 
 
special tools installed with
 
 
 
the installation of Visual
 
 
 
Studio .NET. In the third
 
 
 
method, you'll be introduced
 
 
 
to compiling components
 
 
 
using the visual interface
 
 
 
of Visual Studio .NET.
 
 
 
Whether or not you have
 
 
 
Visual Studio .NET
 
 
 
installed, you'll find the
 
 
 
steps for compiling your
 
 
 
components here.
 


Date: Dec, 02 2004


Date: Jul, 22 2005


Date: May, 19 2005


Date: May, 03 2004
ASP.NET pages are dynamically
In this article we will
In this tutorial you will
Using an ASHX handler for
compiled on demand when
discuss providing a
learn how to add Web Parts
optimal performance we
first required in the
programmable method of
at run time and To test the
create a system for feed RSS
context of a Web
securing files on for your
Web Parts catalog.
out of your database driven
application. Dynamic
ASP.Net applications. This
 
site. Explains RSS xml
compilation is not specific
code could come in handy
 
format and gives you extra
to ASP.NET pages (.aspx
where you have an
 
caching tips.
files); it also occurs with
application hosted on an ISP
 
 
Web Services (.asmx files),
and you do not have access
 
 
Web user controls (.ascx
to a folder outside of your
 
 
files), HTTP handlers (.ashx
Web directory structure, and
 
 
files), and ASP.NET
you are not able to change
 
 
application files such as
permissions on folder in the
 
 
the global.asax file. But
Web. This method does not
 
 
what does it mean exactly
require storing your file in
 
 
that an ASP.NET page is
a binary field in your
 
 
compiled?
database, thus reducing cost
 
 
 
of having to buy database
 
 
 
storage from your ISP, and
 
 
 
with no impact on the
 
 
 
network traffic between the
 
 
 
database and web servers.
 
 


Date: Apr, 22 2004


Date: Sep, 07 2003


Date: Jun, 04 2006


Date: Sep, 01 2006
{ Copyright } ©2019 NuclearScripts.com