.NET Framework


.NET Core 3.0 Preview 4 Ships, GA Release Date Revealed Soon

Microsoft's .NET Core 3.0 is out in a fourth preview as it nears general availability, with the exact release date to be revealed by the company at its Build developer conference in about three weeks.

Logging in .NET Core

.NET Core provides a framework that logging systems can be snapped into. However, what's most important about this framework is how you write your messages out. It's the quality of the message that will let you find where your problems are.

Blazor Update: 'The End of the Experiment Is in Sight'

Daniel Roth and Steve Sanderson of Microsoft's Blazor development team provided an update on the long-awaited, experimental project that boosts .NET development for the Web, stating "the end of the experiment is in sight."

Particle Ships IoT Tool Based on Visual Studio Code

Internet of Things specialist Particle has shipped a new Workbench development tool based on the ever-popular Visual Studio Code editor.

Working with Dynamic Objects: Beyond the Basics with ExpandoObjects

ExpandoObjects let you dynamically add members to your object at run time -- a great way to handle scenarios where you need a lot of flexibility. But how do you work with an object when you don't know the names of its properties?

5 Top, No-Cost .NET Core Extensions for Visual Studio 2019

Here are some of the top, free .NET Core-related extensions that target Visual Studio 2019.

Microsoft Aims F# at Machine Learning

Microsoft has updated its open source, cross-platform F# language for functional programming, adding new functionality and positioning it to tackle machine learning projects in the future.

Low-Code Windows Template Studio Update Supports Visual Studio 2019

Microsoft shipped Windows Template Studio 3.1, updating the low-code tool for coding Universal Windows Platform applications with support for the brand-new Visual Studio 2019 release and more.

.NET Core Is 'Most Loved' Framework in Stack Overflow Survey

Stack Overflow's huge annual developer survey is known for asking respondents what tools they most love, dread and want, and the new 2019 report identifies Microsoft's .NET Core as the "most loved" non-Web framework.

Microsoft's ML.NET Machine Learning Framework Now a Release Candidate

Microsoft just shipped its open source, cross-platform machine learning framework, ML.NET, as a Release Candidate, just one step away from general availability that could come next month.

Scott Hunter Details 'What's Coming with .NET Core 3.0'

After this week's release of Visual Studio 2019, Microsoft exec Scott Hunter detailed many of the new features coming in .NET Core 3, already available as a preview in VS 2019 so developers can try it out (with a simple tweak).

Xamarin Mobile Tooling Improved in New Visual Studio 2019

Xamarin updates in the brand-new Visual Studio 2019 GA release focus on fundamental stability and performance, Microsoft said, because the mobile tooling "should work for you, not against you."

Here's Visual Studio 2019

Microsoft officially launched Visual Studio 2019 and Visual Studio 2019 for Mac today, announcing the general availability of the collaborative Live Share functionality, AI-powered IntelliCode and much more.

Making It Up as You Go Along with ExpandoObjects

You can give your users the ability to store any data they want, including stuff they make up at run time, by using an ExpandoObject. In fact, when you don't know what your data is until run time (and you can live without IntelliSense), an ExpandoObject is your best solution.

Amazon Cloud Updates Visual Studio Toolkit for VS 2019

With Visual Studio 2019 dropping tomorrow, the AWS Toolkit for Visual Studio has been updated to support the new offering for those Microsoft coders who prefer to work with their favorite IDE in the Amazon cloud.

Managing Page Layouts in Blazor

Blazor, like most systems for generating Web pages, supports using layout pages for repeated content. Here's what works, what doesn't (yet) work and work-arounds I've discovered for what doesn't work.

Golang Coders Choose VS Code

A previous survey of the Go programming language community found that Visual Studio Code barely beat Vim as the code editor of choice, and the new edition shows the race isn't even close anymore.

VS Code Python Type Checker Is Microsoft 'Side Project'

A new open source VS Code extension called pyright has been created as a Microsoft "side project" to improve on current offerings for static type checking for the Python programming language.

Amazon Cloud Broadens .NET Core Choices for AWS Lambda Functions

Microsoft-centric developers working with the Amazon cloud platform now have more .NET Core choices to handle their AWS Lambda functions for serverless, event-driven programming.

Managing Production and Development Settings in ASP.NET Core

The reality is that you will need to have, at least, two different configurations: one for production and one for development. Here's how to automate those conversions.

Subscribe on YouTube