How to create an Azure Function in C# Script using as input and output a message from and to Service Bus Queue step by step
Search Results for: service bus
Deferring Processing of Azure Service Bus Messages
Sometimes when you’re handling a message from a message queue, you realise that you can’t currently process it, but might be able to at some time in the future. What would be nice is to delay or defer processing of the message for a set amount of time. Unfortunately, with brokered messages in Azure Service Bus, there is no built-in feature to do this simply, but there are a few workarounds. In this post, we’ll look at four separate techniques: let the lock time out, sleep and abandon, defer the…
How to use an Azure API Management Service
API Management creates consistent and modern API gateways for existing back-end. How to use an Azure API Management Service in a real world?
What we know about Microsoft’s new service
What we know about Microsoft’s new service to virtualize Windows PC experience called Cloud PC? In this post we give you all details
Services
Whether your company needs a new website to engage with customers, an enterprise-class web app to automate processes, or a new cross-platform mobile application, our web developers have the programming expertise and the industry-specific experience to build it quickly, efficiently and in perfect alignment with your vision. As expert in software development, we are offering professional services for web applications and mobile apps with .NET technologies. Even with thousands of applications on the market, there are certain business situations that require a custom solution. Whether it’s a niche tool for…
Microsoft offers IT guidance to prepare for Windows as a Service
When Windows 10 arrives this summer (and Windows Server 2016 next year), Microsoft is going to be making some noticeable changes to how and when it delivers security fixes, hotfixes and rollups. What can IT pros do now to prepare for the new Windows world order? Company officials provided some potentially controversial suggestions and guidance during Microsoft’s Ignite conference in Chicago. In a session entitled “Getting Ready for Windows 10: Servicing Windows Client and Server in a Managed Environment Today” (Video and slides available here; a good summary from…
Creating the Infrastructure project
We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the infrastructure
Multiple output in Azure Functions with C#
In this post I like to analyse how to return multiple output in Azure Functions with C# and Service Bus. If you want more info, in the last week or so, I published some posts about Azure Function in C# or F# like “Create Azure Function in C# Script and Service Bus” or “Creating Azure Function in F#“. You have a platform on Azure and two different services are triggered by a message from Service Bus. At some point, you have an Azure Function doing a procedure that has to…
Digital transformation scenario with Azure, Visual Studio and Git
In a company prospective, what digital transformation is about? In this post I explain my point of view
Creating Azure Function in F#
Installing these templates will add a bunch of new options to dotnet new for both C# and F#
From Installation to Advanced Configuration: Setting Up Serilog for C# Success
In the ever-evolving landscape of software development, effective logging is crucial for maintaining robust and reliable applications. Serilog has emerged as a leading tool for C# developers, offering a flexible and powerful logging solution tailored to modern needs. This comprehensive guide will walk you through the installation and advanced configuration of Serilog in your C# projects, ensuring that you harness its full potential. From setting up various sinks for diverse output channels to integrating custom logging classes that capture detailed runtime data, you’ll discover best practices for enhancing application maintainability…
MAUI Push Notifications using Azure Notification Hub for iOS
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin
MAUI Push Notifications using Azure Notification Hub for Android
Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!
MAUI Push Notifications using Azure Notification Hub
Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!
Getting started with Java
In this new post “Getting started with Java”, I share with you my consideration about this programming language in comparison to C#
Google Analytics illegal in Austria
Google Analytics illegal in Austria: Austria has ruled that Austrian website providers using Google Analytics are in violation of the GDPR.
Microsoft to acquire Activision Blizzard
Microsoft is acquiring Activision Blizzard, the publisher of Call of Duty, World of Warcraft, and Diablo. The deal will value at $68.7billion
Bill Gates predicts the future in 1994
Microsoft released Windows 3! Picture of 19yo Bill Gates and 22yo Paul Allen from February of 1975, show to the world BASIC, the language
Create a LogicApp to use CosmosDB
I’m going to explain how to create a LogicApp to use CosmosDB in Azure based on a common scenario. I’ll show other solution in the next posts
Getting started with Swift development
Getting started with Swift development is a quick post to give you the basis to start creating apps with your Mac but also with Windows
Windows 365 is here!
Windows 365 is here! A completely new way to use the best-selling operating system from Microsoft. Here’s how it works.
Install MAUI with Visual Studio 2022
Microsoft is talking a lot about this new technology and here I will explain how to install MAUI with Visual Studio 2022 and run a first app
Getting started with C# and Blazor
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand Blazor
How testing the Application code
In testing the application code I’m going to be showing you how we can effectively test the different parts we’ve created in the so far
Adding an API using ASP.NET Core
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a project in a clean architecture