Contents tagged with Visual Studio
-
Imaginet is hiring
Please contact me if you are interested.
-
SQL Database diagramming and VSTS Data Dude
At Imaginet, we use Visual Studio Team Edition for Database Professionals (Data Dude) on our projects to manage database schemas, keep them in source control, unit testing, and lots of other nice features.
-
Jeremy's Programming Manifesto...
Jeremy posts about his Programming Manifesto. It's a great read, and while I am still digesting it, I will just summarize it here. Go read his stuff please.
-
Unit testing Cmdlets for PowerShell
I don't use PowerShell myself, but this blog post caught my eye.
-
Interface first?
I've been re-reading this post from Sikin Joseph for most of the afternoon.
-
.NET, Java, Patterns, Abstraction, YAGNI
Some interesting tidbits
-
"Developers" AND "Programmers"
A recent (uncredited) article on Hacknot discusses the terms Programmer and Developer.
-
Software Factories and the YAGNI factor
Steve posted his concerns over software factories and the YAGNI factor. ("You Ain't Gonna Need It")
-
MSBuild SQL database synchronization tasks (for RedGate SqlCompare and SqlDataCompare)
Phil just posted a couple of MSBuild tasks that he uses to synchronize the schema and data of two databases, using the API's for RedGate's SqlCompare (for schema) and SqlDataCompare (for data).
-
Authorization Rules
ScottGu posted an article showing how to add authorization rules to business and data layers.