Monthly Archives: July 2023

One sample T- Test using C#

This blog article shows you how to do one sample T-Test using C# even though using Python the code is likely to be shorter. To do this, you need to have Accord.Statistics.Testing namespace, Once you get the library or package … Continue reading

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

How to create CoreWCF

This blog article shows you how to create CoreWCF using .NET Core. You need to install Visual Studio 2022 (the heavy one). Make sure you have at least .NET 6 SDK as well. Avoid to follow CoreWCF 1.0 has been … Continue reading

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

SQL Server Insert Data using Python

This blog article shows you how to insert record into SQL Server using Python. I have SQL Server Database Table structure as follows. CREATE TABLE [dbo].[stat](     [sid] [uniqueidentifier] NOT NULL,     [Sample] [int] NULL,     [DataValue] [float] NULL, CONSTRAINT [PK_stat] PRIMARY KEY … Continue reading

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

Send Mailgun Email using C#

This blog article shows you one of the methods to send email through Nailgun service using C#. This article expects you to have basic knowledge of C#. Some people subscribe to an email service called Mailgun. The code snippet below … Continue reading

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

Anatomy of a Modern Attack Surface: Challenges & Best Practices

Keeping up with today’s threats means securing multiple attack surfaces. Read Anatomy of a modern attack surface to explore the vulnerabilities cybercriminals are currently exploiting the most – and how to help stop them from succeeding. Learn the importance of: Addressing evolving … Continue reading

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

SQL Server Auto Generate the Default Value for Uniqueidentifier Column

This blog article shows you how to Auto Generate the Default Value for Uniqueidentifier Column in SQL Server. Using an integer as a primary key in SQL Server is a common practice. However, there are some downsides to using an … Continue reading

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

Two Sample T-Test using Python

This blog article shows you how to do two sample t-test using python. I got the python code from the link in my reference. In that article, the example first finds the variance. Unfortunately, the sample code is missing the … Continue reading

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

Postgres Loading pgAdmin forever

This blog article shows you one of the possible ways on how to resolve the forever loading problem for Postgres pgAdmin. If you follow the link below to install PostgresSQL then you will start the pgAdmin forever. https://hostadvice.com/how-to/web-hosting/windows/how-to-install-postgresql-14-2-on-windows-server-2022/ See below, … Continue reading

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

Introduction to Intelligent Data Platforms

Learn how to understand the value of data and use it to guide leadership decisions. In the eBook The Decision Maker’s Guide to Data and Analytics, you’ll find out how to: Make timely, data-driven decisions and be quick to market. Understand … Continue reading

Posted in Uncategorized | Leave a comment

CTO July 2023 articles and resources

These are the good reads found in this month. Data Sovereignty, Compliance Shape IT Leadership Data Sovereignty Competency Matters A Complex Environment Adds to Challenges CIO, Legal, Security Among Key Stakeholders… https://www.informationweek.com/strategic-cio/data-sovereignty-compliance-shape-it-leadership Google I/O 2023: New Google AI Products Take … Continue reading

Posted in Uncategorized | Leave a comment