Append Any Line That is Started with Special Character To The Previous Line C#
This blog article shows you how to append any line that is started with special character to the previous line using C#. As can see from the following the are lines that start with comma. The code...
View ArticleAI at Work Is Here
The use of AI has nearly doubled in the last six months with 75% of global knowledge workers reporting they’ve added it to their workflow. What’s more, 78% of these same employees also say they bring...
View ArticleThe Key to a Thriving Workforce? A Smart Approach to AI
Employees who use an AI assistant feel more empowered and energised to do meaningful work. They also perform at higher levels. Read The Key to a Thriving Workforce? A Smart Approach to AI to explore...
View ArticleA Guide to Generative AI with Microsoft
Transform your business and accomplish your company’s goals faster with generative AI. Read this guide to learn about solutions with Microsoft AI and Microsoft Copilot that will enhance productivity,...
View ArticleQuery Excel and SharePoint with 1 to 1 relationship using Access Microsoft 365
This blog article shows you how to create a Query in Microsoft Access to link Excel Worksheet with SharePoint List. So, you can view the data that is missing from any one side. The blog expects you to...
View ArticleDeclare A Variable and Assign A Value MySQL and MS SQL
This blog article shows you how to declare a variable and assign a value to it in MySQL. In Microsoft SQL to declare a variable and assign a value to it you do the following. Declare @dt datetime...
View ArticleCTO September 2024 articles and resources
These are the good reads found in this month. Writer Launches New LLMs For Healthcare And Finance Industries Writer, a leading provider of generative AI solutions, has recently introduced two new...
View ArticleWrite image file to binary field in MS SQL database Python
This blog article shows you how to save an image file to MS SQL database column with varbinary data type. This Python script connects to a SQL Server database and inserts binary data from an image file...
View ArticleRead image file from binary field in MS SQL database Python
This blog article shows you how to read image file from varbinary column from MS SQL database. This Python code snippet reads binary data from a SQL Server database and writes it to a new image file....
View ArticleBreak VBA execution when there is no Break key on keyboard
This blog article shows you how to break the VBA execution, especially for infinity loop. To break the VBA execution, we used to press Ctrl + Break key. Unfortunately, many new keyboards do not have...
View ArticleConvert XML to XSD to Class C#
This blog article shows you how to convert XML to XSD the convert the XSD to C# class. This article expects you When working on .NET, you may often deal with XML documents for various reasons such as...
View ArticleWrite image file to Varchar field in MySQL database Python
This blog article shows you how to write image file to Varchar field in MySQL database using Python. The code snippet below writes image file to Varchar field in MySQL database. import base64 import...
View ArticleWhen It Comes to AI, Don’t Build ‘Islands of Intelligence’
Employees’ AI use is sky-rocketing, and business leaders need to respond to this shift by making sure that everyone is set up to succeed. According to the 2024 Work Trend Index Annual Report, three out...
View ArticleRead image file from Varchar field in MySQL database Python
This blog article shows you how to r Read image file from Varchar field in MySQL database Python. The code snippet below reads image file from Varchar field in MySQL database. import base64 import...
View ArticleHow responsible AI helps financial services manage risk and assure compliance
For financial services companies energised about using AI to transform their businesses, understanding risks and ensuring compliance is essential. Read the blog, How responsible AI helps financial...
View ArticleThe Leader’s Guide to Sustainable Business Transformation
The role of environmental, social and governance (ESG) data is more important than ever. While ESG reporting is often viewed as a compliance matter, leaders are quickly realising that ESG data is also...
View ArticleBuilding AI Solutions That Drive Value
Learn how to maximise the business benefits of AI. Explore the real-world examples in this eBook to see the tangible results that leading companies are realising by applying AI to everyday tasks. Get...
View ArticlePower BI Excel Data Source in OneDrive
This bog article shows you how to connect Power BI Data Source to Excel file in OneDrive and avid the mistake. When starting, I shared my Excel file and get the link, like below Go to Excel Data tab,...
View ArticleRead Google Sheet using Python
This blog article shows you how to read Google Sheet using Python. You can use the link below to access the API Console. https://support.google.com/googleapi/answer/6158841?hl=en&authuser=1 At...
View ArticleSSIS Write variables in a Script Component
This blog article shows you how to Write variables in a Script Component in SSIS. This article expects you to know SSIS basic. Firstly, create a Data Flow Task, have any data source that has data in...
View Article