Feeds:
Posts
Comments

Posts Tagged ‘Visual Studio’

Regionerate: a small add-in that will help you manage the code order and layout: http://visualstudiogallery.msdn.microsoft.com/en-us/800978aa-2aac-4440-8bdf-6d1a76a5c23c

StyleCop: Tool the check code style and consistency: http://code.msdn.microsoft.com/sourceanalysis

Read Full Post »

Many times we need a script that reproduces a database schema along with some data; example: lookup tables values.

Turned out it can be done quite easily with the Publishing wizard that is a standard part of the Visual studio 2008.

All you need to do is open the database in the server explorer, right click on the database and select “Publish to provider”.

Screen shot

PublishDB

Read Full Post »