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
Tags
.NET
Application Development
Async
Config
Deployment
Environment
RIA
Silverlight
SQL
Telerik
TFS
Tools
Visual Studio
VSTS
WCF
Web
Archive
Archives
September 2012
(2)
March 2012
(1)
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)
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 356: How To Execute A Workflow Synchronously Without waitHandle.WaitOne()
Posted
over 6 years ago
by
irenake
2
Comments
Consider the following code snippet frequently found in sample applications, code snippets and published articles: using ( WorkflowRuntime wr = new WorkflowRuntime ( "WorkflowRuntimeConfig" )) { wr.StartRuntime(); using (System.Threading...
AppDev: Something You Should Know by Irena Kennedy
SYSK 355: Design and Coding Guidelines for Better User Interfaces
Posted
over 6 years ago
by
irenake
1
Comments
If you’re developing the front end, the user tier of applications, you may be interested in the following 81 rules for better user interfaces published by SSW -- http://www.ssw.com.au/ssw/Standards/Rules/RulesToBetterInterfaces.aspx . Special...
AppDev: Something You Should Know by Irena Kennedy
Non-Tech: Looking for a precious jewelry gift for yourself or your significant other? I recommend thediamondstore.com.
Posted
over 6 years ago
by
irenake
2
Comments
Not all my SYSK (something you should know) posts are software development technology related, but I rarely blog on non-SYSK topics. This one is an exception and here is why… I decided to write about my experience with thediamondstore.com because,...
AppDev: Something You Should Know by Irena Kennedy
SYSK 354: How To Determine If The Page_Load Event Is Triggered by a Standard Page Postback or by the UpdatePanel?
Posted
over 6 years ago
by
irenake
4
Comments
Ok, so you’re in a Page_Load code block, and the this.Page.IsPostBack returns true . How do you know if the request is due to a “standard” page postback or as a result of an UpdatePanel triggered postback resulting in a partial page update? The...
AppDev: Something You Should Know by Irena Kennedy
SYSK 353: What’s New in "Orcas" (next version of Visual Studio)
Posted
over 6 years ago
by
irenake
6
Comments
This is first in the series of small posts about new features in Orcas… 1. Orcas can be installed and will run side-by-side with Visual Studio 2005 (even with the beta 1 release currently available) 2. You can use Orcas to create projects (i...
Page 1 of 1 (5 items)