It may not signal a VB resurgence, but the Rubberduck project continues to flesh out the Visual Basic for Applications editor into a full-fledged IDE.
Swift exploded in the iOS development community after Apple picked it to replace the aging Objective-C, and now rival Microsoft is nodding to that popularity by providing guidance to bind iOS Swift libraries when working with its cross-platform mobile dev framework, Xamarin.
Microsoft has provided more customization functionality and other enhancements to Visual Studio Online, which provides cloud-powered, managed, on-demand development environments accessible from anywhere via Visual Studio Code or a browser, with Visual Studio IDE support in private preview.
A GitHub project providing more than 300 code samples to illustrate ASP.NET Core fundamentals has amassed more than 4,000 stars.
Support for AndroidX, or next-gen Android Support Libraries, highlights the new release of Xamarin.Forms 4.5, the latest edition of Microsoft's .NET-based cross-platform UI toolkit for creating mobile applications running on Windows, Mac or Linux.
Microsoft has open sourced homegrown analyzers that the Visual Studio Tools for Unity team developed to enhance gaming development in Visual Studio.
While Microsoft's Azure DevOps team has been busy lately, introducing Scalar to speed up Git operations and other initiatives, much more work is planned for the cloud-based successor to Visual Studio Team Services (VSTS).
Microsoft has debuted TypeScript 3.8, with a special shout out of thanks to financial firm Bloomberg for helping to provide support for ECMAScript's private fields.
Microsoft, after shipping Visual Studio 2019 for Mac v8.4 with support for ASP.NET Core Blazor Server applications last month, is now previewing the v8.5 series, adding new authentication templates for ASP.NET Core along with other improvements.
Eric Vogel uses code samples and screenshots to demonstrate how to do Entity Framework Core migrations in a .NET Core application through the command line and in code.
Microsoft's Azure DevOps team announced Scalar, a new project to speed up the operations of Git, the popular, open source, distributed version control system commonly used with source code repository platforms like GitHub.
Careers firm Hired published its 2020 State of Software Engineers report, examining various topics such as the hottest jobs in software engineering, salaries and most in-demand programming languages.
Microsoft published guidance for iOS mobile developers using Xamarin.Forms to avoid potential App Store rejection caused by the deprecation of Apple's UIWebView component.
Microsoft's push to apply Blazor beyond the web-dev space to mobile development is continuing, with the team announcing new components for the experimental initiative just announced last month.
Uno Platform claimed an industry first and addressed a "long-time request" by announcing the capability to build WebAssembly apps in Visual Studio on Windows using Ahead of Time (AOT) compilation.
Microsoft updated its preview project to enable working with Jupyter Notebooks in .NET Core with native programming languages C# and F#, providing new options for the traditional languages typically used, Python, R, Julia, Scala, etc.
HackerRank has published its 2020 Developer Skills Report, which shows C# gaining ground in the list of "best-known" programming languages for 2020 but otherwise not showing as strongly as it has in other similar reports published recently.
Third-party development tool vendors in the .NET Core space are shipping new components, helpers, controls and other goodies for Blazor -- the red-hot Microsoft project for using C# in web development instead of JavaScript -- ahead of its general availability debut coming in May.
GraphQL lets you create data access services without writing controllers. Instead of writing procedural code, you declare schemas describing what queries you'll accept and what you're willing to return. Here's how to get started in ASP.NET Core.
Blazor WebAssembly, the troublesome client-side component of Blazor, is out in a v3.2 preview ahead of its expected May debut as it plays catch-up with the rest of ASP.NET Core.