Dr. James McCaffrey provides hands-on examples in introducing ML.NET, for machine learning prediction models, and AutoML, which automatically examines different ML algorithms, finds the best one, and creates a Visual Studio project with the C# code backing the best model, along with C# code that shows how to use the trained model to make a prediction.
- By James McCaffrey
- 09/30/2019
You can store encrypted values in your ASP.NET Core configuration file and seamlessly decrypt the values as you retrieve them. But there are, at least, two issues that you'll need to address.
The development of client-side Blazor leveraging WebAssembly -- appropriately called Blazor WebAssembly -- has suffered a few hiccups, but Microsoft has big plans for the red-hot technology that enables C# Web development.
Fresh on the heels of .NET Core 3.0, Microsoft's Scott Hanselman unveiled a months-long project to provide entry-level instructional videos on all things .NET, ranging from "What is C#?" to ".NET for Apache Spark 101."
Visual Studio 2019 for Mac 8.3 debuted yesterday (Sept. 23) with quicker Xamarin UI changes testing, an improved Web development experience and more.
Functional programming devotees welcomed the general availability of F# 4.7 along with the release of .NET Core 3.0 and associated tooling.
Alongside the big .NET Core 3.0 release, Microsoft announced the general availability of Visual Studio 2019 16.3, which VS developers need to work with the new cross-platform, open source offering.
Microsoft officially announced .NET Core 3.0, an important milestone in the company's transition from the traditional, proprietary, Windows-only .NET Framework to a new open source, cross-platform offering -- the new direction for .NET developers.
The much-anticipated .NET Core 3.0 milestone release is shipping in five days, Sept. 23, but it won't include a stable Blazor WebAssembly.
Developers using Java tooling with Visual Studio Code now have a better "Getting Started" experience thanks to new functionality in the September Java extensions update.
Microsoft shipped Visual Studio 2019 16.3 Preview 4, adding database profiling for projects based on .NET Core, which is coming out in a big v3.0 milestone release next week.
After saying .NET Core 3.0 Preview 9 was the final preview before next week's official GA launch, Microsoft today issued a surprise Release Candidate 1 offering, neccessitated by Visual Studio 2019 synchronization.
With the big .NET Core 3.0 milestone coming up in two weeks, Microsoft is finishing off its tooling updates, including the recently announced Visual Studio 2019 for Mac version 8.3 Preview 3.
You have to manually enable it, but an early look at a new Terminal is available in the third preview of Visual Studio 2019 16.3, along with many F# enhancements, IntelliCode improvements and much more.
Improved gRPC functionality is just one many new improvements in the ASP.NET Core component of .NET Core 3.0 Preview 9, the last step before the entire .NET Core 3.0 platform hits general availability in about three weeks.
Microsoft has shipped its last preview of the long-awaited .NET Core 3.0, which will launch in GA later this month during the Sept. 23-25 .NET Conf online event.
You can create Blazor components by combining other Blazor components but you'll almost certainly need to share data between those components. Here are all the options currently open to you.
ASP.NET Core allows you to create Web Services based on gRPC ... which raises two questions: "What is gRPC?" and "Does it ever make sense to use it?" Here are Peter's answers.
Microsoft just shipped Xamarin.Forms 4.2 with enhanced Shell functionality to provide basic features required in iOS and Android apps, but many mobile developers are clamoring for Shell to support Universal Windows Platform development.
Microsoft shipped Web Template Studio 2.0, a wizard-driven Visual Studio Code extension for quickly creating a foundation for a full-stack Web app.