Blog

SQL Server Error Code – 11253 a corrupted message has been received. t

In this blog post, you’ll learn more about the SQL Server Error Code 11253 and the error message description that is shown SQL Server Error Code 11253 SQL Server Error Description for the Code :11253 A corrupted message has been received. The service pair security header destination certificate, the key exchange key, the key exchange key ID, and the session key must all be present…

InterSystems IRIS General Error Code – 844

In this post, you’ll learn about the General error code 844 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 844 Reason for the Error code 844 in InterSystems IRIS DBMS Insufficient privilege for namespace %1, database %2, resource %3

Concatenate or Join a string Array using LINQ in C#

Want to join the items inside the string array say with, delimiter using LINQ in C#? It’s pretty easy. Below is a sample code snippet demonstrating in easy steps on how to concatenate a string array using LINQ in C#? Concatenate or Join a string Array using LINQ in C#