;

Recent Articles


How to Get the Current Timestamp in JavaScript

Tutorialsrack 08/02/2022 Jquery Javascript

In this article, you’ll learn how to get the current timestamp in javascript. The UNIX timestamp is an integer that represents the number of seconds elapsed since January 1, 1970. You find all functions for working with date and time in Javascript are in module Date. This module provides multiple ways how you can get the current timestamp in JavaScript. 

Read More..

How to Get Specific QueryString Parameter Value from a String Value in C#

Tutorialsrack 26/01/2022 C# ASP.NET MVC ASP.NET WEB API ASP.NET ASP.NET Core

n this article, you’ll learn how to get the specific query string parameter value from a string value in c#. We recently needed to parse and modify some query strings while building new redirects. There are various ways to achieve this but in this post, we are using the HttpUtility.ParseQueryString method and extension method to get the specific query string parameter value from the string URL.

Read More..

How to Insert an Item into an Array at a Specific Index

Tutorialsrack 29/11/2021 Jquery Javascript

In this article, you’ll learn how to insert an item into an array at a specific index. In Javascript,  We have some in-built methods to add elements at the beginning and end of the array. But there is no built-in method to add an element to the specific index; there is no method available in the Array object. 

Read More..
Recent Posts
Tags