4GuysFromRolla.com is a website that is loaded with ASP or active server pages articles. Also has a message board and asp faq. |
|
|---|
Inbuilt eloborated explanation and relevent articles in this tutorial is widely useful for the learners in ASP language to improve their knowledge in string handling functions. This article offers the solution to find a string within an array using for..loop structure and to find out the position of a string in an array using if function and filter functions. |
|
|---|
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. |
|
|---|
Learn how to develop the next generation of Web applications with ASP.NET and Visual Studio .NET. This session covers the fundamental concepts and techniques that you need to start building an ASP.NET application. Learn how to build complete ASP.NET applications, including how to access data via ADO.NET or Web services and how to create the necessary UI to display it. In addition, this session covers deployment and performance tuning techniques. |
|
|---|
Learn the new exciting features of ASP.NET 1.1. This session covers the changes from ASP.NET 1.0 and includes new features such as Code Access Security, IPv6 support, and support for running multiple versions of ASP.NET side-by-side. |
|
|---|
ASPToday offers articles related to ASP subjects. |
|
|---|
This document discusses some of the security mechanisms and configuration options available to administrators to help secure your ASP.NET applications and reinforce the integrity of the Web server. |
|
|---|
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. |
|
|---|
Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application. |
|
|---|
Learn how to create and call Stored procedures in a .NET Environment, i.e Visual Studio. This is a three part tutorials teaches you to create and practice SPs with setep-by-Step methods. |
|
|---|
This pack contains: a document that describes the techniques users can employ to author and consume custom Web controls for ASP.NET Web applications using Visual Studio.NET,- a presentation about Server and User Controls in ASP.NET and source code. |
|
|---|
An article that briefly describes commonly used Design Patterns,- Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy. |
|
|---|
Displaying Browser Capabilities in ASP.NET is a web based tutorial in which author describes the method of detecting browser capability in ASP.NET. Here the author explains each properties of HttpBrowserCapabilities object, which helps in collecting the users browser information and also he explains description of each property. |
|
|---|
DotNetJunkies.com is created for people who use Microsoft .NET Framework. There is discussion board for subject related topics. This site was started in July of the year 2000. |
|
|---|
The Event Log service enforces a standard logging format and makes it easy to view logs by using a single event viewer application that provides one-stop shopping for the system administrator. |
|
|---|
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. |
|
|---|
Happytech.net offers asp articles, tips, tutorials and downloads. |
|
|---|
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. |
|
|---|
|
|---|
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. |
|
|---|