Monthly Archives: September 2023

Create ASP.NET Core Web API using Visual Studio Code

This blog article shows you how to Create ASP.NET Core Web API using Visual Studio Code. I was following the article at my reference at the end of this article. I only installed .NET 7 SDK and Visual Studio Code … Continue reading

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

Hyper V This PC can’t run Windows 11

This blog article shows you one of the possible ways to resolve the error “This PC can’t run Windows 11”. After I created a VM using Hyper V Manager and I was installing Windows 11 halfway through and I see … Continue reading

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

Ask Generative AI to Generate Python Code for Microsoft Access

This blog article shows you how to ask Generative AI to Generate Python Code to access Microsoft Access database table. In the article Create a Microsoft Access Database and Query using BING we have created a database, Type the following … Continue reading

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

Write a VBA program to Generate Test Data using Generative AI

This blog article shows you how to ask Generative AI to write a VBA program to generate test data, Many people use ChatGPT as for generative AI somehow it this sample I use Bing like in Ask Bing to Extract … Continue reading

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

Ask Bing to Extract Text from Excel Cells

This blog article shows you how to ask Bing to Extract Text from Excel Cells. I have a list of email addresses as follows. Assuming prior to @ is the First Name. Open Microsoft Edge, click on the Bing icon. … Continue reading

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

Ask Bing to Write an Excel Formula to Find Data

This blog article shows you how to ask Bing to Write an Excel Formula to find data. I have the following worksheet. I want to find the price of sugar Cookie. Open Microsoft Edge, click on the Bing icon. At … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365 | Tagged | 1 Comment

Learn to develop a winning AI strategy for your organisation

As AI continues to revolutionise the way people work, learn and connect, you may be eager to start introducing new tools and solutions to all facets of your business. But because AI is an emerging technology, it’s essential for decision-makers … Continue reading

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

Ask BING How to SUM in Excel

This blog article shows you how to ask Bing how to Sum in Excel. The idea and file are taken from the YouTube video in the reference. The video is using ChatGPT. Here we are using Bing Chat. You open … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365 | Tagged | 1 Comment

Delete Data into PostgreSQL using Entity Framework C#

This blog article shows you how to Delete Data into PostgreSQL using Entity Framework. After Update Data in PostgreSQL using Entity Framework C# we now look at the delete. From the pgAdmin screen below you can see I have a … Continue reading

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

Deploying Web Api to Azure App Service

This blog article shows you how to Publish Web Api to Azure App Service using Visual Studio. Create an ASP.NET Web Api from the standard template. Right click on the project name then select Publish. A Publish dialog pops up … Continue reading

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