Monthly Archives: April 2021

C++ Graph using Adjacency List

This blog article shows the simple sample of Graph using C++. I have gotten the source code from the link below but you will face some compilation error. I have changed the code so that it will run right away … Continue reading

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

Swagger not working after deploying to IIS

This blog article shows you of the possibilities why your swagger stop working after deploying the Web Api to IIS. You need to alter the code before you deploy. Find the Startup.cs and locate the code below. Then add () … Continue reading

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

Failed to launch debug adapter

This blog article shows you one of the ways to resolve the error “Failed to launch debug adapter”. This is a known issue since Visual Studio 2017. It has happened to me in Visual Studio 2019 when I was having … Continue reading

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

ASP.NET Blazor Server call Web Api return IEnumerable

This blog article shows you one of the possible way for ASP.NET Blazor Server to call ASP.NET Web Api with the return of IEnumerable. First, both side is having the below object. public class Customer {     public string CustomerCode { … Continue reading

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

Delivering personalised experiences in times of change

Discover how Dynamics 365 supports you to: Get a holistic view of customers to confidently understand their needs. Predict how demand and markets may change in the foreseeable future. Gain real-time insights to drive loyalty and customer lifetime value. Act swiftly from unified data … Continue reading

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

T-SQL How to select only the Second row from order by Select statement

The blog article shows you how to select only the second row of data after you use order by in T-SQL statement. For example, I have a table named Transactions and I issued a sql command as below. SELECT FROM … Continue reading

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

Crystal Report Error Missing report ID

This blog article shows you one of the possible ways to resolve the Crystal Report Missing report ID. To resolve this error. Disable the policy: System cryptography: Use FIPS 140 compliant cryptographic algorithms, including encryption, hashing and signing algorithms. Other … Continue reading

Posted in Uncategorized | Leave a comment

AI Business Basics

Decision makers exploring AI and looking to understand: Business benefits like improved productivity and reduced risk. Best practices for building your AI strategy. Practical applications for AI in your business. Real-world examples of companies using AI. Read here: https://bit.ly/2PKxHK1 (I … Continue reading

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

CTO April 2021 articles and resources

These are the good reads found in this month. Should I still buy Intel CPUs? https://www.pcworld.com/article/3605355/should-i-still-buy-intel-cpus-ask-an-expert.html What is AI? Everything you need to know about Artificial Intelligence WHAT ARE THE USES FOR AI? WHAT ARE THE DIFFERENT TYPES OF AI? … Continue reading

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

Blazor Template Component

This blog article shows provides you the code for https://docs.microsoft.com/en-us/aspnet/core/blazor/components/templated-components?view=aspnetcore-5.0?WT.mc_id=DP-MVP-36769 article. Microsoft will update the page with source code likely. Before that I create the code and enhance it. Create a Blazor Server App. In Shared folder create a Blazor … Continue reading

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