Building Better SDKs
Friday, January 14, 2022 by Nathan Darst
Nathan Darst is the Director of SDK Engineering for Kochava, a real-time data solutions company offering the leading omnichannel measurement and attribution solutions for data-driven marketers. Darst talks about building better SDKs, integrating them, using an SDK in code, what good APIs look like, and a ton more.
You've written some amazing code; so amazing...
Scanning JavaScript for vulnerabilities: How the impossible is now possible
Friday, January 13, 2017 by Matt Howard
Javascript is everywhere, and it's awesome! But the world most popular language can be riddled with problems if you aren't a careful programmer.There is a saying that speaks to the incredible popularity of JavaScript as a programming language and it goes like this: “any application that can be written in JavaScript, will eventually be written in JavaScript.” The we...
Why software is no longer being written from scratch
Tuesday, November 1, 2016 by Richard Harris
Application developers are increasingly reliant on open source component parts because pre-fabricated components speed up innovation and save developers the time (and money) of having to write code from scratch.But with 6.1% of component downloads containing a known security vulnerability it’s inevitable that defective parts will make their way into production – especia...
New Universal Windows Platform Tools Offer Significant Updates to .NET
Friday, April 15, 2016 by Stuart Parkerson
At Build 2016 Microsoft announced the availability of Visual Studio 2015 Update 2 which offers a significant update to the tools for building Universal Windows apps for many new classes of Windows 10 devices such XBOX, HoloLens, and Surface Hub (in addition to Phone, PC, and IoT)On the heals of Microsoft’s announcement of its Visual Studio 2015 Update 2, the company is ...
Microsoft Releases No Code Windows 10 App Studio Out of Preview
Wednesday, November 4, 2015 by Stuart Parkerson
Microsoft has released the Windows App Studio with Windows 10 Store Support Release out of preview providing the access to a free, online app creation tool for those with no coding experience to create and publish a universal Windows app with no code required. App Studio Windows 10 was released in preview in July. With the general release, users can now direc...
New Functionality for Windows 10 IoT Core Released Through Windows Insider Program
Wednesday, November 4, 2015 by Richard Harris
The Windows 10 IoT Core was first publically released in early August and Microsoft continues to add functionality to the platform. Among the most recent enhancements include new Windows 10 IoT Core support for the Qualcomm DragonBoard 410c offering additional capabilities of the DragonBoard 410c’s including onboard WiFi and Bluetooth and DirectX graphicsEarlier this ye...
Automate the Conversion from Windows Phone 8.x to Universal Windows Platform
Wednesday, September 23, 2015 by Stuart Parkerson
Mobilize.Net has developed a new tool called Mobilize.Net Silverlight bridge that automates a lot of the conversion process from Windows Phone 8.x code to Universal Windows Platform (UWP). Prior to UWP, about half of all Windows Phone apps were written using WPS (Windows Phone Silverlight). These apps will need significant changes in order to be compatible wi...
Amazon Web Services Releases Version 3 of the AWS SDK for .NET
Monday, August 3, 2015 by Stuart Parkerson
Amazon Web Services (AWS) has released Version 3 of the AWS SDK for .NET. Version 3 is a new, modularized SDK and every service is a separate assembly and is distributed as a separate NuGet package. Each service has a dependency on a common runtime - AWSSDK.Core. This design gives SDK users better control when to upgrading to the newest service updates.The AWS team...
What is New in the Recent Release of Visual Studio 2015
Friday, July 24, 2015 by Richard Harris
Microsoft just released the highly anticipated Visual Studio 2015 just in advance of the impending Microsoft 10 release. Here is a rundown on what’s new for VS 2015:Cross-platform mobile device support - Android, iOS, and WindowsOut of the box, Visual Studio allows developers to use web technologies to build production quality mobile apps for iOS, Android and Windows us...
Xamarin Releases Xamarin Including Enhancements to Xamarin Designer for iOS in Visual Studio
Sunday, June 1, 2014 by Richard Harris
Xamarin has released Xamarin 3, which includes four major improvements to the Xamarin platform:1. Xamarin Designer for iOS in Visual Studio: The Xamarin Designer for iOS is a visual designer for iOS, allowing developers to quickly lay out UIs, intuitively add event handlers, take advantage of auto-layout, and see live previews of custom controls. No more gray boxes, dev...
Google Announces General Availability Release for Google APIs Client Library for .NET
Saturday, March 22, 2014 by Stuart Parkerson
Google has announced the general availability of the Google APIs Client Library for .NET. The library is an open-source effort, hosted at NuGet, that lets developers building on the Microsoft .NET Framework to integrate their desktop or Windows Phone applications with Google’s services. It handles OAuth 2.0 integration, streaming uploads and downloads of media...
Major Updates for Azure Mobile Backend Development
Monday, July 1, 2013 by Stuart Parkerson
Microsoft has released some great updates to Windows Azure that make it significantly easier to develop mobile applications that use the cloud. These new capabilities include:Mobile Services: Custom API supportMobile Services: Git Source Control supportMobile Services: Node.js NPM Module supportMobile Services: A .NET API via NuGetMobile Services and Web Sites: Free 20M...