.NET Framework


Code Analysis, Profiling and Refactoring Tools for Visual Studio 2017

Premature optimization may be the root of all evil, but these tools will make sure your code is clear, clean and secure.

New Visual Studio 2017 15.5 Preview Boosts C++ Functionality

Microsoft this week issued its second preview of Visual Studio 2017 15.5, with several new features introduced to improve C++ development in particular.

Create Responsive Xamarin Apps with ReactiveUI

Learn how to leverage the open source MVVM ReactiveUI framework, the Observer Design Pattern, ReactiveX and more to make your Xamarin apps more responsive.

Java Debugger for VS Code Goes Open Source

Less than a month after Microsoft released a Visual Studio Code extension to provide Java debugging, the company announced it was such a big hit that it's been improved and open sourced, as promised.

Tool for VS Code Enables Serverless, SQL-Based Big Data Analytics on Azure Cloud

New extension fosters analytics of various types of data stored in the Azure Data Lake using U-SQL, a blend of declarative SQL and imperative C#.

VS Code: Brought to You by 15,000 Developers

It's open source, cross-platform, lightweight, increasingly popular, widely described as being performant, endlessly extensible and easy to use -- and is brought to you by some 15,000 community contributors.

Querying JSON Data in SQL Server 2016

With SQL Server 2016, it now makes sense to store JSON objects in your database (even though there’s no JSON datatype). Here’s how to query JSON properties to find the rows you want.

Visual Studio Live! Keynote: 'Never Stop Learning'

The key to being an effective developer is constantly expanding your knowledge, says Microsoft's Dustin Campbell, a lifelong programmer and avid learner, at the Visual Studio Live! conference in Anaheim.

Microsoft Releases .NET Framework 4.7.1

Microsoft shipped the latest iteration of its foundational .NET Framework, version 4.7.1, adding support for .NET Standard 2.0 among a host of other improvements to accessibility, security, performance, reliability and more.

A Developer's Introduction to iOS 11

With new APIs for augmented reality and machine learning -- along with many new and updated features -- the latest iteration of iOS is sure to make Apple mobile developers happy, our resident expert concludes in this hands-on review, complete with code samples.

Report: Use of Swift Falls, Signaling Change to Multiplatform Mobile Coding

Cumbersome mobile app development using individual languages for each platform is giving way to multiplatform coding -- at which Visual Studio tooling is adept -- according to TIOBE, which tracks language popularity.

Analysis of GitHub C# Code Reveals Most Popular NuGet Packages, Tabs vs. Spaces, More

Perhaps answering the tabs-vs.-spaces indentation question forever, a developer has used Google's BigQuery analytics tool to investigate all things related to the C# programming language in GitHub's vast trove of open source code projects.

Writing Precompiled Azure Functions in Visual Studio 2017

See how the latest version of Visual Studio 2017 can be used to create Azure Functions using familiar development tools and techniques.

New Visual Studio 2017 Preview Round Starts, Improving Debugging, More

Just one day after Visual Studio 2017 15.4 graduated into production, Microsoft announced a new preview round, v15.5, with a focus on debugging, productivity, performance and more.

Windows Dev Day: Fall Creators SDK, .NET Standard 2.0 for UWP

Windows Developer Day revealed the SDK for the upcoming Windows 10 Fall Creators Update is ready for download, and that the Universal Windows Platform now supports .NET Standard 2.0 for consistent API usage.

Xamarin.Forms Updates

Here’s a look -- with code samples -- at two series of updates that will improve the feature set and, most important, performance of Microsoft’s cross-platform UI solution.

Visual Studio 2017 15.4 Officially Released

Microsoft today announced the official release of Visual Studio 15.4, a minor update that fixes bugs, improves performance and adds some new features.

Microsoft Boosts Terminal Performance in VS Code

After fulfilling developer demand for an integrated terminal within the Visual Studio Code editor, Microsoft has continued to incrementally improve the feature, boosting its performance by up to 45 times in the latest release.

Hide Compiler Warnings in Your Spare Time

Learn how to keep new code-style warnings from filling up your formerly pristine Visual Studio Error List panel.

Encrypting Integer Values in ASP.NET MVC

If you want to encrypt integer values, then you're going to need to store the result as a string. If you're also going to roundtrip those values from the server to the browser, you'll need this code.

Subscribe on YouTube