Monthly Archives: July 2022

The server response was: 5.7.1 Unable to relay for

This blog article shows you one of the possibilities to get rid of the error “The server response was: 5.7.1 Unable to relay for” when sending an email using System.Net.Mail namespace. Expecting you have setup Windows Server IIS SMTP. You … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365, Operating System | Tagged | Leave a comment

SSIS-derived-column-check-if-datetime-field-is-null

This blog article shows you one of the possible ways to fix the error “The value could not be converted because of a potential loss of data” for Datetime data type in SSIS. The destination column in OLD DB Destination … Continue reading

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

provider: SSL Provider, error: 0 – The client and server cannot communicate, because they do not possess a common algorithm

This blog article shows you one of the possible ways to get rid of the error “provider: SSL Provider, error: 0 – The client and server cannot communicate, because they do not possess a common algorithm” when connecting to SQL … Continue reading

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

IComparable sample C#

This blog article shows a code sample of implementing the Icomparable in C#. The sample makes use of the code in Generate random date C# to generate the random date. Pay attention to BankTrans.Sort(). Without implementing the CompareTo, the BankTrans.Sort() … Continue reading

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

Generate random date C#

This blog article shows you one of the possible ways to generate the random date using C#. The complete code shows below. Class RandomDateTime {     DateTime start;     Random gen;     int range;     public RandomDateTime()     {         start = new DateTime(1970, 1, 1); … Continue reading

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

Anatomy of an external attack surface

The transition to remote work means that the global attack surface has grown exponentially just in the last few years. Check out this short, in-depth snapshot of the threat landscape. Anatomy of an external attack surface: five elements organisations should monitor provides … Continue reading

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

Install Office 365

This blog article shows you how to install Office 365. 1. Go to URL https://portal.office.com and type in your credential. 2. Click on Install Office dropdown. 3. Select Office 365 apps. Reference: https://support.microsoft.com/en-us/office/download-and-install-or-reinstall-microsoft-365-or-office-2021-on-a-pc-or-mac-4414eaaf-0478-48be-9c42-23adc4716658/?WT.mc_id=DP-MVP-36769

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

CTO July 2022 articles and resources

These are the good reads found in this month. Working hard or hardly working? Employees don’t trust their colleagues to be productive while working from home Hybrid working is a boon for wellbeing – but we might have some trust … Continue reading

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

COBOL CRUD Read

This blog article shows you how to add record to COBOL index file. The sample is selected from the book at the reference. The sample is in Day 11. Listing 11.12. Firstly, you need to create the record using COBOL … Continue reading

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

Upload PowerPoint to create Sway

This simple blog article is showing you one of the reasons why Sway hang when you are uploading the slide deck, PowerPoint file. For me I stuck at the screen below and the PowerPoint slides never get uploaded. This is … Continue reading

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