Browse by Tags
All Tags »
Coding Tips (RSS)
While perusing some test code recently, I was thinking about data driven test automation. Data driven testing is a pretty simple concept, you write some test automation which takes input which can be configured to exercise a series of tests. So a test
Read More...
[The following article is authored by one of the Windows Embedded MVPs (Most Valuable Professionals). Our MVPs have a heavy background in Embedded systems and are a great repository of information on Windows Embedded products. We’re providing this
Read More...
If you are a fan of automating as many build processes as possible when creating Windows Embedded images then you are probably familiar with XPeCMD , a script file that allows you to do many tasks programmatically instead of through Target Designer. This
Read More...
One of the really important tools to use to ensure that your applications have a high quality is AppVerifier. This blog is aimed at enhancing your interest in AppVerifier so that you spend time investigating it, learning about it, talking about it, sounding
Read More...
As we all know, when we run an application on a computer, the operating system will first load it into memory from a hard drive and then execute instructions and do calculations based on data in the memory. Most operating systems (such as XP, Vista) allow
Read More...
I don't think there's a developer alive today who hasn't, at one time or another, struggled with a bug that, no matter how much you review your code and decide the code is correct, trace through it and debug it, you just can't figure it out. A bug
Read More...
Last Friday, our fearless Group Program Manager, Mike Glass held the first PM Offsite for Windows Embedded, this offsite was designed for the PM team to take a break from our “day jobs” and get into deep technical depth into specific technologies the
Read More...
I used to be an instructor some time back and still get a kick out helping to teach people and would like to explain one of the interesting new odds of C#. In C#, you do not have pointer any more. How do you deal with pointer to functions? This article
Read More...