.NET

Large language models hallucinating non-existent developer packages could fuel supply chain attacks
Large Language Models (LLMs) have a serious “package hallucination” problem that could lead to a wave of maliciously-coded packages in the supply chain, researchers have discovered in one of the largest and most in-depth ever studies to investigat...
2024-09-30 22:00
Explained: How Salesforce Agentforce’s Atlas reasoning engine works to power AI agents
Salesforce’s recently launched Agentforce suite of low-code tools is betting on a human-like reasoning engine called Atlas that could be a game-changer in building AI agents. What that essentially means is that this engine makes the AI agents create...
2024-09-30 11:00
How to succeed with Kubernetes
Kubernetes, the open source orchestration platform for automating the deployment and management of containerized workloads and services, continues to gain popularity. Maintained by a worldwide community of contributors, the platform’s potential bene...
2024-09-30 10:00
Crescendo makes AI boring—and profitable
There’s money in AI, but not where you think. Sure, Nvidia and the clouds are cleaning up, but they’re primarily selling to enterprises that are mostly kicking tires, not running mission-critical AI applications. Others, like the Financial Times, ...
2024-09-30 10:00
6 ways to apply automation in devsecops
The goal of devsecops is to integrate security throughout the software development life cycle. To do this, the security team can’t focus on just the most obvious software development vulnerabilities or just the processes that are the easiest to secu...
2024-09-30 09:00
Microsoft gives enterprises new reasons to adopt Fabric
Microsoft is working to make its cloud-based Fabric combined offering of data warehousing, data science, data engineering, and data analytics services more attractive, previewing a host of new features at its first annual European Microsoft Fabric Com...
2024-09-30 08:00
Microsoft adds safety tools to Azure AI Studio
Now that the initial euphoria about generative AI’s capabilities has worn off, reality is setting in: Large language models without appropriate safeguards can be remarkably naïve and are all too willing to share all they know. That exposes applicat...
2024-09-27 18:22
Ruby on Rails streamlines deployment with Kamal 2
Ruby on Rails 8, the latest version of the well-known web app framework for the Ruby programming language, has reached the beta stage. The update promises to make deployment of Rails web apps friendly and usable, without developers needing to rely on ...
2024-09-27 18:00
Kobiton preps AI-enabled testing tools for mobile apps
Mobile apps tester Kobiton announced plans to roll out an AI issue aggregation engine early next year. The AI-driven engine will allow users to group related errors and identify shared commonalities across test sessions, the company said. Kobiton made...
2024-09-27 17:39
Is it possible to save money and run on a public cloud?
Based on the hype, you would think that enterprises are scurrying off cloud platforms like rats from a sinking ship. The reality is much more nuanced. According to Andover Intel research, only about 9% of enterprises have moved applications out of the...
2024-09-27 09:00
Python in VS Code gets even better
September’s been a busy time in the world of Python. This end-of-month roundup has Python rocking the top of the Tiobe charts like Java once did, Microsoft dropping an all-in-one data-science pack for Python and VS Code, and a solid guide to using t...
2024-09-27 08:45
Meta introduces Llama Stack distributions for building LLM apps
Looking to ease the development of generative AI applications, Meta is sharing its first official Llama Stack distributions, to simplify how developers work with Llama large language models (LLMs) in different environments. Unveiled September 25, Llam...
2024-09-26 22:30
Tabnine AI agents generate, validate code for Jira issues
AI coding assistant Tabnine has added two AI agents that integrate with the Atlassian Jira project management platform, one for generating code from requirements outlined in Jira issues and one for validating code for those requirements. Unveiled Sept...
2024-09-26 17:08
How to use generics in your Java programs
Introduced in Java 5, generics enhance the type safety of your code and make it easier to read. This helps you avoid runtime errors like the ClassCastException, which happens when you try to cast objects to incompatible types. In this tutorial, you’...
2024-09-26 09:00
What’s next for Azure API Management?
API management was important a decade ago; it’s now essential. Cloud-native development models use APIs to link microservices into distributed applications, with some services used by more than one application in different ways. By putting in an API...
2024-09-26 09:00
3 great new features in Postgres 17
The PostgreSQL Global Development Group has officially released Postgres 17, marking another milestone for the community, developers, and EDB, the leading contributor to PostgreSQL code. As the reigning DB-Engines database of the year and the most des...
2024-09-26 08:45
How to get LLM-driven applications into production
Many organizations are building generative AI applications driven by large language models (LLMs), but few are transitioning successfully from prototypes to production. According to an October 2023 Gartner survey, 45% of organizations are currently pi...
2024-09-26 08:30
Eclipse working group to address cybersecurity, AI regulations
The Eclipse Foundation has launched the Open Regulatory Compliance Working Group (ORC WG) to address evolving global regulations aimed at improving software quality and security. The working group’s formation follows Eclipse’s initial partnering w...
2024-09-25 19:53
Getting started with testing and .NET Aspire
Learn how to improve your software development process with automated testing in .NET Aspire. This post covers the basics of getting started, writing tests for distributed applications, and ensuring your services run smoothly. The post Getting started ...
2024-09-25 17:05
Intro to Node’s built-in SQLite module
Node 22.5.0 now bundles SQLite, a lightweight, in-process relational database that requires no additional infrastructure but packs considerable capability. Let’s get to know this handy new built-in feature in Node.js. What is SQLite? Relational data...
2024-09-25 09:00