Skip to main content

Microsoft announces release of .NET 10 (LTS)

Microsoft has announced the release of .NET 10, the latest Long Term Support (LTS) release of .NET that will receive support for the next three years. As such, Microsoft is encouraging development teams to migrate their production applications to this version to take advantage of that extended support window.

This release features several performance improvements across the runtime, workloads, and languages. For instance, the JIT compiler has been improved with better inlining, method devirtualization, and improved code generation for struct arguments. Additionally, enhanced loop inversion and stack allocation strategies have been implemented to optimize runtimes.

Several language improvements were made to C# and F# as well. C# 14 introduces field-backed properties to simplify property declarations, extension properties and methods allow devs to add members to types they don’t own, and more. In F# 10, some of the improvements include the ability to use #warnon and #nowarn to enable or disable warnings in specific code sections and create publicly readable and privately mutable properties without verbose backing fields.

.NET 10 also expands support for post-quantum cryptography. The ML-DSA and ML-KEM algorithms can now be used with Windows cryptography APIs. Additionally, the ML-DSA algorithm now includes the HashML-DSA variant, which offers better security characteristics, and there is now a composite ML-DSA version that combines traditional and quantum-resistant algorithms.

This release also comes packed with features for developers wanting to build with AI. For example, it comes with the Microsoft Agent Framework, which can be used to build agentic systems; Microsoft.Extensions.AI and Microsoft.Extensions.VectorData, which provide abstractions for integrating AI services into applications; and support for MCP.

Several improvements were also made to ASP.NET Core, including automatic memory pool eviction, passkey support, and native AOT enhancements.

.NET MAUI improvements include Android 16 and iOS 26.0 bindings, new initialization events in HybridWebView, new methods for web request interception, and XAML improvements like eliminating repetitive namespace declarations and compile-time XAML processing.

.NET 10 includes thousands of updates, and you can read about the rest of them in Microsoft’s release blog here.

The post Microsoft announces release of .NET 10 (LTS) appeared first on SD Times.



from SD Times https://ift.tt/TznwFJA

Comments

Popular posts from this blog

A guide to data integration tools

CData Software is a leader in data access and connectivity solutions. It specializes in the development of data drivers and data access technologies for real-time access to online or on-premise applications, databases and web APIs. The company is focused on bringing data connectivity capabilities natively into tools organizations already use. It also features ETL/ELT solutions, enterprise connectors, and data visualization. Matillion ’s data transformation software empowers customers to extract data from a wide number of sources, load it into their chosen cloud data warehouse (CDW) and transform that data from its siloed source state, into analytics-ready insights – prepared for advanced analytics, machine learning, and artificial intelligence use cases. Only Matillion is purpose-built for Snowflake, Amazon Redshift, Google BigQuery, and Microsoft Azure, enabling businesses to achieve new levels of simplicity, speed, scale, and savings. Trusted by companies of all sizes to meet...

2022: The year of hybrid work

Remote work was once considered a luxury to many, but in 2020, it became a necessity for a large portion of the workforce, as the scary and unknown COVID-19 virus sickened and even took the lives of so many people around the world.  Some workers were able to thrive in a remote setting, while others felt isolated and struggled to keep up a balance between their work and home lives. Last year saw the availability of life-saving vaccines, so companies were able to start having the conversation about what to do next. Should they keep everyone remote? Should they go back to working in the office full time? Or should they do something in between? Enter hybrid work, which offers a mix of the two. A Fall 2021 study conducted by Google revealed that over 75% of survey respondents expect hybrid work to become a standard practice within their organization within the next three years.  Thus, two years after the world abruptly shifted to widespread adoption of remote work, we are dec...

10 Simple Image Slider HTML CSS JavaScript Examples Neeraj Mishra The Crazy Programmer

Slider is a very important part of any website or web project. Here are some simple image slider examples that I handpicked from various sites. These are built by different developers using basic HTML, CSS, and JavaScript. Some are manual while others have auto-slide functionality. You can find the source code for each by clicking on the code button or on the image. 1. Very Simple Slider Demo + Code 2. Popout Slider Demo + Code 3. Really Simple Slider Demo + Code 4. Jquery Simple Slider Demo + Code 5. Manual Slideshow Demo + Code 6. Slideshow Indicators Demo + Code 7. Simple Responsive Fullscreen Slider Demo + Code 8. Responsive Image Slider Demo + Code 9. Simple Image Slider Demo + Code 10. Slicebox – 3D Image Slider Demo + Code I hope these simple image sliders are helpful for you. For any queries, you can ask in the comment section below. The post 10 Simple Image Slider HTML CSS JavaScript Examples appeared first on The Crazy Prog...