Mike Diehl's WebLog
Much aBlog about nothing...
Browse by Tags
All Tags
»
.NET
»
Visual Studio
(
RSS
)
.NET Development
asp.net
General Software Development
MSBuild
PowerShell
Software Factories
TDD
Team System
WCF
Web Services
Imaginet is hiring
01 June 10 03:08 PM
|
MikeD
|
2 comment(s)
We have an immediate need for new staff members! Project Manager Systems Analysts Test Manager Web Developer Database Admin Please contact me if you are interested.
Jeremy's Programming Manifesto...
31 October 06 10:35 AM
|
MikeD
|
4 comment(s)
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 and Testability over Defensive Coding, Tracing, Debugging, and Paranoid Scoping...
Unit testing Cmdlets for PowerShell
26 October 06 03:59 PM
|
MikeD
|
1 comment(s)
I don't use PowerShell myself, but this blog post caught my eye. If you miss VS, intellisense, TD.NET , etc., you might want to try extending PowerShell with custom cmdlets, which are .NET classes deriving from Cmdlet. They allow you to extend PowerShell...
Interface first?
25 October 06 03:04 PM
|
MikeD
| with
no comments
I've been re-reading this post from Sikin Joseph for most of the afternoon. ...I got it into my head that I should "Always program to an interface not an implementation" . So whenever I needed to create a new class/abstraction I used to...
.NET, Java, Patterns, Abstraction, YAGNI
17 October 06 10:03 AM
|
MikeD
|
2 comment(s)
Some interesting tidbits From Ted Neward's blog : At the patterns&practices Summit in Redmond, I was on a webcasted panel, "Open Source in the Enterprise" , moderated by Scott Hanselman and included myself, Rocky Lhotka , and Chris Sells...
"Developers" AND "Programmers"
13 October 06 10:38 AM
|
MikeD
|
6 comment(s)
A recent (uncredited) article on Hacknot discusses the terms Programmer and Developer. A modern programmer loves cutting code - and only cutting code. They delight in code the way a writer delights in text. Programmers see their sole function in an organization...
Software Factories and the YAGNI factor
10 October 06 10:46 AM
|
MikeD
|
2 comment(s)
Steve posted his concerns over software factories and the YAGNI factor. ("You Ain't Gonna Need It") My concern with Software Factories is that the output from these procedures are chock full of code that you're not going to need, but...
MSBuild SQL database synchronization tasks (for RedGate SqlCompare and SqlDataCompare)
04 October 06 03:22 PM
|
MikeD
|
2 comment(s)
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). The next project build server I set up I will try...
Authorization Rules
04 October 06 01:38 PM
|
MikeD
|
1 comment(s)
ScottGu posted an article showing how to add authorization rules to business and data layers. In his sample code, he shows how easy it is: using System ; using System.Security.Permissions ; [PrincipalPermission(SecurityAction.Demand, Authenticated = true...
Quality Control as part of a Software Factory
04 October 06 08:41 AM
|
MikeD
| with
no comments
Hernan de Lahitte writes about the FxCop rules included in the WebService Factory that analyze the security of WCF code and configuration files. That's a really cool feature I think - not only using FxCop to examine code, but to examine configuration...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
Tags
.NET
.NET Development
2011 predictions azure facebook xbox kinect
asp.net
Business Intelligence
Community News
Data Dude
Database stuff
DDD
General Software Development
Heap
Imaginet
Integration Services
Merge
MSBuild
ORM
Personal
PowerShell
Sandcastle
Sharepoint
Software Factories
SQL Server
SSIS
TDD
Team System
Visual Studio
WCF
Web Services
Navigation
Home
Blogs
Archives
December 2010 (1)
June 2010 (1)
April 2010 (1)
October 2009 (1)
July 2009 (1)
October 2008 (2)
May 2007 (14)
April 2007 (1)
February 2007 (2)
January 2007 (1)
December 2006 (1)
November 2006 (1)
October 2006 (12)
September 2006 (6)
August 2006 (5)
July 2006 (1)
June 2006 (1)
May 2006 (2)
April 2006 (1)
January 2006 (4)
December 2005 (6)
September 2005 (4)
August 2005 (3)
July 2005 (4)
January 2005 (1)
November 2004 (1)
September 2004 (4)
April 2004 (1)
March 2004 (8)
February 2004 (11)
January 2004 (17)
December 2003 (23)
November 2003 (5)
Other web sites
Personal Blogspace
Joel
Not from Toronto
Robert Hahn
Derek Hatchard
Syndication
RSS
Atom
Comments RSS