Archive

Archive for August, 2010

Guerrilla Threat Modelling (or ‘Threat Modeling’)

August 23rd, 2010 No comments

An interesting read on Guerrilla Threat Modelling (or ‘Threat Modeling’ if you’re American) by Peter Torr. This is a relatively old post, but still applies today. In addition, a good practice to implementing threat countermeasures is the STRIDE approach which is described in MSDN magazine.

Inversion of Control Frameworks

August 23rd, 2010 No comments

Here is a quick list of Inversion of Control Frameworks:

Development and Design Guidelines for .NET Framework 4

August 23rd, 2010 No comments

Ran across Krzysztof Cwalina’s MSDN blog while reading Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer). Lot’s of good content here regarding development and design guidelines for using the .NET Framework. The official design guidelines for developing class libraries with the .NET Framework 4 can be found on MSDN.