May 2005 - Posts

Upload Binary Files using WebService

More
with 0 Comments

A Custom ASP.NET Server Control for Displaying RSS Feeds

More
with 0 Comments

Tracing in .NET and Implementing Your Own Trace Listeners

An article to show how Debugging and Tracing has been implemented in .NET and how to customize them according to our needs
with 0 Comments

Take Advantage of ASP.NET Built-in Features to Fend Off Web Attacks

A summary of the most common types of Web attacks and describes how Web developers can use built-in features of ASP.NET to increase security. More
with 0 Comments

ASP.NET server controls overview

This article provides an introduction to the ASP.NET server controls
with 0 Comments

ASP.NET Cache and Session State Storage

More
with 0 Comments

How to: Add Attachments to a SOAP Message by Using DIME

The Web Services Enhancements for Microsoft .NET (WSE) supports attaching files to SOAP messages outside the SOAP envelope; these files are not serialized as XML. This can be beneficial when sending large text or binary files because XML serialization is a very costly process and can result in files much larger than the originals. Direct Internet Message Encapsulation (DIME) is a lightweight, binary message format that WSE uses to encapsulate SOAP messages and their attachments in a DIME message. More

with 0 Comments

Uploading large Attachments using DIME

DIME (Direct Internet Message Encapsulation) is part of the Microsoft Web Service Enhancements and can be used to upload large attachments using SOAP. More
with 0 Comments

Determining the size dimensions of uploaded images in ASP.NET

This article how to describes how to determine the width and height of an image after it has been uploaded to a web server using the file upload facilities within the .NET Framework of ASP.NET.

with 0 Comments

Creating Thumbnail Images on the fly with ASP.Net

More
with 0 Comments

Capture a Screen Shot

This article demonstrates how to get a screen shot of the entire desktop, or a particular window, using .NET (and a few API functions).
with 0 Comments

Making sense of ASP.Net Paths

ASP.Net a plethora of properties to retrieve path information about the current request, control and application. Here is a summary of those properties along with describing some common scenarios of how they might be used.
with 0 Comments

Resize Images To Thumbnails in .NET

More
with 0 Comments

Creating Debugger Visualizers with Visual Studio 2005

With debugger visualizers, you can define the information you would like to see about a specific .NET or custom class during debug mode. And as the name suggests, you can also choose how you would like to visualize these details. More
with 0 Comments

Car Racks

Found a great deal on a Yakima rack for the van: www.campmor.com
with 0 Comments

MasterPages reinvented - a Component Based Template Engine for ASP.NET

See for yourself.

with 0 Comments