Pragmatic Architecture: Layering

Posted by: Owen on Friday, 27th Oct, 2006

Ted Neward has a brilliant article on MSDN entitled: Pragmatic Architecture: Layering. In it he reexamines the whole concept of splitting an application up into tiers, particularly looking at the why and more importantly when; as is WHEN is it applicable to take the hit of the additional rise in deployment complexity and cost of [...]

Improving Web Application Security

Posted by: Owen on Friday, 24th Mar, 2006

Great link from Andy’s blog.
Threats and Countermeasures: Improve Your Web Application Security
This guide gives you a solid foundation for designing, building, and configuring secure ASP.NET Web applications. Whether you have existing applications or are building new ones, this guide is for you.
There’s some good stuff there, covering application design, infrastructure and a whole bunch of [...]