DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Related

  • Build a Simple Chat Server With gRPC in .Net Core
  • Cookies Revisited: A Networking Solution for Third-Party Cookies
  • Feature Flags in .NET 8 and Azure
  • Using Event-Driven Ansible to Monitor Your Web Application

Trending

  • Chat With Your Knowledge Base: A Hands-On Java and LangChain4j Guide
  • GitHub Copilot's New AI Coding Agent Saves Developers Time – And Requires Their Oversight
  • The Future of Java and AI: Coding in 2025
  • Scaling Microservices With Docker and Kubernetes on Production
  1. DZone
  2. Coding
  3. Languages
  4. What Is New in .NET Core 3.0?

What Is New in .NET Core 3.0?

See what's new in the soon-to-be-released .NET Core 3.0.

By 
Nisha Patel user avatar
Nisha Patel
·
Updated Jul. 30, 19 · Opinion
Likes (7)
Comment
Save
Tweet
Share
36.7K Views

Join the DZone community and get the full member experience.

Join For Free

After the recent arrival of Visual Studio 2019, Microsoft defined a large number of new highlights coming in .NET Core 3.0. .NET Core 3.0 won't ship until later this year, but it's accessible as a review in VS 2019, so designers can give it a shot (with a straightforward change).

The three primary features of .NET Core 3, Hunter, an executive of Microsoft stated, are:

  • Desktop Workloads and UI interoperability.

  • Artificial Intelligence and Machine Learning.

  • Web and cloud app development productivity.

With Microsoft consistently propelling Core activity in the last few years, there are major changes in .NET Core 3.0 from .NET Core 2.0. "With .NET Core 1.0 and 2.0, we essentially had Cloud and Web application development in .NET Core," said Hunter. "We're endlessly extending the applications you can work with in .NET Core 3. Currently, you'll have the option to implement desktop applications with WinForms and WPF, IoT applications with Raspberry Pis and small gadgets. With ML.NET, you'll have full capabilities for ML and AI."

Primary Features of .NET Core 3.0

The architectural environment of .NET Core incorporates normal language specifications to characterize the usage of the Framework Class Library to gather reusable assets and Common Language Runtime to oversee the execution of projects.

Open source Platform

Open source platform


Additionally, whenever a newer version of Core is launched, you can update to the equivalent on one machine at any given moment without bringing about any impact on different applications.

Here, we will talk about new upgraded versions that will soon be rolled out.

New .Net Core 3.0 Features

C# 8

The .NET Core 3.0 extensively supports C# 8. The new highlights in C# 8 incorporate Nullable reference types, Async streams, Ranges and files, and Switch expressions.

Utilizing Declarations

This is another approach to ensure that your object is appropriately discarded, as it keeps the object active in the scope. It naturally discards the object once it is out of scope.

Parsing and Arranging Fixes

  • Accurately parse and format negative zero.

  • Accurately round inputs of any number of length and parse.

  • Effectively NaN by playing out a case-insensitive check and parse Infinity and supporting preceding plus whenever applicable.

EEE Floating-point Enhancements

With the IEEE 754-2008 modification, floating-point APIs are being refreshed to consent. It intends to uncover every single required activity and ensure that they are typically compliant with the IEEE specs.

More BCL Improvements

Those types like Span<T>, Memory<T>, and others that were presented in .NET Core 2.1 will improve in .NET Core 3.0. With this, some normal operations like spanning, formatting, parsing, and slicing will perform effectively better now.

Indeed, even Strings like types demonstrated improvement when they utilized with Dictionary<TKey, TValue> and different accumulations. Here are the upgrades:

  • ThreadPool.UnsafeQueueWorkItem.

  • Brotli support incorporated with HttpClient.

  • Unsafe.Unbox.

  • Complex Arithmetic Operators.

  • CancellationToken.Unregister.

  • StringBuilder.GetChunks.

  • Socket APIs for TCP keep-alive.

  • RandomNumberGenerator.GetInt32.

  • IPEndPoint parsing.

Modern Browser and Current Media Control

The .NET desktop application development uses Windows Media Player and Internet Explorer for demonstrating HTML and playing media documents. So, the client can take focal points of Microsoft Edge and media players for supporting the most recent guidelines.

Tiered/Layered Compilation

It is on the .NET Core 3.0 as a default that empowers the runtime to all the more adaptively utilizing the Just-In-Time (JIT) compiler to perform efficiently better.

Windows Desktop Apps

One can assemble Windows desktop applications utilizing Windows Forms and WPF. with the .NET Core 3.0. It supports utilizing modern controls and familiar styling from the Windows UI XAML Library (WinUI). It is a piece of the Windows .NET Core 3.0 SDK.

Cryptography

New help has been included for AES-CCM and AES-GCM ciphers, actualized by means of System.Security.Cryptography.AesGcm and System.Security.Cryptography.AesCcm. These complicated algorithms are both Association Data (AEAD) and Authenticated Encryption.

Windows Native Interop

As level C APIs, WinRT, and COM, Windows caters a rich native API. With .NET Core 3.0, it supports the Activate WinRT APIs and capacity to CoCreate COM APIs.

MSIX Deployment for Windows Desktop

MSIX can be utilized to deliver .NET Core 3.0 desktop applications to Windows 10. The Windows Application Packaging Project enables you to make MSIX bundles with independent .NET Core applications.

Quick implicit JSON Support

The new implicit JSON backing is a low assignment, superior, and dependent on Span<byte>. To .NET Core 3.0, three new fundamental JSON-related sorts have been included.

Assembly Unloadability

It is another capacity of AssemblyLoadContext, which is straightforward from an API viewpoint and uncovered with only a couple of new APIs. It permits releasing all memory for instantiated types, a loader set to be emptied, the get together itself, and static fields. With it, an application can stack and empty congregations with no memory spill.

.Net Core 3 Platform Support

It supports an extensive range of Operating System like Windows Server: 2012 R2 SP1+, Windows Client: 7, 8.1, 10 (1607+), RHEL: 6+, macOS: 10.12+, Ubuntu: 16.04+, Fedora: 26+, SLES: 12+, Debian: 9+, Alpine: 3.8+, and openSUSE: 42.3+.

.NET Web application

Opinions expressed by DZone contributors are their own.

Related

  • Build a Simple Chat Server With gRPC in .Net Core
  • Cookies Revisited: A Networking Solution for Third-Party Cookies
  • Feature Flags in .NET 8 and Azure
  • Using Event-Driven Ansible to Monitor Your Web Application

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!