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.
Fresh on the heels of a new installer that eases the setup of Java in Visual Studio Code, the dev team for Microsoft's wildly popular open source, cross-platform code-editor-that-acts-like-an-IDE just announced more Java goodies.
You can create your own custom tag helpers ... but it's a lot easier if you understand the process that tag helpers need to go through. Here are your options when gathering the data that a tag helper needs (and why they can't completely replace HtmlHelpers).
The long-awaited fix for Visual Studio for Mac performance and reliability issues has arrived via a new C# code editor that borrows from Visual Studio for Windows internals, sparked by negative developer feedback.
Whenever you have repeated HTML, you should be creating your own tag helpers to simplify your views. Here's how flexible tag helpers can be when you go to integrate them into your page.