Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
WDVL
Using fn_get_sql()
Type System for ASP Script Programmers
Towards Next Generation URLs.
Things to Do With IIS
The Http Runtime - An in-depth look at ASP.NET Internals
Migrating from ASP to ASP.NET on Windows Server 2003
Migrating from PHP to ASP.NET
Mask Your Web Server for Enhanced Security
Legacy Meets .NET: A Real-World Scenario
Learning to Love WSDL: Web Services Real-World Scenario
Introduction to ASP.NET
Improving Web Application Security: Threats and Countermeasures
HTTP Architecture for ASP.NET
Happytech.net
Top Code
4GuysFromRolla.com
ASP FAQS : Arrays
ASP.NET Security
ASP.NET: Introducing ASP.NET
ASP.NET: What's new in ASP.NET v1.1 and Windows Server 2003
ASPToday
Authentication and Security Mechanisms in ASP.NET Web Applications
Building Secure ASP.NET Applications - Authentication, Authorization, and Secure Communication
Caching and State Management in ASP.NET
Creating Custom ASP.NET Controls in VS.NET
Developing Mobile Web Applications With ASP.NET Mobile Controls
Event Log Management Information 1.0
Generating Forms Authentication Compatible Passwords (SHA1)
Happytech.net
HTTP Architecture for ASP.NET
ASP > Articles
Source List
All | Freeware

Code 11-20 of 28   Pages: Go to  << Prior  1  2  3  Next >>  page  


Learn about the contracts that XML Web services describe between systems using standard XML technologies (XML, XSD, WSDL, and SOAP), and dig into exactly how XML Web services are implemented in ASP.NET. Burrow through the layers and understand the co



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 processin



This download contains guidelines for architecting, designing, building, reviewing, and configuring secure to build hack resilient ASP.NET Web applications across the application tiers, technology, and servers. Topics include Threats and Countermeasu



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 capa



Happytech.net offers asp articles, tips, tutorials and downloads.



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 read



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.



Learn about 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



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.



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.