Another great article series by Andrea Boschin was started a while ago at SilverlightShow - Windows Store HTML for XAML programmers. And today we publish the next post from this series, check it out:
From the author:
I'm pretty sure you agree with me when I say that Javascript is and hard bet for real world applications. No matter it you are very skilled with this expressive language, the danger of introducing bugs is always behind the corner, and too often these are so subtle to result difficult to discover and they become evident only when we get to the production stage. This is mostly because Javascript does ot have a strong type checking, so you can write code that does unwanted assignment from numeric to string or viceversa, but also because it isn't a real object oriented language, so to emulate these paradigms you have to rely on complex structures that make the code very hardly maintainable. These are the primary reasons that gave the start to the new Typescript language project.
Continue reading »
Check out the planned table of content for this series:
- Understanding the Windows Store HTML project structure
- The layout in HTML for XAML addicted
- The WinJS Controls
- The asynchronous programming made by promises
- Typescript in the Windows Store: deal with Javascript in the real world apps.
- Writing C# components for the Windows Store HTML apps
Andrea has also authored the following SilverlightShow ebooks: