resourcing

Looking for Development Resource Planning tool suggestions...

I'm looking for a tool to help better plan developer resources. We have a large team of developers, and many streams of work. I'm looking to be able to plan and allocate resource easier. Currently, we have a spreadsheet with week blocks against engineers, and we fill in what we need them to work on and when. But it's very limited as a ...

ASP.NET Resourcing: Detect when ResourceProvider is invoked at compile-time vs. run-time

My ASP.NET web app utilizes a custom resource provider backed by a SQL Server data store. As I understand it, implicit resourcing invokes the resource provider at compile-time to determine whether or not resource expressions need to be generated for the given resourcekey. Consequently, my build process is now dependent upon having a li...