Source
Getting timeout exception when connecting snowflake database from .NET C# code.
SOLUTION: This is due to proxy blocking the network traffic.Trace the proxy settings and adding the proxy details in the connector helped to resolve the issue.
How to connect to snowflake using C Sharp application with snowflake .NET Connector to perform SQL operations in windows
Create a console application project (any name) with C# and .NET Framework or .NET Core 3. Configure the project by giving any name, configure path etc 4. After creating the project, add the snowflake .NET Connector, right…