Category: Coding
Sure! Here’s a simple sample C# code snippet to call an API without using an external library: In this code, we use the WebRequest class from the System.Net namespace …
Certainly! Here’s an example of a simple Chrome extension using the Manifest V3 structure manifest.json: icon16.png, icon48.png, icon128.png: These are icons of different sizes (16×16, 48×48, and 128×128 pixels) …
JavaScript create a counter with the specified range, step and duration for the specified selector
This code snippet will help you to copy an given string to clipboard.
To avoid calling OrganizationService.Delete multiple times. By using ExecuteMultipleRequest we can delete a bunch of records at a time. Dynamics CRM Bulk Delete C# Max patch size is 1000. …
To avoid calling OrganizationService.Create multiple times. By using ExecuteMultipleRequest we can create a bunch of records at a time.
To avoid calling OrganizationService.Update multiple times. By using ExecuteMultipleRequest we can update a bunch of records at a time.
Sometimes we need simple query which can do the task, then complicated solution. Here is a simple query which list size of the table in MB with Row Counts. …
How to get text value of selected option JavaScript
If you are having a string with special characters and want's to remove/replace them then you can use regex for that.