.NET Framework


.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.

Extending Razor Pages

If you move beyond the basics of working with Razor Pages, there are at least two things you should know to support creating Pages that do more than one thing and integrate with existing code.

Navigating in Blazor

If you're moving your application's client-side code to Blazor, then you'll want Blazor to manage navigating between pages, too.

Razor Components (Server-Side Blazor) Refined in ASP.NET Core Preview

ASP.NET Core's Razor Components -- aka server-side Blazor -- received a lot of attention in the just-released NET Core 3.0 Preview 3 as Microsoft continues to mature its initiative to run C# code in the browser instead of just JavaScript.

.NET Core 3.0 Not Shipping with Visual Studio 2019, Microsoft Says

Microsoft-centric developers asking if the much-awaited .NET Core 3.0 release will ship with the much-awaited Visual Studio 2019 release now have the much-awaited answer to their question: No.

Visual Studio 2019 for Mac Preview 3 Boosts Reliability with VS Windows Internals

The new Visual Studio 2019 for Mac Preview 3 continues Microsoft's effort to boost the quality and reliability of the troublesome IDE by borrowing internals from the flagship Windows version.

Dealing with Databases (and Data) in Docker

There are lots of ways to handle databases in a containerized environment like Docker. Here's how to create SQL Server in a container, how to load it with the data you want and how to integrate that container into whatever project needs it. Be warned: Some PowerShell is used.

Docker with Real Applications

Here's how to run a "real-world" application (consisting of an MVC application and a Web Service) in a networked set of Docker containers. And it's just a couple of mouse clicks in Visual Studio to implement it.

Did Microsoft's .NET Core Initiative Boost PowerShell Usage?

Microsoft's move from the ageing Windows-only .NET Framework to the open source, cross-platform .NET Core framework may come with ancillary consequences, such as a boost in the popularity of its PowerShell scripting language.

Subscribe on YouTube