Connect web application to PowerBI
How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI…
All technologies, only pure source code
How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI…
Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a…
How to implement database connection resiliency using an inbuilt or custom execution strategy using Entity Framework Core
In the last couple of weeks, I was talking about Entity Framework Core for creating a model or call stored…
I want to run more than one Azure Function at the same time but each of them on a different…
I'm facing a problem when I want to cast a base class to a derive class. A derive class is…
Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time
Source generators is a new feature of C# 9 that enables compile-time metaprogramming and generating additional source file.
Connect your C# application with Xero OAuth 2.0 is not really simple. Here how getting the list of organization from…
In this new post I explain the procedure for getting an invoice list from Xero in your C# applications with…
How to retrieve #key, #secret, certificate from #Azure #KeyVault in C#? A step by step guide to configure your Azure…
How integrate Xero in your C# application? This is my guide step by step after spending more than one week…
Uno Platform announced today that it now supports macOS as a target platform. This new...
You can set up Swagger UI in your Azure Function API to allow for providing documentation for your serverless API…
In this post I like to analyse how to return multiple output in Azure Functions...
How to create an Azure Function in C# Script using as input and output a message from and to Service…
Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This...
In my previous post, we discussed about immutable data structure. Now, imagine that we want...
An immutable data structure (or object) is a structure whose value doesn’t change after it’s created. When you declare a…
The unity container manages the lifetime of objects of all the dependencies that it resolves...
This article shows how to implement a Microsoft Account as an external provider in an...
I have a website running on ASP.NET MVC 4.5.2. I have an IdentityServer4 server running...
You can use System.UriBuilder class to build a new well-formed URI. You need to set...
A tag helper is any class that implements the ITagHelper interface. However, when you create...
Simple example for MongoDB. Save and retrieve data from Azure Cosmos DB. Create an Azure...