19 Jan 2008

Immutable Object and Serialization

How to serialize an Immutable Class. [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
5 Oct 2007

Encoding and Decoding Base64 strings

C# example to base-64 encode and decode a string. [More]

Currently rated 3.7 by 3 people

  • Currently 3.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
4 Oct 2007

XMLSerializer: XML Serialization Helper Class

The purpose of XMLSerializer helper class is to simplify the basic serialization tasks, such as the conversion of objects to XML - string or file - and vice versa (deserialization). [More]

Currently rated 4.0 by 4 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
26 Sep 2007

An ASP.NET Web Page to view Request Collections

A Web Form that allows you to view all collections in the HTTP Request: Forms, QueryString, Headers, ServerVariables, Cookies, Session and Params.. [More]
Tags: ,
Categories: ASP.NET | Code box

Currently rated 4.7 by 3 people

  • Currently 4.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
20 Sep 2007

How To preserve the page scroll position during a PostBack

3 ways to maintain the page scroll position after postbacks in ASP.NET 2.0. [More]
Categories: ASP.NET | Code box

Currently rated 4.2 by 6 people

  • Currently 4.166667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
18 Sep 2007

Send Mail through SMTP with SSL Authentication like GMail

This example will help you to send email from ASP.NET using Gmail SMTP (SSL authentication required). [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
5 Sep 2007

How to bind an enum to a DropDownList

Simply bind an enumerator to a DropDownList (or to a ComboBox). [More]
Categories: ASP.NET | Code box

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5