Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

What is Connection String?

Connection string is all about something with which we can connect our Asp.Net core application with an External Data Source.

So Basically, Due to our production need we use data storage capability in our system and that triggers the need of some external source to be added as an storage option. There comes the context of SQL , MYSQL etc. We have to connect our application with MSSQL Server or Mysql Provider through a well defined manner.

This manner can contain some few things listed below,

  • Is this connection has a name?
  • Is this database indicates a file, what is the name of that file?
  • Connection has request timeout for retry during error?
  • Connection has a lifetime
  • Data Source name
  • Encryption enable
  • Packet size
  • Workstation Id

Post a Comment

0 Comments