.NET Framework


Second Previews Ship for .NET Core 3, ASP.NET Core 3

Microsoft released the second preview of .NET Core 3, building upon the first beta that introduced support for Windows Forms and Windows Presentation Foundation (WPF) desktop projects. ASP.NET Core 3 Preview 2 also shipped for Web development (including with C# via Razor Components introduced in the Blazor effort).

ASP.NET Core: Learning the Ropes, Part 3

Eric Vogel uses code samples and screenshots to demonstrate how to create and use the views and controller for an ASP.NET MVC Core CRUD application.

How .NET Core Tools Improved in Visual Studio 2019 Preview 2

The Visual Studio 2019 Preview 2 announcement didn't say much about .NET Core -- the open source, cross-platform replacement for the ageing, Windows-only .NET Framework -- but there is some new .NET Core functionality for developers in the IDE.

C# Makes GitHub's Top 5 Machine Learning Languages List

Although Python is the widely recognized de facto, go-to programming language for machine learning and many other artificial intelligence projects, a new study shows C# is holding its own in the space.

Visual Studio 2019 Gets Closer with Preview 2

Visual Studio 2019 is expected to ship in the first half of this year, and it just took another step on that journey with the release of its second preview that improves just about every area of the IDE experience.

Windows 10 Mobile Revival Effort Grows

An effort among users beseeching Microsoft to rethink the impending end of Windows 10 Mobile seems to be picking up steam after the platform's latest death knell.

21 New Tools and Extensions for Visual Studio 2017

From legacy xBase code to cutting-edge Quantum computing, these Visual Studio extensions will make you more productive.

Microsoft Garage's XAML Studio Does Real-Time UWP UI Changes

The Microsoft Garage initiative for experimental hacking projects championed by interns and staffers has come out with new tools including XAML Studio, used to smooth iterative development by quickly prototyping Universal Windows Project apps.

Progress Previews Telerik UI for Blazor

In response to developer requests, .NET-centric tooling specialist Progress is supporting Microsoft's experimental Blazor project for C# Web development in a major new release of its UI-focused components.

New Xamarin Controls Highlight Syncfusion's Update of .NET-Centric UI Components

.NET development tools specialist Syncfusion is out with another update of its UI components suite, with new Xamarin controls of special interest to mobile developers.

Cloud Explorer (VS 2017 Azure Workload) Gets IoT Update

The Cloud Explorer tool installed automatically with Azure Workloads in Visual Studio 2017 now sports additional functionality for interacting with the Azure IoT Hub.

Tool Converts Visual Studio IDE Code Snippets for VS Code Editor

Developer Rick Strahl, tired of the cumbersome process of converting his many Visual Studio IDE code snippets into formats that can be used in the Visual Studio Code editor and the JetBrains Rider IDE, has created a tool to automate the process.

Working with Session in ASP.NET MVC Core (or: Why You Can't Migrate)

Here's everything you need to write code for the Session object in ASP.NET Core -- including why you can't expect to migrate your existing ASP.NET MVC application to ASP.NET MVC Core (though Peter has some suggestions on easing that pain).

ML.NET Update for Machine Learning Comes with New Visual Studio Templates

Microsoft today released an update to its ML.NET framework that includes new Visual Studio templates to help developers code their machine learning projects.

Will Flutter Become a Xamarin Option?

An open source GitHub project championed by a handful of developers seeks to add Google's new Flutter mobile UI framework as an option for creating native mobile apps in the Xamarin framework.

Creating Web Pages with Blazor: The Basics

If you know how to create an ASP.NET MVC View, you know a great deal about how to create pages in Blazor. But, by packaging up pages as Blazor Components, you can use (and re-use) those pages more like objects.

Finding Your Objects in ASP.NET Core

Central to ASP.NET Core is the collection of objects that give you access to ASP.NET Core functionality. Here's how to access it, how to add to it and an example of how to use this technology with the "difficult" cases.

An Introduction to Templated Components in Blazor

Templated components expose customizable sections via parameters, and consumers then pass in their own templates for these sections that the component will use when rendering. They make it really easy to create some high-level reusable components, especially when incorporating generics.

Top .NET Tutorials in 2018

Visual Studio Magazine's stable of expert programmers this year wrote code-laden, hands-on tutorials ranging from traditional topics such as ASP.NET MVC to cutting-edge Blazor to Microsoft's new direction: .NET Core. Here's a recap of the most popular how-tos.

Programming Will Always Be Hard

If you're a programmer then you know that you frequently get things wrong. Sometimes you find those bugs before your application gets to production ... and sometimes you don't. Bad news: Nothing is going to help and it's not going to get any better.

Subscribe on YouTube