C#


Visual Studio 2015 Pricing To Be Simplified

Current Ultimate subscribers will notice a significant price reduction. Also: a Visual Studio 2015 timeline quick reference.

Microsoft Opens Up: A Q&A with Scott Hanselman

Microsoft has been running full steam ahead with its "open" development process. So what does it mean to those developing across disparate platforms? Scott Hanselman explains.

Asynchronous Processing with TypeScript and Generic Promises

Promises make asynchronous processing simple, consistent and easy to use. And, with TypeScript and Promises.TypeScript providing support for generic Promises, you get both type safety and IntelliSense support.

Inside the Azure API Tools for Visual Studio 2013

Azure API Tools for Visual Studio 2013 gives developers a quick path to connecting to third-party REST APIs.

ConventionTests, Part 2: Creating Custom Conventions in ASP.NET

Now that you know how to use them (see Part 1 if you don't), it's time to create custom ones.

Windows 10 SDK Now Out as a Preview

Windows Insider members can access the software development kit preview for building Universal Apps on the upcoming Windows 10 platform.

Everything You Didn't Know About Shared and Static Members

Peter's convinced you're not using Shared and static members enough, but then he's also convinced that none of you know about all the ways you can use those two keywords.

9 Reasons Why Team Foundation Version Control Is Not Dead

Microsoft's Brian Harry offers proof that TFVC is still alive and well.

Python Tools 2.2 Beta Updated

Python Tools for Visual Studio adds a number of user-requested features, including a centralized comments window, and the ability to launch and configure multiple Python environments.

Authentication Tools Previewed in Visual Studio 2015

Upcoming release will include some developer-requested features integrated into ADAL .NET and .NET Core to streamline use of OpenID and OAuth app protocols.

Creating SharePoint 2013 Workflow Apps with Visual Studio

SharePoint 2013 workflows for automating common business processes can be deployed as SharePoint apps built using Visual Studio.  

Inside Visual Studio Tools for Apache Cordova CTP 3.1

Testing Visual Studio 2015 CTP 6? You've got the latest tools for debugging Apache Cordova apps on Windows Phone 8.1.

Add Real-Time Diagnostics to Your Windows Phone 8.1 App with SignalR

Adding real-time diagnostics and communication to a Windows Phone 8.1 application is no challenge for SignalR.

How To Use Resilient Back Propagation To Train Neural Networks

It's more complex than back propagation, but Rprop has advantages in training speed and efficiency.

How To Simplify the Dreaded Task of Documentation Publishing with GitHub Pages

You don't have to reinvent the Web site to publish some documentation for your project. Take advantage of GitHub Pages to build almost point-and-click doc sites.

Creating a Simple Collection Class

Here's the simplest possible code for creating a custom collection class in the Microsoft .NET Framework that includes support for For…Each loops, an indexer method and initializing collections with {…}.

Write Automated UI Tests for iOS and Android Apps

Writing automated UI tests for your iOS and Android apps might not be as difficult as you think. Learn how to set up tests for your apps with Xamarin.UITest.

5 Questions on Web Development with Robert Boedigheimer

It takes tenacity, persistence, and maybe a little bit of Tae Kwon Do to tackle the complexity of Web development. It's something Robert Boedigheimer knows well.

DataTyping in TypeScript

The TypeScript approach to data typing is different than what you're used to with server-side languages. This allows the language to integrate with other JavaScript libraries, but the results can surprise you.

Beyond Unit Tests with ConventionTests

Be triple sure your code works by augmenting your test platform. This nifty open source library will do that.

Subscribe on YouTube