Category: Web Development
Hooks in React
Hooks are the new feature of the react. They let you use the state and other features of React without creating a class. They are mainly used to handle state and other side effects in react functional components. Side effects
Collections
Collections: It holds many values or objects in a specific series. The two types of collections in C# : Non-generic collections Generic collections NON-GENERIC COLLECTIONS Hierarchical structure of non-generic collections: <interface> IEnumerator <interface> IEnumerable <interface> ICollection <interface> IDictionary Hashtable Sorted
Difference Between Aura Components and LWC
Four separate technologies are used together for web components in Salesforce: Custom Elements: JavaScript APIs help to develop the HTML elements with custom templates, tag names like and behaviours. Shadow DOM: For isolation of CSS and JavaScript living Standard DOM
Auth Session expiring in Laravel – Resolved
I have created a web application in Laravel. I am using an authentication plugin to authorize the users while logging-in on my web application. On my local system, everything was working fine. But when I uploaded my Laravel project from
How to remove a property from Json in C#
Description: Suppose we have the following JSON data and we want to remove the property “RunIsolated” (highlighted) under the compositeRequest to get the final JSON without this property: Solution for Json: Following is the sample code to achieve this: string
Why and When to use Async and Await?
In order to get a clear vision of these keywords, async and await, let us first understand the concept of synchronous and asynchronous programming. Synchronous Programming: It is a method of programming in which tasks are performed one at a
How to assign a devextreme widget under another widget
Sometimes we need to add a widget under another widget. In this post, we will cover how to add a dropdown, TextBox, or buttons under the dropdown widget. See in the below screenshot – here File Size is a drop-down,
Introduction to Big Data
Big data is data in a huge volume that cannot be handled by our traditional tools or databases. It is growing exponentially with time. Its size is so large and complexity is high that it is hard to use it
Devextreme DataGrid Column Reordering and Saving Column State
Devextreme Datagrid comes with a variety of features to work with column appearance at runtime. One among these is Column Reordering. The column reordering feature in Devextreme allows the user to change the position of columns on the fly on