Articles tagged CSharp

25 April 2022
25 April 2022

Power BI Last Refresh Time Visualization Tool

0
2
On the article Automating table refresh in Power BI I explained many methods to automate refresh of individual objects, which could be tables or partitions. This creates the need of good ways to visualize the last refresh date and time for each partition and table. The portal shows the refresh date/time for the entire dataset, … Read more
20 September 2021
20 September 2021

C# XML Comments in Visual Studio Code

0
6
Visual Studio Code appeared years ago as a light option to the full Visual Studio Environment. Being light, there are some features that we don’t have or at least took some time to appear. C# XML Comments is one of them. If a code needs to be full of comments, it’s possible the code is … Read more
19 July 2021
19 July 2021

.NET Community: Where and how can we find help

0
3
I was developing some personal .NET projects when I faced some problems. Probably they are usual problems during a .NET development, but I had to ask some questions on the .NET Community. Where could I ask some .NET questions? First place I looked for was TechCommunity. However, to my surprise,  TechCommunity doesn’t have a hub … Read more