Const7

Menu
  • Coding
    • C#
    • CSS, HTML
    • Dynamics CRM
    • JavaScript
    • SQL
  • Reviews

C# Sample code to call API without using external library

June 26, 2023 C# No Comments
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 …
[Continue Reading...]

Create new Chrome Extension

June 25, 2023 JavaScript No Comments
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) …
[Continue Reading...]

JavaScript create a counter with the specified range, step and duration for the specified selector

January 9, 2023 JavaScript No Comments
JavaScript create a counter with the specified range, step and duration for the specified selector
[Continue Reading...]

Copy string to clipboard JavaScript

January 4, 2023 JavaScript No Comments
This code snippet will help you to copy an given string to clipboard.
[Continue Reading...]

Dynamics CRM Bulk Delete C# Using ExecuteMultipleRequest

September 24, 2022 Dynamics CRM No Comments
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. …
[Continue Reading...]

C# Dynamics CRM Create Multiple Records using ExecuteMultipleRequest

September 24, 2022 Dynamics CRM No Comments
To avoid calling OrganizationService.Create multiple times. By using ExecuteMultipleRequest we can create a bunch of records at a time.
[Continue Reading...]

Dynamics CRM Update Multiple Records C#

September 24, 2022 Dynamics CRM No Comments
To avoid calling OrganizationService.Update multiple times. By using ExecuteMultipleRequest we can update a bunch of records at a time.
[Continue Reading...]

SQL SERVER – Simple Query to List Size of the Table with Row Counts

September 17, 2022 SQL No Comments
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. …
[Continue Reading...]

How to get text value of selected option JavaScript

July 28, 2022 JavaScript No Comments
How to get text value of selected option JavaScript
[Continue Reading...]

Replace Special Characters in C# using Regex

July 18, 2022 Coding No Comments
If you are having a string with special characters and want's to remove/replace them then you can use regex for that.
[Continue Reading...]
  • Next

Recent Posts

  • C# Sample code to call API without using external library
  • Create new Chrome Extension
  • JavaScript create a counter with the specified range, step and duration for the specified selector
  • Copy string to clipboard JavaScript
  • Dynamics CRM Bulk Delete C# Using ExecuteMultipleRequest

Recent Comments

  1. codex_x on JavaScript resize event firing multiple times

Categories

  • C#
  • Coding
  • CSS, HTML
  • Dynamics CRM
  • JavaScript
  • Reviews
  • SQL
Const7 Copyright © 2023.