Sign In
AppDev: Something You Should Know by Irena Kennedy
Everything that is related to application development, and other cool stuff...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Application Development
Async
Config
Deployment
Environment
RIA
Silverlight
SQL
Telerik
TFS
Tools
Visual Studio
VSTS
WCF
Web
Archive
Archives
January 2012
(2)
April 2011
(1)
March 2011
(2)
October 2010
(1)
September 2010
(1)
August 2010
(2)
December 2009
(4)
November 2009
(1)
September 2009
(1)
June 2009
(2)
April 2009
(1)
December 2008
(2)
February 2008
(1)
October 2007
(3)
September 2007
(1)
August 2007
(7)
July 2007
(5)
June 2007
(8)
May 2007
(19)
April 2007
(42)
March 2007
(43)
February 2007
(33)
January 2007
(21)
December 2006
(7)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(19)
June 2006
(12)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(14)
November 2005
(19)
August, 2007
MSDN Blogs
>
AppDev: Something You Should Know by Irena Kennedy
>
August, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AppDev: Something You Should Know by Irena Kennedy
SYSK 361: On the importance of signing assemblies from the versioning perspective
Posted
over 5 years ago
by
irenake
0
Comments
There are many reasons for signing your assemblies (security being at the top of my list), but in this post I’d like to address the importance of using a key to sign your assemblies from the versioning point of view. Now, let’s assume for the sake...
AppDev: Something You Should Know by Irena Kennedy
:) When was the color khaki first used for military uniforms?
Posted
over 5 years ago
by
irenake
5
Comments
It was first used by the British in India in 1845, when soldiers turned their highly visible white uniforms khaki by soaking them in mud, coffee, and curry and better blend in with the landscape. Source: The 365 amazing trivia facts calendar 2007...
AppDev: Something You Should Know by Irena Kennedy
SYSK 360: What’s taking up the space in my database? Also, a word about SQL reports…
Posted
over 5 years ago
by
irenake
3
Comments
So, you’ve updated usage stats on your database by running EXEC sp_spaceused @updateusage = N 'TRUE' But, you still can’t figure out why it’s reporting much more used space then the data that appears in your tables… Try running the following...
AppDev: Something You Should Know by Irena Kennedy
SYSK 359: How to Purge Workflow Tracking Data Inserted By SqlTrackingService
Posted
over 5 years ago
by
irenake
1
Comments
To my great surprise, after doing a search for a script that would delete the events logged by the almighty SqlTrackingService service, I didn’t find one… So, I quickly created it (see below), and it seems to do the job just fine given the current table...
AppDev: Something You Should Know by Irena Kennedy
:) What color was named after a bloody 19th-centurey European battle?
Posted
over 5 years ago
by
irenake
2
Comments
Answer: Magenta. It was named for the Battle of Magenta, which was fought in 1859 near the town of Magenta in northern Italy during the Franco-Piedmontese war against Austria. The deep purplish color – on of the first dyes – was discovered soon...
AppDev: Something You Should Know by Irena Kennedy
SYSK 358: Run Rules Automatically When an Event Is Triggered
Posted
over 5 years ago
by
irenake
1
Comments
Imagine this: you’re writing a custom user control and you’d like to execute a WWF ruleset when a certain event happens, e.g. a data context changes. Of course, you could create a delegate for the event and write a few lines of code to validate and execute...
AppDev: Something You Should Know by Irena Kennedy
SYSK 357: SQL Server Login Problem on Fresh Installation in Vista
Posted
over 5 years ago
by
irenake
2
Comments
I just installed SQL Server 2008 CTP (Katmai) and all the patches on my Vista laptop… However, trying to login using SQL Management Studio or osql using integrated security (and, yes, I’m an admin on my box) results in the “login failed” error. To...
Page 1 of 1 (7 items)