karl

Stories submitted by karl

ASP.NET Performance - Part 3 - Cache Busting(codebetter.com)

submitted by karlkarl(265) 2 years, 4 months ago

Creating dynamic links based on file hashes to leverage far reaching expiry headers without sacrificing updatability. read more...

1 comment |category: |Views: 290

tags: another

Back to Basics: Interfaces(codebetter.com)

submitted by karlkarl(265) 3 years, 2 months ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment |category: |Views: 667

tags: another