.NET Framework


Language API from Project Oxford in Public Beta

Microsoft has offered a few of the machine learning APIs to developers to incorporate into apps. Out in public beta now is LUIS, the Language Understanding Intelligent Service that now has Chinese language support and adds dozens of prebuilt models.

Implementing Strategy Pattern and Callbacks in TypeScript

The TypeScript datatyping support not only applies to simple variables, it also supports you when doing clever things with functions. Specifically, TypeScript ensures you create reliable code when implementing callback functions.

Using Predicates in Akka.NET Receive Actors

Create precise logic dictating which messages an actor will handle and how they will react to them.

Xamarin Bolsters Cross-Platform Tools with RoboVM Buy

The acquisition adds Java development capabilities to the company's cross-platform development arsenal.

Modelling Actor Behaviors in Akka.NET

Simplify conditional actor code and improve readability.

Securing ASP.NET: Find a Flaw, Get $15K

Microsoft's ASP.NET team is willing to pay $15,000 to developers who discover specific security gaps in .NET Core and ASP.NET.

Hosting JavaScript in a Windows 10 App

An introduction to the Chakra JavaScript engine and how it can be used within a Windows 10 app to execute JavaScript.

A More Efficient Text Pattern Search Using a Trie Class in .NET

The trie data structure is one alternative method for searching text that can be more efficient than traditional search approaches. Here's a trie class you can create in C#.

Simplifying Applications with Eventual Consistency

Stop trying to make everything work all at once. Instead, use Domain Events to make applications simpler, more scalable and easier to maintain -- and to defer updates until you can't avoid making them.

Visual Studio Online Supports Azure AD Groups

Sprint 89 now has support for Azure Active Directory Groups, and previews a new work item form that will be the basis for work item forms moving forward.

5 Non-Coding Procedures for Securing .NET Applications

Organizations that encountered security breaches have lost large sums of money, both directly and indirectly in terms of damaged reputations, layoffs, fines, etc. With so much at stake, developers need to turn to IT security, which is now a must for any IT department.

Visual Studio 2015, Team Foundation Server 2015 Updated

Three months from their original releases, both tool suites have a handful of fit-and-finish improvements meant to smoothe over the development process.

Simplifying Applications by Implementing Eventual Consistency with Domain Events

Implementing Domain Events can dramatically simplify your application while also making it more scalable. Here are some of the implementation options available to you in the .NET environment.

Telerik Kendo UI Supports AngularJS 2.0, Web Components

The newest release also sports new spreadsheet widget that allows Excel-style data management and organization, as well as a handful of new project templates.

VS Tools for Cordova Update 3 Aims for Stability

Along with a handful of features, including an ADAL plug-in, VS Tools for Cordova Update 3 aims for stability with a number of fixes that includes one for an error developers were getting after installing ASP.NET 5 Beta 7.

Step Up To Recurrent Neural Networks

Recurrent neural networks can solve some types of problems that regular feed-forward networks cannot handle.

Microsoft Developer Division Chief Somasegar Steps Down

At Microsoft, the search is on for someone to fill the shoes of S. Somasegar, who will be leaving the company after 27 years.

How To Consume a WebAPI with RestSharp

The open source library RestSharp is designed to make consuming APIs from .NET easy and work across platforms.

Creating a Genuine Value Object

Peter addresses reader's concerns by showing how to implement a read-only/immutable value object.

Tools for Apache Cordova Version 1.0.0 Released

The toolset that allows Visual Studio developers to work natively with the popular Cordova mobile app framework finally makes it out of development, and becomes an open source project on Github.

Subscribe on YouTube