Monthly Archives: November 2023

Explore the many benefits of Azure Cosmos DB

Meet modern data challenges head-on with the help of Azure Cosmos DB, a fast, distributed database for app innovation. Explore the infographic to discover what’s possible and see how to: Gain faster time to market for all your AI-powered web … Continue reading

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

How to Sort the Object in List C#

This blog article shows you how to sort the object in a C# List collection. I have a class named Item. public class Item {     public int ItemId { get; set; }     public string? ItemDescription { get; set; } } … Continue reading

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

How to see whether the column is unique MySQL

This blog article shows you how to determine what columns in the MySQL database table is a unique column. Let’s create a table with the following DDL (Data Definition Language), I am using HeidiSQL CREATE TABLE suppliers (     supplier_id INT … Continue reading

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

Access SharePoint List Using Python

This blog article shows you how to access SharePoint List using Python. I have a Clients list with 2 records. The code below shows how you can access to SharePoint List. from shareplum import Site, Office365 from shareplum.site import Version … Continue reading

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

Start and Stop Azure App Service using PowerShell

This blog article shows you how to start and stop Azure App Service using PowerShell. Below are the PowerShell commands to start and stop Azure App Service. # Install and import the Az module Install-Module -Name Az -AllowClobber -Scope CurrentUser … Continue reading

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

Extract Email Attachment from Gmail C#

This blog article shows How to Extract Email Attachment from Gmail using C#. Below is the code snippet to Extract Email Attachment from Gmail. See Where to get the ClientId and ClientSecret for Google API to get the clientId and ClientSecret. public … Continue reading

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

Get the Gmail Label Id C#

This blog article shows you how to get the Gmail Label Id using C#. Below is the code snippet to get the Label Id from Gmail Label. See Where to get the ClientId and ClientSecret for Google API to get … Continue reading

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

Where to get the ClientId and ClientSecret for Google API

This blog article shows you where to get the ClientId and ClientSecret for Google API. You would have seen the below code in some of the Google API documents. var credential = GoogleWebAuthorizationBroker.AuthorizeAsync(     new ClientSecrets     {         ClientId = “your_client_id”,         ClientSecret … Continue reading

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

Microsoft Ignite 2023 Highlight

Microsoft Ignite announces the launch of Microsoft Copilot Studio, a new tool that allows users to customize Copilot for Microsoft 365 and build their own standalone Copilots. Here are the main points: Microsoft Copilot Studio: A new tool that lets … Continue reading

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

Building a Foundation for AI Success

Identify how to accelerate your company’s success with AI. Read Building a Foundation for AI Success: A Leader’s Guide to discover insights informed by Microsoft, Microsoft customers and partners, industry analysts and AI leaders – to help your organisation thrive on your … Continue reading

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