asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!



Focus Sections
Focus Sections provide an assortment of references on very specific topics related to the Internet Information Server and Active Server Pages.

FAQ
There are plenty of Frequently Asked Questions on this topic, collected from 15 Seconds' List Servers.

Call For Authors
15 Seconds is looking for technical professionals working in the Active Server field to write articles. If you are interested, take a look at our writer's guide and submit your ideas.

App Development Section
This section contains articles that show how to build complete applications and tools for specific jobs.

Articles

Jul 28, 2005 - N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005 - Part 2
In the second part of his series on building N-tier web applications using ASP.NET 2.0 and SQL Server 2005, Thiru Thangarathinam covers the business logic and user interface layers. In the process, he also examines some new features in ASP.NET 2.0 that greatly simplify the development process.
[Read This Article]  [Top]

Jul 14, 2005 - An Innovative Technique for Creating Reusuable Page Templates in ASP.NET 1.x
Code reusuability is one of the major goals of any good object-oriented programmer. While the ASP.NET framework has made code reusuability easier and more elegant than it was in classic ASP, one area where reusuability could be improved is at the UI level. This article outlines a technique that you can use in ASP.NET 1.x that allows every page in your web application to inherit not only the functionality of a base page, but its UI as well.
[Read This Article]  [Top]

Jun 23, 2005 - Monitoring SharePoint Usage through an ASP.NET Web Application
In this article, Gayan Peiris looks at creating an ASP.NET web application that will display the usage details of a selected SharePoint site. Building such an application enables SharePoint administrators to gather all SharePoint usage data from a central location.
[Read This Article]  [Top]

May 12, 2005 - Retrieving SharePoint Site Information in an ASP.NET Web Application
In this article, Gayan Peiris examines using the SharePoint Object Model to access SharePoint site information from an ASP.NET web application. It should be of particular interest to SharePoint administrators who can use the included code as a starting point for development of their own web-based SharePoint administration application.
[Read This Article]  [Top]

Dec 23, 2004 - Automated Deployment for Side By Side .NET Web Apps for Visual Studio .NET 2003
In this article, David Every outlines a step-by-step account of how he solved the problems he encountered while implementing an auto-deployment process. He also describes how to create a stable process for automated remote .NET deployment featuring "side-by-side" capability.
[Read This Article]  [Top]

Sep 29, 2004 - Developing Web Parts with ICellConsumer Interface
Most default SharePoint Server Web Parts can be connected across organizations. The third article in this series shows how to develop connectable Web Parts that consume information provided by other Web Parts.
[Read This Article]  [Top]

Aug 10, 2004 - Implementing and Promoting Daily Builds
Automatic daily builds is a well known software engineering best practice. This article introduces a strategy for implementing and promoting daily builds and offers tips and tricks for preventing and fixing breaks.
[Read This Article]  [Top]

Jun 21, 2004 - Using Open Source .NET Tools for Sophisticated Builds
Building an application can be more than pressing F5. With an increasing number of quality packages being released, developers for the .NET platform now have options to create a very sophisticated build process. Aaron Junod describes a sample build environment and shows how a number of tools can work together to make reliable, predictable, and value-added builds.
[Read This Article]  [Top]

Jun 24, 2003 - Programming for the Palm Part 1 - Creating the Palm Application
The first part of this three part series walks through the process of creating a mobile blog application using a BASIC development environment for Palm OS devices called NS Basic. Subsequent articles will focus on synchronizing the data to the desktop using C# and creating an installer.
[Read This Article]  [Top]

Jun 18, 2003 - Online Database Functions Testing Tool
This short article provides source code for a classic ASP online database functions testing application and shows how to configure and use the tool for either SQL Server or Oracle.
[Read This Article]  [Top]

May 22, 2003 - Rewrite.NET -- A URL Rewriting Engine for .NET
In this article Robert Chartier shows you how to use functionality in the .NET Framework to rewrite requested URLs on the fly.
[Read This Article]  [Top]

Apr 22, 2003 - Creating a Mobile Portal
In the past, developers typically relied on XML and XSLT to create sites that needed to target multiple client platforms. Today, with ASP.NET mobile controls, developers only need to focus on creating one application. In this article, Rob Chartier shows how easy it is to use the ASP.NET mobile controls to create a full-blown wireless portal.
[Read This Article]  [Top]

Feb 25, 2003 - Tracking Services in .NET Remoting and Implementing Your Own Tracking Handlers
Mansoor Ahmed Siddiqui introduces .NET Remoting and the .NET Tracking Service and then shows how to build a custom tracking handler that keeps track of object creation and marshaling related activities and logs all the information in a SQL Server database table.
[Read This Article]  [Top]

