Monthly Archives: October 2023

Create new business value with AI

Make AI real for your organisation today. Read AI Use Cases for Business Leaders: Realise Value with AI to discover the common scenarios and processes where AI is poised to have the biggest impact – and see how to bring AI to … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, programming | Tagged | Leave a comment

ASP.NET Web API Token

This blog article shows you how to generate a JWT token for ASP.NET Web API. I will highlight the important code here. The complete code you can download from the link at the bottom. When you run the Web Api … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, programming | Tagged | 1 Comment

Convert from IEnumerable to Array C#

This blog article shows you how to convert IEnumerable to Array in C#. I have a ASP.NET Blazor App to call the Web Api, Dynamic Array in C#. In Blazor App I defined a class same as the model class … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, programming | Tagged | Leave a comment

Azure App Service Add Networking Rule

This blog shows you how to block the network traffic outside the Azure Virtue Network from Azure App Service. Go to Azure portal, go to the Azure App Service that you want to add the network rules. Click on Networking. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, programming | Tagged | Leave a comment

Convert SqlDataReader to Json

This blog article shows you how to convert SqlDataReader to Json. In Dynamic Array in C#, we see how to return static data to Json. In this blog we extract the data from a Todo database table and return them … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, programming | Tagged | 1 Comment

Inner Join without Primary Key

This blog article tells you why when you do inner join without a primary key or a unique value column is a problem. I have 2 tables. One user, the structure is as follows. CREATE TABLE [dbo].[user]      [int] NOT … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, programming | Tagged | Leave a comment

Dynamic Array in C#

This blog article shows you how to declare Dynamic Array in C#. In the actual fact I do not think there is dynamic array in C#. This is how I do the “dynamic array” for C#. I have a Todo … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, programming | Tagged | 3 Comments

Exploring Polymorphism in C# Using Interfaces

This blog article shows you how to build Polymorphism in C# using Interfaces. Polymorphism is a fundamental concept in object-oriented programming, and in C#, interfaces provide a powerful way to implement it. Interfaces allow you to define a set of … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, programming | Tagged | Leave a comment

CTO October 2023 articles and resources

These are the good reads found in this month. What is an automation engineer? A growing role to address IT automation The automation engineer role What does an automation engineer do? Automation engineer salary… https://www.cio.com/article/222572/what-is-an-automation-engineer.html These 3 Approaches Are Key … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, programming | Tagged | Leave a comment

Cyberthreats increasingly target the world’s biggest event stages

High-profile gatherings like major sporting events are attractive targets for hackers who want to cause disruption. The interconnected devices and systems found in stadiums and venues give cybercriminals a wide range of ways to disrupt operations and steal data. This … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, programming | Tagged | Leave a comment