jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 311 - 320
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: 565

Building Secure ASP.NET Applications

Rating 0.0 0.0
This guide presents a practical, scenario driven approach to designing and building secure ASP.NET applications for Windows 2000 and version 1.0 of the .NET Framework. It focuses on the key elements of authentication, authorization and secure communication within and across the tiers of distributed .NET Web applications.
Platform(s): n/a Date: Jun, 26 2003
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: 337

Generating Forms Authentication Compatible Passwords (SHA1)

Rating 0.0 0.0
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
Platform(s): n/a Date: Jun, 23 2003
DETAIL
Hits: 933

Submitting Web Form data from one ASP.NET page to another

Rating 4.0 4.0
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Platform(s): n/a Date: Jun, 24 2003
DETAIL
Hits: 278

Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid c

Rating 0.0 0.0
A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough coverage of ADO.NET data access techniques and user data input validation using ASP.NET validation controls.
Platform(s): n/a Date: Jun, 09 2003
DETAIL
Hits: 558

ASP.NET Security

Rating 0.0 0.0
The CLR provides a security model which is layered on top of that provided by the underlying operating system. It acts as another "hurdle" one must cross in order to access various resources and services.
Platform(s): n/a Date: May, 30 2003
DETAIL
Hits: 966

ASP.NET Mobile Controls: Fundamentals

Rating 5.0 5.0
This session will give you the opportunity to learn the basics of building mobile web applications with ASP.NET Mobile Controls. See how the control model and drag and drop designer make it easy to target nearly 200 devices (cell phones, PDAs and pagers) from a single mobile web form. Find out what the adaptive rendering and rich customization and extensibility models can do for your mobile web applications.
Platform(s): n/a Date: May, 28 2003
DETAIL
Hits: 270

Accessing MySQL Database with ASP.NET

Rating 5.0 5.0
This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL on Windows to insalling/uninstalling MySQL as a Windows service, creating a new table, populating it with some records and displaying those records in an ASP.NET page. Also explains the advantages of using MySQL on Windows with ASP.NET. All the code is available for download.
Platform(s): n/a Date: May, 28 2003
DETAIL
Hits: 808

HTTP Architecture for ASP.NET

Rating 1.0 1.0
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.
Platform(s): n/a Date: May, 28 2003
DETAIL
Hits: 941

Introduction to ASP.NET

Rating 0.0 0.0
ASP.NET is a managed framework that facilitates building server-side applications based on HTTP, HTML, XML and SOAP. To .NET developers, ASP.NET is a platform that provides one-stop shopping for all application development that requires the processing of HTTP requests.
Platform(s): n/a Date: May, 28 2003
DETAIL
Amount: 371
Displaying: 311 - 320
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 >>