Feb 19, 2003 - Creating a Flexible Configuration Library
Learn how Robert Chartier created a flexible configuration library that allowed his assemblies to read and write to disk over a distributed environment spanning multiple ISPs.
[Read This Article]  [Top]

Jan 7, 2003 - Microsoft .NET CodeDom Technology - Part 3
Brian Korzeniowski presents the exciting conclusion to his popular .NET CodeDom trilogy. Learn how to build a Web Service that generates C# source code for creating custom attributes ... and may the source be with you!
[Read This Article]  [Top]

Dec 18, 2002 - Implementing DIME – Creating a Document Sharing System
In this article, Rob Chartier takes advantage of the Direct Internet Message Encapsulation (DIME) specification in the Web Services Enhancements (WSE) to create an application that sends and receives large binary messages within the .NET Web Service environment.
[Read This Article]  [Top]

Nov 13, 2002 - Microsoft .NET CodeDom Technology - Part 2
Create custom attributes and apply them to your own code-generation application. Also learn how to interrogate the source code at runtime using reflection.
[Read This Article]  [Top]

Oct 22, 2002 - Building an XML and XSD Schema Validation Tool
In this article Jeff Gonzalez explains how to build a class library and client application that will validate given XML documents to associated schema or XSD documents.
[Read This Article]  [Top]

Oct 15, 2002 - Creating an Extensible Windows Service - Part 2: Plug-In Development
Last week Rob Chartier showed how to create an extensible Windows Service that accepts custom plug-ins. This week Rob explains how to create custom plug-ins, their interfaces, and a schedule manager.
[Read This Article]  [Top]

Oct 7, 2002 - Creating an Extensible Windows Service
Windows Services are difficult to create and debug. There is no user interaction by design, and the system usually has a hard time releasing the service once installed and ran. In the first part of this two-part series, Rob Chartier shows how to create an extensible Windows Service that accepts custom plug-ins and never needs modification.
[Read This Article]  [Top]

Sep 17, 2002 - Microsoft .NET CodeDom Technology - Part 1
In the first part of this three-part article on .NET CodeDom technology, Brian J. Korzeniowski introduces .NET CodeDom by examining the inputs and outputs of a working source code generator.
[Read This Article]  [Top]

Jul 17, 2002 - Software Development: Steps To Better Ensure Success
There is never a guarantee of project success when endeavoring to build a sophisticated application. However, there are established steps to follow that will ensure a clear, concise scope, support for the team involved, and a solid opportunity for successful deployment.
[Read This Article]  [Top]

Jun 18, 2002 - Documenting .NET Assemblies
Reflection is a way to discover information about assemblies in .NET. In this article, Rob Chartier shows how to build a tool that utilizes Reflection to document .NET assemblies. This is especially useful when assemblies' source code is not available.
[Read This Article]  [Top]

Dec 4, 2001 - SOAP Test Harness
Craig Emilio Probus shows us how to build an ASP.NET SOAP test harness, which allows technical and functional personnel to test Web Services under uniform and generic conditions.
[Read This Article]  [Top]

Feb 14, 2001 - Using Managed Components from Unmanaged Code
Mansoor is back to explain .NET runtime's forward compatibility feature. Here he shows us how to access .NET components from COM components.
[Read This Article]  [Top]

Jan 29, 2001 - Basics of Building .NET Applications
Microsoft's new .NET platform provides several base services, a new runtime environment, an easier programming model, and tools for the development and deployment of .NET applications. Let's take a closer look.
[Read This Article]  [Top]

Mar 2, 2000 - A Simple Solution for Implementing Customization to an Existing Web Site
When their boss told them to create a site-wide prefilled form that would cull information from the database fields of previously entered customer information forms, Ryan Keenan and Ryan Tuma’s solution was to create two interstitial pages that would limit the code necessary and their work load. The customer’s personal information automatically displays on pages where a form or application needs to be filled out, and this information comes from a table in a database containing this customer information. Their solution is offered here in a downloadable ZIP file. The pre-fill of information applied only to forms that asked for information contained in this Microsoft Access database table.
[Read This Article]  [Top]

Mar 18, 1999 - Simple Web-Database System Application
In this article by Joung-ho Jay Jung, he will show how to connect an Access database to your Active Server Pages using Microsoft FrontPage. This is a beginning-level article with plenty of screen shots to show how to connect via ODBC, generate a SQL query in Access and construct the Active Server Page.
[Read This Article]  [Top]


Support the Active Server Industry


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers