mercredi, mars 07, 2007

Insert c# code in my blog

I've been asked several times about how the C# code in my blog gets formatted, use this GREAT! code formatter :

Link : http://www.manoli.net/csharpformat/

Example :

using System;
using System.Data;
using System.Data.SqlClient;
using System.Data.SqlTypes;

public partial class MyClass
{
//...
}

1 commentaire:

Younes a dit…

Excellent! Thanks!