.NET Framework


Designing Service Messages for Optimal Performance

If you're building services, then getting your message formats right can be the difference between success and failure. Here's an example of what can go wrong and how it could be fixed.

Invoking and Sharing View Components in ASP.NET Core

View components let you create reusable chunks of business logic coupled with a UI in multiple places in your application ... and then let you share that logic across multiple projects. Here's how to invoke them and share them.

Creating Reusable View Components in ASP.NET Core

ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application.

Validating JSON with JSON Schema

Once you've created a JSON Schema that describes a JSON document, you can use it both in Visual Studio -- to provide guidance when creating JSON documents -- and in your code to validate the messages you're receiving.

Q&A: Sam Basu on Using Xamarin, AI, Cloud Services and More for Mobile Apps

Expert advice on using the latest techniques with Xamarin for your mobile development.

VS Code January Update: Quickly Fix TypeScript, JavaScript Errors

The January 2018 update of Microsoft's Visual Studio Code editor incorporates the new TypeScript 2.7.1 edition, allowing for quicker fixing of errors in TypeScript and even regular JavaScript files.

Changing the Way You Test with Live Unit Testing

Peter tries out Visual Studio Enterprise 2017's Live Unit Testing and has what might be a life-changing experience.

Simple Concurrent Client-Side Processing in ASP.NET MVC with Web Workers and TypeScript

Here's how to use web workers in ASP.NET MVC with TypeScript to enable concurrent processing in your client-side code. And, as a bonus, the correct way to think about web workers.

Visual Studio Code Python Extension Improves Linting, More

Microsoft's Visual Studio Code team has updated the popular, open source Python extension it acquired a few months ago, adding yet more functionality to the tool that has been installed more than 6 million times.

Low-Code Windows Template Studio Gets Visual Basic Support

Windows Template Studio, Microsoft's open source, wizard-driven Visual Studio 2017 extension for coding UWP applications, is out in version 1.7 with new support for Visual Basic and the Prism framework.

Filtering List Boxes with a Little Help from XAML

This hands-on tutorial features an example app that displays a list of American cities, allowing the user to see a subset of choices by typing a filtering text value.

TypeScript 2.7 Ships, Developers Debate Its 'Bloat'

Microsoft yesterday shipped TypeScript 2.7, adding a bunch of new features as usual -- so many that a debate about bloat in the programming language was sparked on a social coding site.

LEADTOOLS Imaging Kits Get New .NET Standard, Azure Cloud Libraries

Imaging dev tools specialist LEAD Technologies announced the release of LEADTOOLS Version 20 with new libraries leveraging .NET Standard, Microsoft's effort to unify .NET API usage across different platforms and projects such as .NET Framework, .NET Core and Visual Studio Tools for Xamarin.

Third Preview of Visual Studio 2017 v15.6 Improves Build Tools, More

It's been just a couple week since the second preview of Visual Studio 2017 version 15.6, with the latest iteration featuring improvements to Visual Studio Build Tools, Snapshot Debugging and more.

5 Top WordPress Extensions for Visual Studio Code

Here are five useful, ready-to-go extensions available for the Visual Studio Code editor to boost development for WordPress, a leading self-hosted blogging tool.

Defining JSON Messages with JSON Schema

If you're building a RESTful Web service, you can provide both guidance and control around the JSON messages your service works with by replacing documentation with JSON Schemas.

VS Code Susceptible to Electron-Based Vulnerability

Visual Studio Code, being based on the open source Electron framework, is among applications susceptible to a remote code execution vulnerability just announced and patched by the Electron team this week.

Quick Tip: Checking for Success in Web Calls

No matter how many HTTP codes there are, you really only need to check one property to determine success or failure.

.NET Coders Clamor for C# Support in Microsoft's CNTK AI Toolkit

This has been an issue for a while and was just raised again with a new post on the Issues section of the Microsoft Cognitive Toolkit GitHub repository, an open source toolkit for commercial-grade distributed deep learning.

Architecting Services for Flexibility and Growth

The simplest way to ensure that the API your services expose to your consumers is to not let consumers access your services -- at least, not directly.

Subscribe on YouTube