Sql : Search Store Procedure From database Get link Facebook X Pinterest Email Other Apps August 13, 2020 1. Search Store Procedure from database : SELECT nameFROM sys.procedures WHERE name LIKE '%Employee%' Note : // Replace Employee with your procedure Name Get link Facebook X Pinterest Email Other Apps
Read Json data into c#object February 21, 2021 (Image mai jo link hai wo json file ki hai ) 1.the link in image thats has json data 2.create one model ref image 3.code to deserialize the json and store in model. 4.need to add newtonjson from nuget package Read more