live writer
live writer
Arnold Matusz’s created a great live writer plugin that uses the excellent syntax highlighter from Alex Gorbatchev. Great Stuff!! sample: public object Lookup(string tblName, string returnField, string where)
{
SqlCommand s = new SqlCommand();
s.Connection = conn;
s.CommandText = "SELECT " + returnField + " FROM " + tblName...
live writer is pretty neat. tons of features and nice plug-in support.
one
two
three
four
...