|
|
|
|
 |
|
 |
 |
 |
Tips and Tutorials
|
|
|
Hits: 17
 0.0
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 restarted, assuming that some script or DLL is hanging the Web server. Additionally, you can set requirements on restarting the Web server on the memory usage, the total number of requests, or by the total time the Web server's run. This proactive approach was implemented by the ASP.NET team in order to increase the overall uptime of a Web site running ASP.NET: if the memory suddenly shoots through the roof, the Web server can be restarted, reigning in the memory usage and starting anew. The information regarding the life cycle of the current (and past) ASP.NET processes can be examined through the use of the ProcessModelInfo class." This article examines how to retrieve and present such information.
|
Platform(s): n/a |
Date: Feb, 20 2002 |
 |
|
|
Hits: 17
 1.0
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 need for third party components. All we have to do is to use the ASP.Net HTML File control and write a few lines of C# code.
|
Platform(s): n/a |
Date: Feb, 25 2002 |
 |
|
|
Hits: 23
 5.0
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 grid control to data in an XML file using the DataSet class.
|
Platform(s): n/a |
Date: Mar, 01 2002 |
 |
|
|
Hits: 16
 0.0
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 between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.
|
Platform(s): n/a |
Date: Aug, 27 2003 |
 |
|
|
Hits: 13
 0.0
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.
|
Platform(s): n/a |
Date: Mar, 13 2002 |
 |
|
|
Hits: 24
 5.0
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 them? This article shows us how to build two web services and also unravels all of the lingo surrounding web services.
|
Platform(s): n/a |
Date: Aug, 27 2003 |
 |
|
|
Hits: 25
 5.0
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 for you. So what if you don't have VS.NET? Here's how you can implement code-behind using just a plain old text editor and the tools included in the .NET Framework... no VS.NET required!" Source codes available for download.
|
Platform(s): n/a |
Date: Aug, 27 2003 |
 |
|
|
Hits: 24
 2.5
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.
|
Platform(s): n/a |
Date: Apr, 15 2002 |
 |
|
|
Hits: 16
 0.0
Complete Online Chapter "Exposing Web Services" from Wrox Press book "Professional ASP.NET 1.0 2002 Edition". Topics covered include "Web Services", "SOAP Headers", "Synchronous vs Asynchronous" and "Data Caching".
|
Platform(s): n/a |
Date: May, 07 2002 |
 |
|
|
Hits: 20
 2.0
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 text images on the fly using ASP.NET. Source code available for download.
|
Platform(s): n/a |
Date: Aug, 27 2003 |
 |
|
|
|
 |
 |
|
 |
|
 |
|