nuget

  1. Real-Time Communications on the Universal Windows Platform with WebRTC and ORTC

    Readers of this blog interested in Real-Time Communications are probably familiar with Google’s WebRTC project. From the WebRTC site: “WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC...
  2. Using SQLite databases in UWP apps

    For many developers, SQLite has become the preferred client-side technology for data storage. It is a server-less, embedded, open-source database engine that satisfies most local data access scenarios. There are numerous advantages that come with its use, many of which are explained in the...
  3. Calling Windows 10 APIs From a Desktop Application

    In today’s post, we’re covering how PC software can leverage the rich functionality of Windows 10. This is valuable background for the upcoming post “Adding UWP Features to Your Existing PC Software with the Desktop Bridge,” which will go into even more detail on the topic in the coming days...
  4. Announcing “UWPDesktop” NuGet Package Version 14393

    The UWPDesktop NuGet package is here to improve the developer experience with Visual Studio when walking along the Desktop Bridge. The Desktop Bridge allows you to call UWP APIs directly from your WinForms, WPF or VB application. You can use APIs such as Live tiles, notifications, App Services...
  5. GameAnalytics SDK for Microsoft UWP Released

    We’re excited to announce our partnership with GameAnalytics, a powerful tool that helps developers understand player behavior so they can improve engagement, reduce churn and increase monetization. The tool gives game developers a central platform that consolidates player data from various...
  6. VIDEO MIDI Enhancements in Windows 10

    As Windows 10 evolves, we are continuing to build in support for musician-focused technologies. Let’s take a look at MIDI. Windows has had built-in MIDI support going back to the 16-bit days. Since then, most MIDI interfaces have moved to USB and our in-box support has kept pace, with a class...
  7. Introducing the UWP Community Toolkit

    Recently, we released the Windows Anniversary Update and a new Windows Software Developer Kit (SDK) for Windows 10 containing tools, app templates, platform controls, Windows Runtime APIs, emulators and much more, to help create innovative and compelling Universal Windows apps. Today, we are...
  8. What is app attribution?

    Mobile app attribution, different from traditional online attribution which uses things like cookies or pixel tags, is the method of measuring a user’s activities on an app. These activities could be an app install, making in-app purchases or completing a level within an app. This information is...
  9. Kickstart UWP app creation with Windows App Studio’s open source UWP libraries and Samples App

    Link Removed is all about making it as easy as possible to build apps for Windows. The online tool helps you build apps with no coding required, so you can either start your project there and extend it in Visual Studio, or you can create and build the app completely in the tool. Today, we want...
  10. Be a 3D Hero with UrhoSharp

    Last December Miguel de Icaza blogged about a cool, cross platform, light weight 3D game engine that's very C# and friendly... Link Removed [Post Copied in Full] Building 3D experiences and games using a high-level framework that works across all of the major platforms is now as easy as...
  11. Intense UWP Templates with the Intense Toolkit and some Logo help

    It's Winter Break for many of us and being the geeks we are, we're looking for something to develop... :) When kicking off a new project, many times it can really help starting from an existing Project Template. We've highlighted the cool UWP templates from FirstFloor before, Go beyond "Blank...
  12. XAML Behaviors, open source and on UWP

    Your requests to grow the XAML Behaviors platform and bring them forward to support UWP app development have been heard. Today we announce the next step: XAML Behaviors natively supported for UWP and shipping as a NuGet package (for both native and managed projects). Additionally, to build a...
  13. MSDN Magazine: Special Windows 10 Issue

    MSDN magazine has released a special Windows 10 issue. The issue spans a large number of topics from Visual Studio tooling to game development to user experience to notifications. If you don’t get the print magazine, don’t worry, all the articles are online for free. Here is the complete list...
  14. Have a heart...rate Band UWP sample

    Continuing with our Hardware Event Theme, it's Windows 10 Band Day! Link Removed, whom we usually highlight for his cool Kinect projects, a couple months ago wrote up this nice Windows 10 UWP Microsoft Band example... Link Removed Although very simple I thought this was worth blogging as I...
  15. Lumia Imaging SDK v3 (No, it's not just for phones...)

    This week, surprisingly enough, we're going to be doing a "Holly Cow, that was an awesome Hardware Event last week!" theme, focusing on related SDK's, projects and such. I'm sure you've already heard all about it, but incase not, check out this post, A New Era of Windows 10 Devices from...
  16. Turning your Windows 10 Project Templates up to 10 with Template10!

    We're back with a Theme Week, this time focusing on... wait for it... Windows 10 (Okay, I had a number of Win10 posts in the queue, so thought this a good means to get them out. :) Visual Studio Project Templates are great tools to help you kick off a new project quickly. They can help scaffold...
  17. Bridging the WinPhone to UWP Gap...

    One of the questions I hear allot is how do you convert your Windows phone 8/8.1 Silverlight app into a Windows 10 UWP app? Is there a simple converter? No. But one is the works! Mobilize.NET, the company that brought us the cool WinForm to Web App product, WebMAP2 have just released a new...
  18. Initial preview of Silverlight bridge to UWP

    Today marks the initial release of Mobilize.NET’s Silverlight bridge, which helps Windows Phone Silverlight app developers bring their WP Silverlight 8.x apps to the Windows 10 Universal Windows Platform (UWP). Announced at Build 2015, the Moblize.NET bridge is free and directly integrates into...
  19. Dynamically detecting features with API contracts (10 by 10)

    Brent Rector, a principal program manager on Windows helped write this post. The Universal Windows Platform (UWP) allows you to write your app once and target multiple device families, while also taking advantage of new APIs introduced on later versions of the OS as well as using unique APIs...
  20. Going Native 41: OpenGLES on Windows with ANGLE | C9::GoingNative

    There are many ways to spin a cube and in today's episode we're coming from a different... angle =P. Cooper Partin from the Windows Graphics team is joining to tell us about his work on the ANGLE project to enable OpenGL ES 2.0 support in Windows Store, Phone and Universal Windows apps. ANGLE is...