Panth Patelhow-is-my-backend.whiteloves.in·Dec 7, 202410 Javascript tools for clear code designHey there, developer! You might need some tools to boost your skills, and here are a few to check out: (https://jsr.io/@panth977/tools) Rate limit function invocation Sometimes you just want to make sure you don't go over the max number of calls to a...JavaScript
Noor Ahmednoor-ahmed.hashnode.dev·Sep 22, 2023Stop Having Multiple Connection Strings in C#Introduction In this article, I will discuss how you can query/access your SQL database from multiple files in a C# project by only using one connection string instead of many. Problem Statements If you are making a large full-stack project in C# and...184 readsC#
Sundeep Kamathtrystwithcode.hashnode.dev·Aug 31, 2015Setting up Entity Framework connection string in web.configWhile I explain how the connection string and database provider information can be set in the web.config for Entity Framework, I'll be assuming that you are aware of the differences between localdb, Sql Server Express and Sql Server Compact Edition.I...28 readsLocalDb