.NET Framework


Blazor Update Boosts .NET/JavaScript Interoperability

Microsoft continues to churn out updates to its experimental Blazor technology for running C# code on the Web, with the latest boosting JavaScript interoperability.

Wrangling MongoDB in VS Code? Now There's Documentation

The May update of Visual Studio Code has added documentation for using the popular MongoDB in Microsoft's lightweight, cross-platform code editor.

TypeScript 2.9 Adds Notable Editor Features

TypeScript 2.9 has shipped with several new editor features added along with some language/compiler features.

Microsoft Talks Visual Studio 2019

For the first time, Microsoft has begun to officially talk about Visual Studio 2019.

Microsoft: GitHub and VSTS 'Will Not Live in the Same Portal'

Microsoft reassured the developer community that GitHub will retain its open source independence following the big acquisition announced yesterday, though it will see deeper integration with Visual Studio Team Services.

Details Scant on How Microsoft's Acquisition of GitHub Will Affect .NET Coders

Visual Studio and .NET-centric developers are no doubt waiting to see how today's news that Microsoft will acquire open source giant GitHub will affect their day-to-day coding, but there is already no shortage of strong opinions being voiced

Q&A with Chris Klug: Web Development in 2018

Expert Web developer Chris Klug helps makes sense of today's complicated Web dev ecosystem and the tools and technologies that are emerging at a dizzying pace.

Dealing with Unsafe DELETEs in RESTful Services

Your DELETE request to the service just timed out. Surely, it's safe to send it again. Actually, it may not be.

Type Flexibility with Conditional Types

TypeScript applies type safety to JavaScript but, with conditional types, adds some flexibility in how consistent your types are.

Styling Xamarin.Forms Apps with CSS

New support for styling Xamarin.Forms apps with CSS may be controversial, but Greg Shackles thinks CSS is a powerful (and frequently maligned) solution to the problem of styling native mobile applications. See what he means in this hands-on tutorial.

Dealing with Unsafe Methods in RESTful Services

Your update request to the service just timed out. Is it safe to send it again? Maybe. Here's how to ensure that all your update, delete and add requests are safe plus some advice on what you should really be calling them and handling concurrency.

Really Rest: Eliminating Documentation by Implementing HATEOAS

If you want to implement a fully "REST-compliant" application you should address a critical question: How do consumers know what URLs to use? What if all the consumer needed to know was how to use the HTTP protocol and a little common sense?

Your First Xamarin.Forms Project

If you've got a recent version of Visual Studio (Visual Studio 2017 Community Edition, for example) then you can start creating an Android application. Here's what you need to do to get your first project set up.

Visual Studio Team Adds More Python Functionality

The VS Code team is well-known for going all in on Python development, but the Visual Studio IDE team has also been busy in adding and improving features for using the popular and growing programming language.

Microsoft Previews IoT Workbench Extension for Visual Studio Code

Microsoft is previewing a Visual Studio Code extension for working with Internet of Things projects in the Azure cloud, including a DevKit with a customized Arduino-based board.

JetBrains Updates ReSharper Visual Studio Extension and Rider, an Alternative .NET IDE

JetBrains, a .NET development specialist, continues to cater to developers who prefer to code in the Visual Studio IDE or those who would rather use an alternative IDE.

VS Code Live Share Now Works on Linux, the Most-Requested Feature

Linux support, the most-requested feature for Visual Studio Code Live Share -- which allows real-time collaboration among developers on different machines and platforms -- was announced this week.

Blazor Update Adds Reusable Component Libraries

Microsoft has updated Blazor -- for full-stack Web apps coded in C# -- with new features including the ability to create reusable component libraries.

Windows Template Studio 2.0 Ships with Improved Visual Studio UI

Windows Template Studio, an open source Visual Studio extension that provides a low-code approach to creating Universal Windows Platform apps, launched in version 2.0 with an improved Visual Studio UI highlighting new features.

Q&A with Ben Hoelting: Top Tips on JavaScript Patterns for the C# Developer

From variables to inheritances to what JavaScript patterns you really need to know, C# MVP Ben Hoelting offers his top tips for C# coders looking to use JavaScript to build complex client-side Web apps.

Subscribe on YouTube