You are here

Blogs

How to enable TLS protocols in browsers

Submitted by Asif Nowaj, Last Modified on 2019-11-08

Why you are here, I am guessing...

If you are here, looking for how to enable latest TLS protocols in your browsers like Chrome, Firefox, Opera, Internet Explorer or Edge, then probably you are already aware of TLS and TLS 1.2 needs be used very soon.
If you have one more minute, you can check out What Is TLS? . Here, you can see which version of TLS is deprecating when and what TLS version you ultimately need to focus on.

What is TLS?

Submitted by Asif Nowaj, Last Modified on 2019-11-08

There are many articles on this topic and you can see https://en.wikipedia.org/wiki/Transport_Layer_Security for more details.

In a simple way, Transport Layer Security (TLS) is an encryption protocol that is used to determine the agreed data encryption/decryption mechanism while communicating between two computers [server and client]. It secures the data while data travels over internet from one machine to another.

C# object to XML to SQL database

Submitted by Asif Nowaj, Last Modified on 2019-12-09

This articles explains how to store data xml to sql database. There are two steps to achieve XML to SQL by converting a C# object into a XML and then parse the XML within a Stored Procedure of SQL database and store the values to SQL tables. Hence convert xml to sql table can be achieved.

Find recent object changes in SQL Server Database

Submitted by Asif Nowaj, Last Modified on 2019-11-08

If some new or existing user tables or stored procedure is added or modified in a particular database and server, you can find the list of the object's name with help of below query.

This becomes helpful when you keep changing the database objects and at some point you decided to update those changes to the source control system. Then you need to know what are the database objects that you have changed after last day you checked in the details in source control.

Ruminant stomach

Submitted by Mousumi Sepai, Last Modified on 2020-01-01

Stomach is a muscular chamber or series of chambers that serve as a receiving site for recently ingested food. The stomach terminates at the pilorous which is the open from the stomach leading into deordinal. Ruminant stomach consists of 4 separate chambers, Rumen, Reticulum, Omasum and Abomasum.

System.Configuration.ConfigurationErrorsException - Configuration system failed to initialize - Only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.

Submitted by Asif Nowaj, Last Modified on 2019-11-22
Exception: System.Configuration.ConfigurationErrorsException Message: Configuration system failed to initialize Inner Exception Message: Only one element allowed per config file and if present must be the first child of the root element. Find here how to fix it.

Pages