.S0 {
color: #808080;
}
.S2 {
font-family: monospace;
color: #007F00;
font-size: 9pt;
}
.S5 {
font-weight: bold;
color: #00007F;
}
.S10 {
font-weight: bold;
color: #000000;
}
.S15 {
font-family: monospace;
color: #3F703F;
font-size: 9pt;
}
span {
font-family: monospace;
font-size: 10pt;
}
I was listening to the Brian Noyes episode of DotNetRocks today and one of his recommended essential tools was QuickCode.Net, a Visual Studio addin for code expansion.
Essentially, this works like a macro that pastes in simple code templates based on a pattern. Make sense ? No, I didn't think so.
One of the default templates looks for a pattern like prop [datatype] [propertyname] and expands it to a...
Microsoft have released the SQL Server Web Data Administrator. A web intrerface to managing your datbases, users, stored procedures and for running ad-hoc queries.
via Mike Gunderloy