.NET

Microsoft’s Drasi: A lightweight approach to event-driven programming
The Microsoft Azure Incubations team is one of the more interesting components of Microsoft’s hyperscale cloud. It is something between a traditional software development team and a research organization working to build solutions to the problems of...
2024-10-10 09:00
Deno 2.0 arrives, ready to battle Node.js
Deno 2.0, a major update to the open source Deno runtime for JavaScript, TypeScript, and WebAssembly, is now available as a production release. It emphasizes backward compatibility with the rival Node.js runtime and NPM and a stabilized standard libra...
2024-10-09 21:59
Gemini Code Assist Enterprise woos enterprise developers
Google Cloud has announced Gemini Code Assist Enterprise, billed as an enterprise-grade tool that lets developers generate or transform code that is more accurate and relevant to their applications. Generally available on October 9, Gemini Code Assis...
2024-10-09 18:37
Electron vs. Tauri: Which cross-platform framework is for you?
If there’s one thing developers agree on about cross-platform applications, it’s that it’s easier to create a GUI with HTML, CSS, and JavaScript than to use one of the many cross-platform frameworks out there. Frameworks like Electron give you t...
2024-10-09 09:00
WebSockets under the hood with Node.js
WebSockets is a network communication protocol that enables two-way client-server communication. WebSockets are often used for applications that require instantaneous updates, using a persistent duplex channel atop HTTP to support real-time interactio...
2024-10-09 09:00
.NET 9 Release Candidate 2 is now available!
Try out the latest features in .NET 9 Release Candidate 2 across the .NET SDK, libraries, runtime, ASP.NET Core, SignalR, .NET MAUI, and more! The post .NET 9 Release Candidate 2 is now available! appeared first on .NET Blog.
2024-10-08 20:00
Julia language adds lower-overhead Memory type
A new version of the dynamically typed, high-performance Julia language for numerical computing has been released. Julia 1.11 features a new Memory type, a lower-level container that provides an alternative to Array. Downloadable from julialang.org, J...
2024-10-08 19:07
Introducing Microsoft.Extensions.AI Preview – Unified AI Building Blocks for .NET
We are excited to introduce the Microsoft.Extensions.AI package available in preview today. This new package provides a unified abstraction layer that enables you to integrate AI services into your .NET applications. The post Introducing Microsoft.Exte...
2024-10-08 18:05
.NET and .NET Framework October 2024 servicing releases updates
A recap of the latest servicing updates for .NET and .NET Framework for October 2024. The post .NET and .NET Framework October 2024 servicing releases updates appeared first on .NET Blog.
2024-10-08 17:07
Databricks says with its new Databricks Apps platform, you can build tailored enterprise apps in 5 minutes
Every enterprise today is looking to get as much as possible out of its data and AI investments. But when building in-house apps, developers can struggle with infrastructure constraints and maintenance, security, data governance, compliance, and other...
2024-10-08 13:00
Embracing your inner on-premises self
In a significant development in the cloud computing industry, AWS, a leading hyperscaler, has recently acknowledged considerable competition from on-premises IT solutions. This admission counters the longstanding belief that enterprises seldom revert ...
2024-10-08 09:00
California’s vetoed AI bill: Bullet dodged, but not for long
Artificial intelligence has the power to revolutionize industries, drive economic growth, and improve our quality of life. But like any powerful, widely available technology, AI also poses significant risks. California’s now vetoed legislation, SB 1...
2024-10-08 09:00
SAP Build gains AI capabilities to help build autonomous agents
SAP wants developers to view its Build platform as the one extension solution for all of SAP’s applications, according to Michael Aneling, chief product officer for SAP Business Technology Platform (BTP). At its TechEd event this week it is showing ...
2024-10-08 07:00
Oracle touts ‘tip and tail’ release model for Java library development
Oracle is touting a “tip and tail” model for Java library development that the company says would give application developers a better experience and at the same time help library developers innovate faster. The JEP (JDK Enhancement Proposal) crea...
2024-10-07 23:57
Rust resumes rise in popularity
Rust, the fast and memory-safe programming language born out of Mozilla, has resumed its rise up the monthly Tiobe index of programming language popularity, although it still has not cracked the index’s top 10. Rust returned to 13th place in the Oct...
2024-10-07 20:50
The best new features and fixes in Python 3.13
Python 3.13 has just been released. This article presents a rundown of the most significant new features in Python 3.13 and what they mean for Python developers. Major new features in Python 3.13 Here’s a rundown of the biggest new features in Pyth...
2024-10-07 20:41
5 ways data scientists can prepare now for genAI transformation
Until recently, data scientists and analysts’ primary deliverables were data visualizations, machine learning models, dashboards, reports, and analytical insights used for storytelling. Now, with genAI capabilities, data scientists are called to exp...
2024-10-07 09:00
Open source isn’t going to save AI
“You don’t want AI only in the hands of a few companies.” Thus spake Hugging Face CEO Clem Delangue, suggesting that open source will come to the rescue of AI. It’s a nice thought, but one that has exactly zero historical precedent. Yes, open ...
2024-10-07 09:00
5 ways companies can use time series forecasting
Time series forecasting is a powerful machine learning method that leverages historical time-stamped data to predict future events and help reduce uncertainty from business conditions — for example, to accurately predict sales, inventory levels, and...
2024-10-07 08:30
ChatGPT o1-preview excels at code generation
“Ho, hum,” I thought in response to the release of the OpenAI o1 models. “Yet another stochastic parrot.” I was wrong. In fact, I tried the o1-preview model on one of my standard programming tasks, and found it to be surprisingly good. The rec...
2024-10-07 02:44