Quantcast
Channel: Dot Net Yuppie » Snippets
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

Creating a Thumbnail from an Uploaded Image

[Photo by Spiralz] ASP.NET makes managing uploaded images and creating thumbnails relatively straightforward. I have utilized the following process to accept an uploaded image, and resize it to a...

View Article


Image may be NSFW.
Clik here to view.

Programmatically Recycling Your ASP.NET Application

Occasionally an ASP.NET application needs to be recycled, particularly during testing, usually due to poor coding. An application can be recycled in IIS, but if you don’t have access to IIS, you can...

View Article


Image may be NSFW.
Clik here to view.

Custom Binary Serialization in .NET

In .NET, serialization is the process of converting a complex object into a bit stream or XML string, which can be saved into a file or sent over a network connection. Serialization is extensively used...

View Article

Image may be NSFW.
Clik here to view.

Serializable MailMessage Class

In response to my article on Custom Binary Serialization in .NET, a visitor asked me for a specific example of a custom serialization class of .NET’s MailMessage class. As I mentioned in the article, I...

View Article

Image may be NSFW.
Clik here to view.

Handling and Recording Exceptions in .NET

There’s nothing more amateur than displaying a big, yellow unhandled exception page for a .NET application. Professionally done ASP.NET websites need adequate error handling and recording. It’s not...

View Article

Browsing latest articles
Browse All 5 View Live