jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 261 - 270
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: 876

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: 674

Real World Best Practices for Handling Dates

Rating 0.0 0.0
Ideally, every application built would be designed with correct date handling techniques. In practice, applications are often built using ad hoc date formatting to match a corporate culture, the default format on a company’s server, or the favorite format of the lead developer. Also, many applications are not locale aware or were not designed to be deployed in an environment where locale issues were not considered important. Because of this it is extremely important to know the date formats in use for input and output when building applications that will integrate with other systems or databases and to handle these formats explicitly.
Platform(s): Date: Nov, 30 -1
DETAIL
Hits: 710

Rearchitect Your Web Applications for Microsoft ASP.NET

Rating 0.0 0.0
While ASP.NET 2.0 is completely backwards compatible with ASP.NET 1.1, its new features may require you to revise parts of your Web applications. This article provides a detailed analysis of how changes in ASP.NET 2.0 will influence your porting decisions.
Platform(s): Windows Date: Jan, 16 2005
DETAIL
Hits: 970

Referencing Master Page Members in ASP.NET 2.0

Rating 3.0 3.0
ASP.NET 2.0 Training : Referencing Master Page Members - In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties.
Platform(s): Windows Date: Sep, 22 2005
DETAIL
Hits: 812

Registering Client Side Code in the Header

Rating 0.0 0.0
Microsoft provides an easy way to dynamically register client side code at runtime. Unfortunately, it can only place the code within the body of a web page. I have two suggestions on how to work around this issue and register code in the header.
Platform(s): Windows Date: Mar, 20 2006
DETAIL
Hits: 350

Replicating Content to Multiple Servers

Rating 0.0 0.0
This article provides one solution for replicating content to multiple share locations using VB.Net. This could be useful where you have a Web application hosted on a Web farm and you wish to have files uploaded via the Web, and then replicate the uploaded files to other servers in the farm.
Platform(s): n/a Date: Jun, 24 2003
DETAIL
Hits: 765

Search engine friendly URLs using ASP.NET (C#.NET)

Rating 3.5 3.5
This article explains how to convert the database-driven query string containing links to search-engine friendly ones.
Platform(s): n/a Date: Mar, 25 2004
DETAIL
Hits: 777

Security in ASP.Net Applications

Rating 0.0 0.0
Marcus Mac Innes demonstrates how security on a web site can be compromised by taking advantage of holes within the application code. These holes can be discovered by using a series of probes which disclose whether or not vulnerability exists. He also demonstrated using a Cross Site Scripting attack how the Forms Authentication cookie could be stolen and silently sent to an attacker's website to be stored for later use. The key message of the talk is to ensure that all user input is validated before any other processing is done. This together with strict use of secure coding standards would have disabled any attacker's opportunities. Source code included.
Platform(s): n/a Date: Apr, 07 2005
DETAIL
Hits: 331

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

Rating 5.0 5.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
DETAIL
Hits: 320

Sending E-Mails using ASP.NET (Part I)

Rating 0.0 0.0
In part I of this tutorial, learn how to send simple e-mails (both text and HTML) using ASP.NET.
Platform(s): n/a Date: Oct, 12 2001
DETAIL
Amount: 371
Displaying: 261 - 270
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 >>