|
Microsoft provides an easy
VB.NET 2005 Free Training:
This article begins with an
In this tutorial you will
way to dynamically register
Differences between VB.NET
examination of a typical
learn about Complex Data
client side code at runtime.
1.0 and VB.NET 2.0: VB.NET
data-driven ASP application
Binding, Binding to a
Unfortunately, it can only
2005 comes with a number of
and then explains how to do
ComboBox or ListBox, Binding
place the code within the
enhancements. The
a minimalistic port from ASP
to a DataGrid. Complex data
body of a web page. I have
IntelliSense Code snippets,
to ASP.NET and steps and
binding is the ability of a
two suggestions on how to
the Windows Forms designer
tips on converting your
control to bind to more than
work around this issue and
updates, IntelliSense
application fully to
one data element, typically
register code in the header.
filtering, debugger data
ASP.NET. Topics
more than one record in a
tips, exception Assistant
covered:
Running ASP and
database, or to more than
etc make the software a
Microsoft ASP.NET on the
one of any other type of
pleasure to work with. The
same Web server, Examining a
bindable data elements.
language has been spruced up
common ASP application, and
with generics, unsigned
Porting the ASP application
types, Operator overloading
to ASP.NET.
etc.
Date: Mar, 20 2006 Date: Jul, 22 2005 Date: Nov, 14 2001 Date: Jul, 22 2005 |
|
Recently, I had a requirement
Really Simple Syndication
VB.NET 2005 Tutorials: Using
The objective of this lab is
to put together a website
(RSS) is an XML standard for
the Data Form Wizard - In
to convert a simple JSP
that deals with taking
declaring content entries
this tutorial you will learn
application into an ASP.NET
somewhat elaborate financial
for small content feeds. The
about Using the Data Form
application using the Java
surveys. While the
RSS format has gained
Wizard - Building a
Language Conversion
questions and answers
popularity over the years
Single-Table Data Form,
Assistant (JLCA). The JSP
themselves are good
due to its simplicity. The
Transform and Filter Data,
application is a simplified
candidates for being
XML file formatted according
Using Server Explorer,
e-commerce scenario,
database driven, there were
to the RSS specification is
Drag-and-Drop From Server
consisting of two JSP pages,
a large number of nuiances
either found as a physical
Explorer, What the user Can
a Servlet, a tag library
ranging from UI items,
file or is obtained via a
and Cannot Drag from Server
consisting of a single tag,
business rules, and
Web site that handles the
Explorer, Filtering Data,
and the SQL Server Pubs
calculations that just
request and sends the
Filtering With DataViews,
database.
didn't fit into a database
content over the Internet to
Filtering At the Server,
driven strategy. With this
the client.
Transforming Data with
in mind, my initial strategy
Lookups and Master Detail.
was to create version
specific classes and
reference them in version
specific ASP.NET pages. Of
course, this accomplished
the initial requirement.
However, whenever a new
version needs to be
implemented, I had to copy
all of the ASP.NET pages and
modify the references to the
appropriate version specific
class name. Refactoring
provides a better
alternative and here's how:
Date: Oct, 15 2004 Date: Oct, 07 2006 Date: Jul, 22 2005 Date: Feb, 19 2004 |