C#


Faster, Leaner Future for Visual Studio Development

From Visual Studio Live! Austin: Microsoft's Tarek Madkour reveals the current state of the Visual Studio union, with a good view of the latest on .NET and .NET Core.

Integrating ASP.NET MVC, React and JSX with TypeScript

Creating a form with TypeScript, React and JSX lets you generate the HTML for your form dynamically, at runtime, and on the user's computer. Here's how to integrate a data- driven form into ASP.NET MVC.

Windows Devs Now Have Direct Pipeline to Docker Tools

Docker is open sourcing developer tools used to facilitate standing up containers targeted for Windows and Mac platforms.

New Exams for UWP-Based MCSD Title

As Microsoft Learning slates two exams for the MCSD: UWP for retirement next year, two more skills-focused exams will take their places.

How To Programmatically Customize iOS Keyboards with C#

Developers will always look to customize everything, and keyboards aren't out of bounds. Here's how to customize the iOS keyboard that pops up in your mobile apps to address any shortcomings.

Simplifying Data Retrieval with CQRS in ASP.NET MVC

Data retrieval and updates are very different activities so the CQRS pattern says that the smart thing to do is treat them differently. Here's a variety of solutions for the retrieval side in an ASP.NET MVC application.

Generate TypeScript Classes from C# with TypeScriptSyntaxPaste

When working with TypeScript it's not unusual to need a class that matches an already existing server-side class written in C#. Here's one way to get from C# to TypeScript by doing what you normally do.

Build Interactive Tiles for Microsoft Band

Now that you know how to communicate with the Band apps, here's another twist. Let's get interactive.

Visual Studio '15' Takes Shape with Preview 2

Another preview of the next VS IDE adds debug improvements, including Edit and Continue capability while building XAML apps, as well as latest TACO Update 9.

Simplify Code with the Visitor Pattern

You can't make a complicated problem simple. But, by leveraging the right tools in your language (and the Visitor pattern) you can ensure that your code doesn't get as complicated as your problem.

NativeScript 2.0 Supports Visual Studio Code, TypeScript

Major update to cross-platform framework for building native apps includes support for Visual Studio Code and TypeScript, as wel as AngularJS, Maven, and CocoaPods.

Visual Studio Tools for Apache Cordova Update 9 Now Available

Programmatic efficiency is a highlight of this release, with a command-line option for extensions and clearer information for starting new projects.

Classic Stats, Or What ANOVA with R Is All About

New to this type of analysis? It's a classic statistics technique that is still useful. Here's a technique for doing a one-way ANOVA using R.

Logic Is Your Enemy

Leveraging the right combination of object-oriented tools can keep your code simple, even as the problems you solve get more complicated.

Second Preview of Office Dev Tools for Visual Studio 2015

SharePoint 2016 and add-in development support are highlights of this release that allows Visual Studio developers to customize Microsoft Office.

Pressure Is On with 3D Touch in iOS Apps

Add pressure-based interactions in your apps in just a few minutes.

Xamarin's Tooling Evolves, SDK Now Open Source

Slew of announcements from the company at its Evolve 16 event in Florida include a bevy of solutions to help developers connect to Macs to create native iOS apps.

Eliminate the Barrier Between JavaScript and HTML (or Anything Else)

The JSX tool lets you describe your page as a set of custom elements that you define in TypeScript classes. Those elements then add to the page whatever text or code makes sense to you.

Text Processing, Type Definition, I/O and Visualization in F#

What you can do with most programming languages can be accomplished in F#'s functional programming paradigm. Here's how to handle some simple operations, which might look familiar to you already.

Exploiting the ConcurrentDictionary in Asynchronous Applications

The ConcurrentDictionary provides the most efficient (and safest) way to shared named values between asynchronous processes with several powerful methods. But the best advice might be to avoid ever needing them.

Subscribe on YouTube

Upcoming Training Events