Archive for July, 2009

Resolution to QUOTED_IDENTIFIER Error when using SqlCacheDependancy’s

By Tony - Last updated: Friday, July 17, 2009

At work we are building a medium sized ASP.NET web application.
We are using ASP.NET forms authentication for the membership. I then decided to implement a custom role provider (implementing ProviderBase) based on our [Employee] application table. Implementing this was really easy! Along the way I realized that out database was going to get hammered [...]

Linux Killall Equivalent in Windows Vista

By Tony - Last updated: Tuesday, July 7, 2009

While working on a midsized ASP.NET project today, I finally got fed up having to kill ‘by hand’ (or by clicking) the ASP.NET Development Servers (4 run for my project).
I found this Linux Killall equivalent in Windows Vista today:
TASKKILL

TASKKILL [/S system [/U username [/P [password]]]]
{ [/FI [...]