DEVELOPERS.DE

Software Development Blog with focus on .NET, Windows, Microsoft Azure powered by daenet

gehen Sie auf die Website

What is the proper way to read configuration and settings?

.Net applications have a standard process for handling application configuration and settings. In my code reviews, I've observed that developers often approach configuration in a variety of unconventional or creative ways, which is largely incorrect. It

zum Artikel gehen

How to add the new key to the Service Principal in AAD?

Sometimes you will need a new key for the existing principal in the Azure Active Directory. This can be done in the portal of by using the AZ CLI. This example shows how to add a new key on the existing principal: az ad sp credential reset --id ***** --ap

zum Artikel gehen

July 2023: What is new in Microsoft AI?

Here are few intersting URLs, that summarize new features in th efield of AI at Microsoft. Add your Data to Azure OpenAI in Public Preview: https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/introducing-azure-openai-service-on-your-data-in-

zum Artikel gehen

Building modern APIs and Connectors with Rate Limitation

One year ago, Microsoft published the Rate Limitation Feature within ASP.NET 7.0. This seamlessly silent and mostly unknown feature is indeed not an everyday-used feature. However, it can be helpful in solving many common issues when working with cloud ap

zum Artikel gehen

LLM and Cosine Distance for .NET Developers

Introduction: When working with text data or any data represented as vectors, measuring the similarity between vectors is crucial for various applications such as recommendation systems, information retrieval, and natural language processing. One popular

zum Artikel gehen

GPT Day@VDMA in Frankfurt 2023

This is the agenda of our GPT Day at VDMA in Frankfurt am Main. Agenda When: Di. 18.07.23 10:30 - 11:00 Uhr Early Bird für Netzwerker 11:00 - 11:20 Uhr Ergebnis Stimmungsbildabfrage; Vorstellungsrunde, Fragen des Tages Dr. Nora Lauterbach Referentin VDMA

zum Artikel gehen

Unlocking Efficiency: My One-Month Journey with GitHub Copilot in Visual Studio Code

Over the past month, I’ve embarked on a coding journey with a trusty companion by my side — GitHub Copilot integrated into Visual Studio Code. This AI-powered coding assistant has been nothing short of impressive, revolutionizing the way I write code. Let

zum Artikel gehen

Chat GPT at VDMA

Marco and I will be sharing the AI/GPT workshop redelivery today. All VDMA attendees will have the opportunity to learn a lot about GPT and the solutions that can be created using this technology. Furthermore, we will dive deep into the LLM (Large Languag

zum Artikel gehen

How to group files together in Visual Studio

When working on large projects, we usually design the API(s) to implement the most requirements. Sometimes, the API might contain a lot of methods. In such cases, it is recommended to split the methods of the API into multiple classes. However, there is n

zum Artikel gehen

What if "Semantic search is not enabled for this service."?

When consuming the Azure OpenAI service, following error might occure: { error : { requestid : 194182cc-cdc0-400a-8914-87c3e6fd7fe2 , code : 400, message : An error occurred when calling Azure Cognitive Search: Azure Search Error: 400, message='Serve

zum Artikel gehen

Modular Layered Architecture of Backend Applications

In the world of backend software development, the architecture you choose can greatly impact the flexibility, scalability, and usability of your applications. One such practical and efficient architecture is the modular layered architecture. The modular l

zum Artikel gehen

DevOps issue when building NUGET package with .NET application

When working with .NET and Azure DevOps, we encountered an interesting issue. The pipeline failed, and the log does not show any meaningful information. The only issue in the log was this one: D:\a\1\s\src\YOURPROJECT.Api.csproj (pack target) (1:7) ->

zum Artikel gehen

Enumerating Monitors on Windows in C#

Most of readers of this blog post probably never have been working with Windowsds native API implemented long time ago inside User32 and related DLLs. But, as a professional application developer you migth have to deal sometimes with APIs, that are no mor

zum Artikel gehen

Making the Smart Factory

Dear all, just want to point out our PodCast. Madeleine Mickeleit - IoT in interview with me and Stefan Endorff Temlead Digital Transformation Office bei Fränkische Industrial. Stefan is leading an extrimely exiting Smart Factory project, mosly covered by

zum Artikel gehen

Installing iotedgehubdev on MacOS

After spending whole afternoon trying to get the latest version of Azure IoT Edge Hub Dev Tools (iotedgehubdev) running on my M1 MacBook, I felt kinda obligated to share it here and save someone else's afternoon. My Environment is following: Apple Silico

zum Artikel gehen