TEXT 14
Ttttt Guest on 15th December 2024 01:20:13 PM
  1. private readonly IConfiguration _configuration;
  2.         private readonly string _connectionString;
  3.         private IConfiguration configuration;
  4.  
  5.         public SpeakerDbHandler(IConfiguration configuration)
  6.         {
  7.             _configuration = configuration;
  8.             _connectionString = _configuration.GetConnectionString("DefaultConnection");
  9.         }
  10.  
  11.  
  12.  
  13.  
  14.  
  15.   "ConnectionStrings": {
  16.     "DefaultConnection": "Server=192.168.0.133;Database=WisperSpeaker;Trusted_Connection=False;MultipleActiveResultSets=true;User ID=sa;Password=Delf@n2023"
  17.   },

Hightechrobo bin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.