Categories
ASP.NET → Tips and Tutorials

Generating Text Images on the Fly with ASP.NET

Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing, but prior to ASP.NET it was a relatively difficult thing to do. This article explains how to generate...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Professional ASP.NET 1.0 2002 Edition : Exposing Web Services

Complete Online Chapter &"Exposing Web Services&" from Wrox Press book &"Professional ASP.NET 1.0 2002 Edition&". Topics covered include &"Web Services&", &"SOAP Headers&", &...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

2 Ways of Displaying Data from an SQL Server Database using ADO.NET.

A step-by-step tutorial which explains 2 ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Every step has been explained in detail. Online demo and source code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using ASP.NET Code-Behind Without Visual Studio.NET

The author writes &"One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate display code from application logic. In Visual Studio.NET, this is ''automagically'' done...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Building XML Web Services Using C# and ASP.NET

The term &"web service&" has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Sending e-mail with attachments from an ASP.NET page.

This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page. Full source code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

A Practical Comparison of ADO and ADO.NET

Since &"classic&" ASP''s humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist betw...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Displaying XML Data in an ASP.NET page

The .NET framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we''ll show you how to bind a data ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

File Uploading in ASP.Net Using C#.

File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.Net file uploading has become a lot easier, importantly without the ne...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Displaying Information about the ASP.NET Process

The author writes &"With ASP.NET you can configure the ''ASP.NET engine'' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com