.NET Framework


Microsoft Killing VBScript in Internet Explorer 11

Microsoft is continuing its long deprecation of VBScript in its Internet Explorer 11 Web browser for security reasons.

The Service Layer in Software Development Doesn't Exist

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.

Semantic Colorization Heads What's New for C/C++ in Visual Studio Code

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.

New Visual Studio Preview Supports Production-Ready .NET Core 3.0 Coding

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.

Visual Studio 2019 for Mac 8.2 Ships with .NET Core 3.0 Support

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.

What's New for ASP.NET Core and Blazor in Production-Ready .NET Core 3.0 Preview 7

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.

Production-Ready .NET Core 3.0 Transitions from New Features to Polish

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.

How to Dynamically Build the UI in Blazor Components

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

New VS Code Java Features Include Refactorings, Semantic Selection

The July update of the Java functionality for Visual Studio Code includes new refactoring capabilities, support for Semantic Selection (or Smart Selection) and more.

AWS VS Code Toolkit Targets Serverless Cloud Development

Cloud development giant Amazon Web Services has made a new toolkit for Visual Studio Code generally available, especially tuned to serverless (Lambda functions) development.

Snppts Aims to Provide One-Stop Shop for Xamarin UI

A Microsoft dev blog introduced Snppts, a new GitHub project that aims to aggregate community Xamarin UI constructs in one place.

Open Source AWS Cloud Development Kit Hits GA with TypeScript Support, C# On Tap

.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 Fixes .NET Core Spoofing Vulnerability

Microsoft today (July 9) issued security-and-reliability updates to two .NET Core and .NET Core SDK releases, featuring a spoofing vulnerability fix.

VS Code June 2019 Release Bolsters Remote Development

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.

Xamarin.Forms 4.0 Deep Dive: Microsoft Details New Features

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.

Uno Platform Ports Open Source Windows Calculator (C++) to Web/iOS/Android (C#)

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.

Super-Popular VS Code Python Tool Gets Update

The Python Extension for Visual Studio Code -- installed more than 9.3 million times -- has received an update that closes some 70 issues.

Creating a Custom Tag Helper in ASP.NET Core: Generating HTML

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.

Visual Studio Code Gets More Java Love, Including New Code Actions

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.

Creating a Custom Tag Helper in ASP.NET Core: Gathering Data

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

Subscribe on YouTube