Azure BICEP — create and deploy resourcesHere is a short post how to create and deploy resources from a BICEP file.4d ago4d ago
Polyglot — C# and F# experiments in one notebookDuring our programming life we often make various test or experiments with code. When we work with .NET languages like C# or F# the…Jan 3Jan 3
MS Fabric — semantic model and reportMicrosoft Fabric has made a BI Engineer work more handy. All the most important services are in one place. They allow creating seamless…Dec 20, 2024Dec 20, 2024
C# — get data from MS Fabric Data Warehouse and LakehouseIn the last story wy created and run a pipeline and notebook. Then run them from a C# code. C# — MS Fabric pipelines and notebooksDec 6, 20241Dec 6, 20241
C# — MS Fabric pipelines and notebooksToday, we create a pipeline and a notebook in MS Fabric. The second one copies data into Lakehouse from CSV file, the first one second one…Nov 22, 2024Nov 22, 2024
C# — objectsC# is an object oriented programming language where everything is a objects. So it is a good idea what is this and how to work with…Nov 8, 2024Nov 8, 2024
C# — functionsFunctions are block of code which we can encapsulate for further use. Instead of copy and paste the same code over and over. We can use a…Oct 25, 2024Oct 25, 2024
C# and Power BI REST APIIn the last article. We configured an access to Power BI REST API: Power BI REST API — configurationSep 27, 2024Sep 27, 2024
Power BI REST API — configurationLet’s assume you plan to create an external app. You want to use it to cooperate with Power BI. This app is written in C#, Python or…Sep 13, 2024Sep 13, 2024