Where does the time go…

Busy times, child number three on the way, due at the end of next month; along with trying to buy and sell houses and work has been great fun. I want to blog about some of the technicalities of what we’ve been building, and will try to get around to that, but in the meantime we’re talking about some of it at:

http://silkworm.talis.com

Essentially, we’re working on services out in the cloud that provide content discovery, interoperability and access services for content providers. I can highly recommend the white paper by our CTO Justin, available for download from above.

more coming soon.

More Security or Different Security

We’ve just been having a discussion at work about the benefits of Impersonation and Delegation in .Net. That is, the ability of an application to perform actions using the identity of the human user driving them.

For web applications, web services, database access etc this can be very useful, giving a trail throughout a multi-tier application showing which user performed an action.

The obvious perception is that this is, of course, more secure. But that’s just not true…

Continue reading

Subversive Patterns

Well, we all do a jolly good job at making the right technology decisions and having a good go at building great systems for our customers, but from time to time you get one of those situations where some functionality has been chosen or bought and mandated despite it’s lack of suitability.

You know the situation, flashy sales demo is followed by a purchase, the CTO/Strategy Team/Architecture Group/Project Sponsor hands you the box and says “we’re going to use this for our foobits logic processing”.

Well, here are two subversive patterns I’ve used to tackle the problem…

Continue reading

ASP.Net Traditional Web Anti-Pattern

ASP.Net introduces some new concepts in Web Development that many aren’t familiar with. I’ve come across enough projects done badly in the same way that I’ve concluded this must be an anti-pattern…

“The ASP.Net Traditional Web Anti-Pattern” is what web developers coming from all web backgrounds Perl/CGI, ASP/COM, JSP, PHP and others all seem to build if not given adequate time, guidance or training in .Net Web Development.

Continue reading