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
Brain Teaser: Find a Pattern in This Sequence of Numbers
Posted
over 6 years ago
by
irenake
5
Comments
1 1 0 6 3 2 2 2 8 2 4 8 4 1 7 8 2 2 9 6 1 5 0 2 8 6 6 4 1 6 3 5 8 6 5 2 1 4 3 5 6 2 0 8 3 4 1 9 4 6 The answer is here …
AppDev: Something You Should Know by Irena Kennedy
SYSK 318: Registry Key That Controls Device Driver and System Code Pagination to Disk
Posted
over 6 years ago
by
irenake
1
Comments
Did you know that there is a registry key that specifies whether kernel-mode drivers and kernel-mode system code can be paged to disk when not in use? The key is DisablePagingExecutive (REG_DWORD) located in HKLM\SYSTEM\CurrentControlSet\Control...
AppDev: Something You Should Know by Irena Kennedy
Words of Wisdom: On the Importance of Self-Confidence and Optimistic Perspective
Posted
over 6 years ago
by
irenake
0
Comments
T. Harv Eker said in his book ‘Secrets of the Millionaire Mind’: Rich people see opportunities. Poor people see obstacles. Rich people see potential growth. Poor people see potential loss. Rich people focus on the rewards. Poor focus on the...
AppDev: Something You Should Know by Irena Kennedy
SYSK 317: Business Event Notifications: SQL Notification Services or BizTalk Messaging?
Posted
over 6 years ago
by
irenake
1
Comments
Yesterday, I gave a presentation suggesting that instead of choosing one or the other technology, consider leveraging the strength of each. For example, you could use SSNS for atomic notifications that don’t require complex business rule processing...
AppDev: Something You Should Know by Irena Kennedy
:) Which cat can snatch an eagle from the air?
Posted
over 6 years ago
by
irenake
3
Comments
The Caracal , the largest African lesser cat, resembles a cross between a leopard and a lynx. It is an exceptional climber and jumper and hunts birds, antelope, mice and lizards. It can put on a burst of speed to overtake a racing antelope, and can also...
AppDev: Something You Should Know by Irena Kennedy
SYSK 316: What Are Domain Specific Languages (DSL)?
Posted
over 6 years ago
by
irenake
0
Comments
To quote Martin Danner, domain specific language is a “…small, highly-focused language for solving a clearly identifiable problem. It’s all about abstraction.” One of the main goals of a DSL is to automate mundane parts of the development process...
AppDev: Something You Should Know by Irena Kennedy
:) Why do grasshoppers sit on the edge of a leaf?
Posted
over 6 years ago
by
irenake
0
Comments
Grasshoppers have strong chewing mouthparts which bite from side to side. By sitting along the leaf edge, the grasshopper is out of the way of its chomping jaws. Source: Questions & Answers about the Natural World. ISBN 1-40541-682-3.
AppDev: Something You Should Know by Irena Kennedy
SYSK 315: Generic Functions for Object ↔ XML Serialization/Deserialization
Posted
over 6 years ago
by
irenake
3
Comments
There are many reasons for custom serialization of an object into a human readable string (e.g. XML). If you find yourself recreating the serialization/deserialization code every few weeks, perhaps, it’s time to save off the functions below into a class...
AppDev: Something You Should Know by Irena Kennedy
Words of Wisdom on Happiness
Posted
over 6 years ago
by
irenake
0
Comments
“Happiness comes when you least expect it, and rarely when you try to make it happen. All we need to do is notice it…” Source: For women who do too much 2007 calendar
AppDev: Something You Should Know by Irena Kennedy
SYSK 314: How Secure Is Windows?
Posted
over 6 years ago
by
irenake
1
Comments
Well, judge for yourself… I have charted the data from the article written by Andy Partizio, “Surprise, Microsoft Listed as Most Secure OS” referencing the period of July 1 st and December 31 st : To read the original articles, visit http://www...
AppDev: Something You Should Know by Irena Kennedy
Knowledge is Power: Do You or Your Kids Drink Kool-Aid or Consume Other Artificially Colored Foods? Then read this…
Posted
over 6 years ago
by
irenake
2
Comments
Did you know that a Kool-Aid can be used as a fabric or yarn dye? I’m not kidding… Here is a quote from “Nice Tips” category in Stitch ‘N Bitch 2007 calendar: “… you can dye your own animal fibers with Kool-Aid. Mix one packet of unsweetened Kool...
AppDev: Something You Should Know by Irena Kennedy
SYSK 313: Search Engine Ranking Rules
Posted
over 6 years ago
by
irenake
0
Comments
If you’re interested in how search engines rank web pages, read these four articles: · “SSW Rules to Better Google Rankings” -- http://www.ssw.com.au/SSW/Standards/Rules/RulesToBetterGoogleRankings.aspx · “How URLs Can Affect Top Search Engine Rankings...
AppDev: Something You Should Know by Irena Kennedy
:) What Arctic animal has two fur coats?
Posted
over 6 years ago
by
irenake
2
Comments
Answer: The stoat is a type of weasel whose camouflage varies with the seasons. In summer, its brown fur blends in with the rocky landscape. In autumn, it sheds its summer fur, and grows a new, thick coat of pure-white hairs. In its winter coat, the stoat...
AppDev: Something You Should Know by Irena Kennedy
SYSK 312: Why You Should Not Change SQL Server Service Account Using Services Management Console
Posted
over 6 years ago
by
irenake
0
Comments
The SQL Server documentation states that it’s strongly recommended to use SQL Server Configuration Manager and not Control Panel\Administrative Tools\Services (services.msc) when changing SQL Server or SQL Server Agent service account. The question is...
AppDev: Something You Should Know by Irena Kennedy
:) What Is the First Musical Instrument Played Without Being Touched?
Posted
over 6 years ago
by
irenake
1
Comments
The answer is – theremin. Invented by Russian Léon Theremin in 1919, it consists of two radio frequency oscillators and two metal loop antennas. The electric signals from the theremin are amplified and sent to a loudspeaker. The theremin is widely...
AppDev: Something You Should Know by Irena Kennedy
SYSK 311: Free Grid Control for Windows Presentation Foundation (WPF) From Xceed Software Inc.
Posted
over 6 years ago
by
irenake
0
Comments
Yes, it appears that Xceed Software Inc. is making available for download their WPF grid control free of charge. The “gotcha” is that you have to register with your real name and valid work email address. Check it out at http://xceed.com/Grid_WPF_Intro...
AppDev: Something You Should Know by Irena Kennedy
:) Wise Reminder for Those of Us Working Long Hours
Posted
over 6 years ago
by
irenake
1
Comments
“The mind can absorb no more than the seat can endure”, -- Janet Trasli. The moral: pushing through may be less productive than taking a break. Source: “For Women Who Do Too Much Calendar 2007” by Workman Publishing.
AppDev: Something You Should Know by Irena Kennedy
SYSK 310: The Difference Between setInterval and setTimeout
Posted
over 6 years ago
by
irenake
0
Comments
In JavaScript, you have two options to execute a specific function in the future, i.e. after a specified time interval: window.setInterval and window.setTimeout Both functions have similar signatures, e.g.: var timeout = window.setTimeout...
AppDev: Something You Should Know by Irena Kennedy
:) Start Your Day with a Smile
Posted
over 6 years ago
by
irenake
1
Comments
Two women are talking to each other… One asks – “Are you taking a vacation this year?” “I already took one -- last Sunday”, responds the other… Source: “For Women Who Do Too Much Calendar 2007” by Workman Publishing.
AppDev: Something You Should Know by Irena Kennedy
SYSK 309: How To Cancel a Web Service Request
Posted
over 6 years ago
by
irenake
1
Comments
AJAX makes asynchronous invocation of web service methods very easy. For example, the line below instantiates a web service proxy (MyService) and calls a method (MethodX): var request = new MyService().MethodX(param1, param2, OnRequestComplete,...
AppDev: Something You Should Know by Irena Kennedy
:) How can you tell a seal from a sea lion?
Posted
over 6 years ago
by
irenake
0
Comments
Answer: Here are some of the differences: - Sea lions have small ear flaps, whereas seals have only ear opening - Sea lions can bring their back flippers under the body to help them move on land; seals cannot do this – they simply drag themselves...
AppDev: Something You Should Know by Irena Kennedy
SYSK 308: How to Add a Node at Runtime to XmlDataProvider
Posted
over 6 years ago
by
irenake
5
Comments
XmlDataProvider is great for data binding xml data. But I’m yet to come across an example on how to on-the-fly add a node to a data source represented by an XmlDataProvider instance (e.g. if you use a grid control allowing a user to add a new row). ...
AppDev: Something You Should Know by Irena Kennedy
Brain Teaser: What does Hijklmno mean?
Posted
over 6 years ago
by
irenake
5
Comments
Answer: H 2 O
AppDev: Something You Should Know by Irena Kennedy
SYSK 307: What Does X Indicate in MSDN Documentation?
Posted
over 6 years ago
by
irenake
3
Comments
Once upon a time there were icons to indicate a public method , a protected method , a static member … you get the picture. A few years ago we were introduced to the new symbol , which indicates support for .NET compact framework. Relatively recently...
AppDev: Something You Should Know by Irena Kennedy
Knowledge is Power: How Much Should You be Making?
Posted
over 6 years ago
by
irenake
1
Comments
Damon Darlin’s article published earlier this month in Union Tribune, a San Diego local newspaper, compared employees entering salary negations as holding “pea shooters while the boss in encased in a Kevlar vest”. Many employers purchase compensation...
Page 1 of 2 (43 items)
1
2