Monthly Archives: May 2022

Independent study: evaluate the impact of a Zero Trust strategy

Take a proactive, integrated approach to cybersecurity strategy. Read The Total Economic Impact™ Of Zero Trust Solutions From Microsoft, a 2021 commissioned study conducted by Forrester Consulting, to learn more about the financial impact of implementing Zero Trust architecture in … Continue reading

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

Microsoft SQL Server SQL Injection

This blog article shows you one of the ways to simulate SQL Injection for Microsoft SQL Server. I am following the reference link at the bottom to reproduce the code using Webform. SQL injection will always work in the same … Continue reading

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

Explore how government organisations are evolving to support hybrid work

Read this Frost & Sullivan white paper, Governments Must Focus on Resiliency in a Hybrid World, to learn how to: Get the right technology to support all of your employees, regardless of where they’re working from. Enable digital transformation now. Embrace … Continue reading

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

Create Fix Width Text File from SQL Server Database Table SSIS

This blog article shows how to export database table to fix width text file using SSIS. There are many programming languages out there are not able to read MS SQL directly but there all can read text file. One of … Continue reading

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

CTO May 2022 articles and resources

These are the good reads found in this month. 10 signs you’re a weaker leader than you think Results are mixed You’re overpromising Your team is underperforming… https://www.cio.com/article/305075/10-signs-youre-a-weaker-leader-than-you-think.html 10 self-evaluation tips for a better performance review 1. Track and map … Continue reading

Posted in Uncategorized | Leave a comment

COBOL CRUD Create

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.6 and Listing 11.10. Firstly, you need to save the … Continue reading

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

The COBOL compiler for Windows

This blog article shows you how to compile COBOL program in Windows. It is pretty hard to find COBOL compiler. Those compiler links in the Internet are either broken or extreme commence such as Visual COBOL. Till now I only … Continue reading

Posted in Community, Computers and Internet, Data Platform, management | Tagged | 1 Comment

SQL Server Encrypt the data transfer using TDS Protocol C#

This blog article shows how to encrypt the data from TDS protocol when using ADO.NET. This article expects you to have minimum networking, C# and SQL Server knowledge. At first, I setup the Client / Server environment. The server equipped … Continue reading

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

Applied Queue and Delegate in C#

This blog article illustrates one of the possible ways to apply Queue in C#. Many web links just tell you Queue is First-in first-out (FIFO) but when can you apply it to your application. One of the thoughts is that, … Continue reading

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

Great Expectations: Making Hybrid Work Work

From when to go to the office to why work in the first place, employees have a new ‘worth it’ equation. And there’s no going back. Microsoft’s second annual Work Trend Index highlights the data behind how work has changed … Continue reading

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