The August 2019 update of the super-popular Python extension for Visual Studio Code comes with an easy opt-in to the Insiders program (pre-release feature access), along with several tweaks, fixes and enhancements.
Microsoft is seeking to open up the "black box" of its Visual Studio feature request mechanism that can anger and frustrate developers who provide tooling feedback.
Microsoft is continuing its long deprecation of VBScript in its Internet Explorer 11 Web browser for security reasons.
While the concept of "service classes" probably has some value when it comes to organizing the objects you're dealing with, the idea of a "service layer" has no value at all when it comes to building applications.
The much-requested semantic colorization -- colorization of tokens even when they are out of context, thus providing colorization beyond that of syntax -- may not sound like a big deal, but it was fairly complicated to enact.
Microsoft shipped Visual Studio 16.3 Preview 1, which is required for developers wanting to try out the new production-ready .NET Core 3.0 Preview 7, released yesterday.
Microsoft shipped Visual Studio for Mac 8.2, with support for C# 8.0 and .NET Core 3.0, the latter of which was just declared ready for production coding. Also released was Preview 1 of VS for Mac 8.3.
With .NET Core 3.0 becoming production-ready and transitioning from new features to a focus on stability and reliability in Preview 7, Microsoft has detailed a slew of new features for the ASP.NET and Blazor components.
NET Core 3.0 is nearing the finish line, with the dev team transitioning from creating new features to just polishing the release while announcing a new production-ready preview 7.
You have two tools for generating your initial UI in a Blazor component: ASP.NET's Razor and Blazor's RenderFragment. Here's how to use both to integrate with your C# code (and a warning about what you can't do).
The July update of the Java functionality for Visual Studio Code includes new refactoring capabilities, support for Semantic Selection (or Smart Selection) and more.
Cloud development giant Amazon Web Services has made a new toolkit for Visual Studio Code generally available, especially tuned to serverless (Lambda functions) development.
A Microsoft dev blog introduced Snppts, a new GitHub project that aims to aggregate community Xamarin UI constructs in one place.
.NET-centric coders using Visual Studio can now ease their Amazon Web Services (AWS) development with the new Cloud Development Kit (AWS CDK), an open source framework for Infrastructure as Code projects.
Microsoft today (July 9) issued security-and-reliability updates to two .NET Core and .NET Core SDK releases, featuring a spoofing vulnerability fix.
One of the more popular recent features added Visual Studio Code is a preview of remote development functionality, getting a boost in the June release, version 1.36.
Here's an examination of the new features in the Xamarin.Forms 4.0 major release, drawing on a new podcast, video, blogs posts and Microsoft documentation.
While porting a calculator to a different platform might seem simple -- how hard can it be to convert code for addition/subtraction/multiplication/division? -- the reality is far different.
The Python Extension for Visual Studio Code -- installed more than 9.3 million times -- has received an update that closes some 70 issues.
The beauty of a tag helper is it's ability to add new HTML to your page. Once you know what you want to change, here are the tools to change the HTML going to the user.