Friday, October 27, 2006

New Winter Color Scheme for Visual Studio 2005 / Resharper

Here is my new winter color scheme for visual studio 2005. Not everything is in color harmony, but it works for me. Maybe it will work for you. .vssettings file included in link. http://www.vort3xxx.net/CommunityContributions/WinterColors.zip

Monday, October 02, 2006

Stored Procedure Generators

I got a stored procedure generator a few weeks ago. I evaluated several solutions & i came down to one that I liked best.

http://www.ivertech.com/ezStoredProc/default.aspx

Its called EzStoredProcedure. Its pretty pimp for flat tables. My company has about 300 tables that map 1:1 with business objects. It spits out the repetative Create Read Update Delete stored procedures which allows me to get on with my code.

Its not fancy, it just does what it needs to do and cheaply & I like that a lot. I couldn't believe how expensive some programs are that do this. Its basically just reflecting strings from the database schema into a templated text file....

Labels: , ,