IQ DIRECT

Blog

Navigation

  • Home
  • About us
  • Portfolio
  • Reviews
  • Blog
  • Contacts

Blog

How to fix self-signed SSL certificates error in C# REST clients

Sometimes for testing purposes, you may want to use custom self-signed HTTPS SSL certificates. But C# client application is not willing to connect to the server with a self-signed certificate, throwing the error "Could not create SSL/TLS secure channel".

TPL_COM_CONTENT_READ_MOREHow to fix self-signed SSL certificates error in C# REST clients
How to get a list of all timezones and their UTC Offsets in C# (With Sample Code)

If you are writing an international website, it is better to show timestamps to the users in their local timezone. Not everybody can easily translate time from UTC to their local time. Displaying time in a different timezone is confusing to the users and can lead to many misunderstandings. That's why you may want to give the user a choice to select timezone and then make them happy by displaying all timestamps in their local timezones.

But how do you get the timezones list? Here is a little C# code example that shows how to display UTC offset and user-friendly timezone labels:

TPL_COM_CONTENT_READ_MOREHow to get a list of all timezones and their UTC Offsets in C# (With Sample Code)
SQLite vs SQL Server Comparison

SQLite is a tiny database that is specifically designed for embedded use. It is a single-file database that is deployed side-by-side with your application. If you have to write an application that needs just a limited set of database functionality, then a tiny SQLite library has a big advantage over SQL Server of not having any dedicated installer. Basically SQLite is just a simple DLL file that is deployed with the executable of your application. It can be even compiled in your C/C++ application, as SQLLite is distributed in a form of single .c file (called "amalgamation"). Also, SQLite comes completely free of charge.

TPL_COM_CONTENT_READ_MORESQLite vs SQL Server Comparison
Ensure Consistency of Stored Data by Using Cyclic Redundancy Check (CRC)

Having data secure is critical for the reliability of the applications. It is very important to have data consistent when managing user's finance, ensuring reliable control of industrial processes, ensuring stable work of medical equipment, etc. But the storage sometimes fails, the transmission lines fail, lastly, there are bugs in the software application. All those factors produce corruption to critical data. 

TPL_COM_CONTENT_READ_MOREEnsure Consistency of Stored Data by Using Cyclic Redundancy Check (CRC)
  • How to kill process by name in Windows using WinAPI?
  • How to Enable TLS v1.2 in .NET Framework 4.0
  • Simple program to explain SDL rendering
  • What for a FreeRTOS is used?
  • What is a Module Definition File (.DEF file)?

Page 27 of 58

  • 22
  • 23
  • ...
  • 25
  • 26
  • 27
  • 28
  • 29
  • ...
  • 31

Copyright ©2026 IQ DIRECT


main version