Browse by Tags

Send mail via SMTP with System.Web.Mail

Works with SMTP authentication & SSL, tested on Gmail. Read More...

Filed under ,

Code access protection using Evidence

Deny code execution from untrused callers using strong names and reflection. Read More...

Filed under

[AlephFS] File checksum using Adler32

It's very fast and work with any file size, memory usage can be easy handled. Read More...

Filed under ,

Adler32.cs

Computes Adler32 checksum for a stream of data. An Adler32 checksum is not as reliable as a CRC32 checksum, but a lot faster to compute. Read More...

Filed under

Hash Provider

Hash algorithms used are: SHA1, SHA256, SHA384, SHA512, MD5, RIPEMD160. Read More...

Filed under

IIS v6 Manager Class

Handy class if you plan to create sites from your .net application. There are xml comments on it, so if you need more details on how to use it let me know, I'll give you an example. Here comes the code :) using System; using System.DirectoryServices; Read More...

Filed under