
In this article, we’ll go over what’s needed to get the Durandal Starter Kit running in a WinJS application. Read More…
In this article, we’ll go over what’s needed to get the Durandal Starter Kit running in a WinJS application. Read More…
While the Windows.Storage.Compression namespace does provide an interface for compressing individual files, there is no native support for creating a multi-file archive. In order to implement this feature I chose to use the third-party JSZip library, which is a light wrapper around the zLib library. Read More…