jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 121 - 130
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >>
Sort Listings By:
Hits: 1155

Three easy methods for compiling ASP.NET components (KB100014)

Rating 0.0 0.0
A common task in N-tier .NET web application development involves compiling components. You can compile components in several different ways, from using commands executed at the DOS command prompt to using methods available through the Visual Studio .NET Integrated Development Environment. This tutorial provides detailed steps for using each of these methods. The first method is for those who only have the .NET Framework installed and are comfortable with working from the command prompt. The second method also involves working from the command prompt but employs special tools installed with the installation of Visual Studio .NET. In the third method, you'll be introduced to compiling components using the visual interface of Visual Studio .NET. Whether or not you have Visual Studio .NET installed, you'll find the steps for compiling your components here.
Platform(s): Windows Date: May, 19 2005
DETAIL
Hits: 1153

ASP.NET 2.0 Free Tutorials : State Management And Caching in ASP.NET 2.0

Rating 5.0 5.0
ASP.NET 2.0 Free Tutorials : State Management And Caching in ASP.NET 2.0 - In this tutorial you will learn about Cache Dependency, SqlCache Dependency, New methods added to the CacheDependency Class and The process of writing the cache dependency file. The performance of any web application is incumbent upon the amount of server side processing that is required
Platform(s): Windows Date: Sep, 24 2005
DETAIL
Hits: 1151

ASP.NET 2.0 in 10 Minutes

Rating 0.0 0.0
Watch Thomas Lewis, Technical Evangelist for ASP.NET 2.0, give you his top-of-mind perspective on salient features of ASP.NET 2.0 in this 10 minute video.
Platform(s): Windows Date: Dec, 02 2004
DETAIL
Hits: 1140

Executing queries on XMLDBelt

Rating 0.0 0.0
This tiny demo source code will give you a hint about how to query data stored on your server via XMLDB Engine Lite (XMLDBelt), create new files, insert data into existed, update data, delete and etc.
Platform(s): n/a Date: May, 03 2004
DETAIL
Hits: 1136

Web Forms Internals

Rating 0.0 0.0
ASP.NET pages are dynamically compiled on demand when first required in the context of a Web application. Dynamic compilation is not specific to ASP.NET pages (.aspx files); it also occurs with Web Services (.asmx files), Web user controls (.ascx files), HTTP handlers (.ashx files), and ASP.NET application files such as the global.asax file. But what does it mean exactly that an ASP.NET page is compiled?
Platform(s): n/a Date: Apr, 22 2004
DETAIL
Hits: 1135

Quick .Net File Download Security

Rating 0.0 0.0
In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.
Platform(s): n/a Date: Sep, 07 2003
DETAIL
Hits: 1134

ASP.NET 2.0: Adding Web Parts at Run Time

Rating 0.0 0.0
In this tutorial you will learn how to add Web Parts at run time and To test the Web Parts catalog.
Platform(s): Date: Jun, 04 2006
DETAIL
Hits: 1128

Creating an RSS feed for your ASP.NET site

Rating 0.0 0.0
Using an ASHX handler for optimal performance we create a system for feed RSS out of your database driven site. Explains RSS xml format and gives you extra caching tips.
Platform(s): Windows Date: Sep, 01 2006
DETAIL
Hits: 1128

ASP .NET: Migration and Interoperability

Rating 0.0 0.0
Before Asp.net invasion there were many other programming languages and technologies on which the dynamic pages were made. In this tutorial I will explain how we can migrate our classic asp application to the modern asp.net application. Most of the components that were written was in visual basic 6 which communicated with the asp application using the COM components.
Platform(s): Windows Date: May, 30 2006
DETAIL
Hits: 1127

Displaying XML Data in an ASP.NET page

Rating 4.5 4.5
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
DETAIL
Amount: 371
Displaying: 121 - 130
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >>