Blog Logo
TAGS

.NET Performance Delivers Again for Bing: Upgrading from .NET 5 to .NET 7

This article from the .NET Blog details the upgrade of Bings central workflow engine (XAP) to .NET 7, highlighting the major updates made, the challenges faced, and the wins realized as they aggressiv...

Read more...

Clean Architecture: The Bad Parts

Clean architecture is a software design pattern that separates domain logic from other concerns such as persistence and caching. It aims at keeping the domain objects and domain logic separate from ot...

Read more...

GitHub Copilot learns new tricks, adopts this years model

Microsoft GitHub’s Copilot programming model has been trained to perform new tasks and has been renamed as Copilot X. It will rely on an expanding set of language models including GPT-3.5-turbo and GP...

Read more...

GitHub Copilot X: The AI-powered developer experience

GitHub Copilot is now evolving into a more personalized developer experience with chat and voice interfaces, support for pull requests, and the adoption of OpenAI’s GPT-4. The GitHub Next R&D team is ...

Read more...

Globalization & Localization in ASP.Net Core 7

In todays world, applications need to be developed with a global audience in mind. Globalization and localization are two important concepts for developers to understand. Globalization is the process ...

Read more...

How To Structure Your .NET Solutions: Architecture And Trade-Offs

In this article, we explore the various ways to structure your .NET solutions and applications, including microservices, monoliths, clean architecture, and shared databases. We analyze the trade-offs ...

Read more...

Secure your .NET cloud apps with rootless Linux Containers

Starting with .NET 8, all Linux container images will include a non-root user, making .NET one of the most secure developer ecosystems. This aligns with the principle of least privilege, greatly limit...

Read more...

Software Engineering is about trade-offs: make sure you have options!

In this article, the author discusses the importance of having options in software engineering and making educated choices. The article highlights the need for considering different perspectives and a...

Read more...

Understanding the .NET ecosystem: The evolution of .NET into .NET 7

The .NET ecosystem has evolved significantly over the years, with the development of .NET Core and .NET 5+ resulting in many new concepts and changes. In this post, the author discusses the history of...

Read more...

A Simple Framework for Architectural Decisions

Software engineers must make architectural decisions while developing and it is essential to establish a clear framework for making those decisions. The article talks about building a framework for ma...

Read more...

GTC 2023 Keynote with NVIDIA CEO Jensen Huang

GTC 2023 Keynote with NVIDIA CEO Jensen Huang

The GTC conference is focused on discussing the use of accelerated computing and AI to tackle sustainability, generative AI, and digitalization, as the exponential performance increase of Moore’s Law ...

Read more...

Using ASP.NET Core 7 Minimal APIs: Request Filters, Parameter Mapping, and More

ASP.NET Core allows developers to build REST API endpoints without defining controllers since .NET 6 with Minimal APIs. Minimal APIs primarily exist for writing REST API endpoints while avoiding the v...

Read more...

Using Hugging Face machine learning models in Azure

Microsoft is incorporating open source machine learning models into Azure applications and services, with a focus on its own open source tools. Hugging Faces library of thousands of models and data se...

Read more...

Announcing TypeScript 5.0 Beta

QCon San Francisco (Oct 2-6): Learn whats next in software from world-class leaders pushing the boundaries. Attend in-person or online. Register and find real-world practical inspiration from the worl...

Read more...

ASP.NET Core 7: Introducing endpoint filters, actions filters for minimal APIs

ASP.NET Core 7 introduces endpoint filters, actions filters for minimal APIs. It allows defining any operation before and after the minimal endpoint is executed. The basic filter requires the injectio...

Read more...

Distributed Application Runtime (Dapr) v1.10 Released - A Framework For Building Cloud-Native Applications

The Dapr maintainers released V1.10 of Distributed Application Runtime (Dapr), a developer framework for building cloud-native applications, making it easier to run multiple microservices on Kubernete...

Read more...

Distributed Application Runtime (Dapr) v1.10 Released

Distributed Application Runtime (Dapr) version 1.10 has been released. This release includes a number of new features and improvements, including support for .NET 6 and Java 17, a new grpc proxy, impr...

Read more...

Handy AIs Android Repository

The Handy AI Android Repository is a collection of Android applications that have been developed using state-of-the-art AI technologies. These applications are designed to perform a variety of tasks, ...

Read more...

How Atomic Git Commits Dramatically Increased My Productivity - And Will Increase Yours Too - DEV Community

Working with atomic Git commits means your commits are of the smallest possible size. Each commit does one, and only one simple thing, that can be summed up in a simple sentence. The amount of code ch...

Read more...

Microsoft Releases TypeScript 5.0 Beta with New Decorators Proposal

Microsoft has recently released the beta version of TypeScript 5.0 with new decorators standards that allow customizing classes and their members in a reusable manner. It also includes improvements su...

Read more...