VB.NET 2005 Tutorials: Using
VB.NET 2005 Free Training:
Learn how to create and
The objective of this lab is
the Data Form Wizard - In
Differences between VB.NET
execute stored procedures
to convert a simple JSP
this tutorial you will learn
1.0 and VB.NET 2.0: VB.NET
using .NET.
application into an ASP.NET
about Using the Data Form
2005 comes with a number of
application using the Java
Wizard - Building a
enhancements. The
Language Conversion
Single-Table Data Form,
IntelliSense Code snippets,
Assistant (JLCA). The JSP
Transform and Filter Data,
the Windows Forms designer
application is a simplified
Using Server Explorer,
updates, IntelliSense
e-commerce scenario,
Drag-and-Drop From Server
filtering, debugger data
consisting of two JSP pages,
Explorer, What the user Can
tips, exception Assistant
a Servlet, a tag library
and Cannot Drag from Server
etc make the software a
consisting of a single tag,
Explorer, Filtering Data,
pleasure to work with. The
and the SQL Server Pubs
Filtering With DataViews,
language has been spruced up
database.
Filtering At the Server,
with generics, unsigned
Transforming Data with
types, Operator overloading
Lookups and Master Detail.
etc.
Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Nov, 15 2004 Date: Feb, 19 2004 |
ASP.NET 2.0 Free Tutorials :
Really Simple Syndication
ASP.NET is built on a core
In this tutorial you will
DataBound Controls - Details
(RSS) is an XML standard for
set of classes and
learn about Complex Data
View - In this tutorial you
declaring content entries
interfaces that abstract the
Binding, Binding to a
will learn DetailView
for small content feeds. The
HTTP protocol. The three
ComboBox or ListBox, Binding
DataBound Control, To create
RSS format has gained
core abstractions are the
to a DataGrid. Complex data
a file system Web site,
popularity over the years
context (HttpContext) that
binding is the ability of a
Connecting to SQL Server,
due to its simplicity. The
represents the current HTTP
control to bind to more than
Use a Drop-Down List as the
XML file formatted according
request, handlers (classes
one data element, typically
Master and To test the
to the RSS specification is
that implement IHttpHandler)
more than one record in a
drop-down list. The
either found as a physical
that are capable of
database, or to more than
DetailsView is a control
file or is obtained via a
servicing HTTP requests, and
one of any other type of
that is complementary to the
Web site that handles the
modules (classes that
bindable data elements.
GridView control. It has
request and sends the
implement IHttpModule) that
been introduced in ASP.NET
content over the Internet to
can pre/post process HTTP
2.0 to provide an ability to
the client.
requests to provide
work with a single record or
additional services.
row from an associated data
source.
Date: Sep, 29 2005 Date: Oct, 07 2006 Date: May, 28 2003 Date: Jul, 22 2005 |