TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About currency
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (10)
Lalit Bansal (9)
Shubhankar Banerjee (8)
Jitendra Mesavaniya (6)
Tural Suleymani (4)
Nitin (3)
Aman Gupta (2)
Sarfaraj Ansari (2)
Lokendra Singh (2)
Sardar Mudassar Ali Khan (2)
Shivprasad (2)
Ayush Gupta (2)
Punar Dutt Rajput (2)
Keyur (2)
Swesh S (2)
Satya Karki (2)
Rohit Gupta (2)
Aiswarya E V (1)
George (1)
Sanjay Kumar (1)
Raj Kumar (1)
Catcher Wong (1)
Safyan Yaqoob (1)
Tahir Ansari (1)
Vijay Yadav (1)
Chetan Sanghani (1)
Vikas Singh (1)
Ajay Kumar (1)
Jake Creasy (1)
Abhishek Duppati (1)
Vulpes (1)
Dipal Choksi (1)
Ashutosh Singh (1)
Shiva Shukla (1)
Pravesh Dubey (1)
Rohini Parade (1)
Mahesh Chand (1)
Siddharth Gajbhiye (1)
Dashrath Hapani (1)
Vidya Vrat Agarwal (1)
Md Sarfaraj (1)
Mamta M (1)
Jefferson S. Motta (1)
Arjit Soni (1)
Avneesh Aryan (1)
Mohit Mishra (1)
Mukesh Kumar (1)
Jin Necesario (1)
Sourav Kayal (1)
Arunava Bhattacharjee (1)
Ravikant Sahu (1)
Hemant Solanki (1)
Abhishek Tiwari (1)
Akkiraju Ivaturi (1)
Ryan Jason (1)
Related resources for currency
No resource found
The Best Ordinal Wallets for Beginners in 2024
10/25/2024 5:34:27 AM.
In 2024, choosing the right ordinals wallet is crucial for managing digital assets securely. Options like Xverse and Hiro wallets offer user-friendly interfaces and strong security for beginners and v
Understanding List Column Data Types in SharePoint
10/15/2024 11:08:42 AM.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better rep
Concurrency in SQL Server
9/20/2024 4:06:27 PM.
This article will discuss Concurrency in SQL Server
Blockchain Beyond Cryptocurrency: Hidden Potentials Across Industries
9/17/2024 8:28:05 AM.
Blockchain technology extends far beyond cryptocurrency, offering transformative potential across various industries. From enhancing supply chains and healthcare to improving data security and finance
An overview of the Task Parallel Library (TPL) in C#
9/17/2024 5:07:16 AM.
The Task Parallel Library (TPL) is a collection of public types and APIs within the .NET framework that facilitates the integration of parallelism and concurrency into applications.
Virtual Threads in Java JDK
9/8/2024 7:58:38 AM.
Java Virtual Threads, introduced in Project Loom, offer a lightweight alternative to traditional platform threads by allowing the JVM to manage threads instead of the OS. This improves scalability and
Understanding GridView Formatting
9/4/2024 8:34:02 AM.
Learn how to format an ASP.NET GridView with various styles and data formatting options. This guide covers using the DataFormatString property for numeric and date formats, and customizing GridView st
Creating Distributed Lock With Redis In .NET Core
9/4/2024 8:31:22 AM.
Learn how to implement a distributed lock using Redis in .NET Core. This guide covers the essentials of setting up Redis for distributed locking, managing concurrency, and ensuring data consistency in
Resolving Race Conditions and Critical Sections in C#
8/28/2024 9:49:18 AM.
A race condition in C# occurs when multiple threads access shared data simultaneously without proper synchronization, leading to unpredictable and incorrect results. This tutorial covers how to identi
async, await, ConfigureAwait(true/false) Asynchronous Programming in C#
8/12/2024 9:34:42 AM.
Explore asynchronous programming in C# with a focus on async and await keywords. Learn how to use ConfigureAwait(true/false) to manage context switching and avoid deadlocks.
Learn Custom Pipes in Angular 17
7/25/2024 5:21:09 AM.
Learn how to create custom pipes in Angular 17 with this comprehensive guide. Transform data in your templates effortlessly by generating, implementing, and registering custom pipes to meet your speci
How Artificial Intelligence is Reshaping the Landscape of Crypto Trading Platforms?
7/24/2024 11:54:46 AM.
In this article, we will know Artificial Intelligence is revolutionizing crypto trading platforms by enhancing predictive analytics, automating trading strategies, and optimizing decision-making proce
Exploring the Decentralized Finance (DeFi)
7/24/2024 9:35:02 AM.
This article covers the basics of DeFi, including its core technologies like smart contracts and decentralized exchanges, and explores innovations such as yield farming, liquidity pools, and governanc
Cryptocurrency Basics: Pros, Cons and How It Works
7/23/2024 5:04:24 AM.
Cryptocurrency is a decentralized digital currency using cryptography and blockchain for secure transactions. It offers peer-to-peer exchanges, transparency, and security, with popular examples like B
Enhancing Performance and Safety with System.Threading.Lock in .NET 9 and C# 13
7/22/2024 2:26:10 AM.
Explore the new System.Threading.Lock in .NET 9 and C# 13 for enhanced multithreading performance and safety. This article covers its benefits, compiler warnings for misuse, and best practices for loc
Creating Custom Pipes in AngularJS
7/21/2024 4:01:56 AM.
This guide covers creating and using filters (pipes) in AngularJS. Learn how to apply built-in filters like currency, date, and uppercase, and create custom filters such as capitalize. Filters transfo
Multithreading and Multiprocessing in Python
7/18/2024 7:59:03 AM.
Multithreading allows concurrent execution of multiple threads within a single process sharing the same memory space, while multiprocessing enables parallel execution of processes, each with its own m
Background Tasks with BackgroundService in .NET 7
7/17/2024 5:49:53 AM.
In modern software development, background tasks are essential for handling operations that need to run independently of user interactions, such as processing data, sending notifications, or performin
Real-time Web Applications with SignalR
7/16/2024 7:23:49 PM.
SignalR, a Microsoft library for .NET applications, enables real-time web functionality by allowing server-side code to push updates to connected clients instantly. It abstracts complexities of commun
Understanding Multitasking and Multithreading in ASP.NET and .NET Core
7/12/2024 3:48:58 AM.
Learn about multitasking and multithreading in ASP.NET and .NET Core. Discover how async/await keywords enhance responsiveness, manage concurrent operations efficiently, and handle IO-bound tasks. Exp
Concurrency and Parallelism in C#
6/24/2024 11:45:43 AM.
This article introduces concurrency and parallelism in C#, covering key concepts, benefits, and practical examples. Learn how to use async/await for asynchronous programming and the Parallel class for
Top Java Spring Boot Scenario-Based Interview Questions
6/24/2024 9:22:12 AM.
Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
Managing Concurrent Access with Semaphores in C# .NET
6/23/2024 9:42:19 PM.
Concurrency control is crucial in multithreaded programming to prevent resource contention. In C#, the Semaphore class manages access to shared resources, allowing a defined number of threads to proce
Blockchain Beyond Crypotcurrency: Applications in Business
6/21/2024 1:34:07 PM.
Blockchain, renowned for its role in cryptocurrencies like Bitcoin, extends beyond finance to revolutionize industries. It offers decentralized, secure, and transparent solutions for supply chain mana
LINQ vs PLINQ Method Syntax for Efficient C# .NET Data Processing
6/17/2024 5:09:08 AM.
LINQ (Language Integrated Query) and PLINQ (Parallel LINQ) are .NET frameworks for querying data. LINQ offers a declarative syntax for querying various data sources with single-threaded execution, whi
How to Set Up Core Crypto Wallet?
6/14/2024 5:46:18 AM.
Discover Core Crypto Wallet: A secure, user-friendly solution to manage cryptocurrencies. Learn its features, benefits, and setup in this comprehensive guide.
Multithreading in C#
6/6/2024 11:32:01 AM.
In this article, we will learn Multithreading is a parallel way of execution where the application is broken into parts so that it can have more than one execution path at the same time.
The One Behind Concurrency in C#
6/4/2024 12:19:25 PM.
The Thread Pool in C# simplifies concurrency by managing threads for you. Unlike creating and managing threads yourself, the Thread Pool offers a pool of reusable threads, improving performance and re
Mastering Asynchronous Programming in C# Async and Await Patterns
6/1/2024 9:17:52 AM.
Master asynchronous programming in C# with the async and await patterns. Learn how to write non-blocking code, improve application performance, and handle concurrency. Understand Task-based asynchrony
10 Best Crypto Wallets for Secure Storage of Your Digital Assets
5/27/2024 12:14:27 PM.
Explore the top 10 crypto wallets for secure storage of digital assets like Bitcoin and Ethereum. From hardware wallets like Ledger Nano X to user-friendly options like Coinbase Wallet and MetaMask, d
Working with Concurrent Hash Map in Java
5/22/2024 4:21:55 AM.
ConcurrentHashMap in Java is a thread-safe Map implementation that allows concurrent access and modification by multiple threads without external synchronization, ideal for multi-threaded environments
3 Ways of Doing Optimistic Locking in .NET
5/16/2024 8:31:32 AM.
In this article we will touch base 3 ways of doing optimistic locking i.e. Using ADO.NET dataset, SQL Server Timestamp check and old / new value check.
SQL Locks for Data Integrity in Concurrent Environments
5/14/2024 8:24:44 AM.
Understanding SQL Locks: Ensuring Data Integrity in Concurrent Environments
SQL Concurrency: Maintaining Data Integrity in Concurrent Environments
5/14/2024 7:07:02 AM.
Concurrency in databases enables multiple users or processes to access and modify data concurrently, enhancing performance. SQL concurrency ensures data consistency and integrity through locking mecha
Solana's Top Explorers: Navigating the Blockchain Landscape
5/10/2024 8:14:35 AM.
Discover Solana's top explorers in the blockchain landscape! Dive into the innovative world of decentralized applications (DApps), digital assets, and DeFi. Explore Solana's scalability and in
A Guide to Secure Your Assets on Decentralized Exchanges (Dex)
5/8/2024 11:26:57 AM.
Decentralized exchanges (DEXs) revolutionize cryptocurrency trading, enabling peer-to-peer transactions without intermediaries. Using smart contracts and blockchain technology, DEXs offer transparency
Top Wallets for Securely Managing Your Solana Assets
5/8/2024 9:15:54 AM.
In this article, we will explore the crypto wallets that support the Solana blockchain. This article explores the best wallets tailored for Solana tokens, aiding users in making informed decisions for
The Role Of Blockchain As A Service In The Tech Industry
5/7/2024 11:29:45 AM.
Blockchain as a Service (BaaS) revolutionizes tech by offering scalable, secure, and transparent solutions. It enhances industries like finance, healthcare, and supply chain with decentralized data ma
Top Innovative Blockchain Trends to Watch in 2024
5/3/2024 11:30:04 AM.
In this blog, we will look at the key blockchain trends in 2024 and beyond. We will also look into how they influence businesses and how they help sectors change, particularly as we approach a new pha
Thread- Local Storage of Data in .NET
5/1/2024 11:07:55 AM.
Suppose you're writing a multi-threaded application and you want each thread to have its own copy of some data. You also want this data to persist throughout the lifetime of the thread.
Introduction to Task-Based Asynchronous Pattern in C# 4.5: Part I
5/1/2024 11:07:16 AM.
Discover the fundamentals of Task-Based Asynchronous Pattern in C# 4.5: Part I. Explore asynchronous programming, concurrency, and the await keyword for efficient parallel computing in .NET Framework
6 Ways of Doing Locking in .NET (Pessimistic and Optimistic)
4/30/2024 9:44:21 AM.
This article talks about 6 ways of doing locking in .NET. It starts with concurrency problems and then discusses about 3 ways of doing optimistic locking.
How To Design A Cryptocurrency With Stablecoins
4/30/2024 9:23:33 AM.
Explore the intricate process of designing a cryptocurrency ecosystem with stablecoins. Dive into concepts like blockchain, smart contracts, and monetary policy to create a digital asset that ensures
Best Practices for Threading in .NET C#
4/24/2024 6:26:03 AM.
Threading is a powerful feature in .NET C# that allows developers to execute multiple tasks concurrently. In this article, we'll explore best practices for managed threading in .NET C#, covering t
ConcurrentBag<T> in C#: Thread-Safe Collection Guide
4/23/2024 8:49:54 AM.
In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we'll delve into ConcurrentBag<T>, its usage, and provide
ConcurrentBag<T> in C#: Thread-Safe Collection for Concurrency
4/23/2024 5:39:26 AM.
Concurrent programming in C# often involves managing shared data among multiple threads. In this article, we'll delve into what ConcurrentBag<T> is, how it works, and when to use it.
Start With AngularJS: Part 5
4/22/2024 7:41:23 AM.
AngularJS filters transform data for display. They format numbers, dates, and strings, select subsets from arrays, and order arrays. Templates in AngularJS include static ones, defined within script t
What is New in the Swift 5.10?
4/22/2024 5:13:07 AM.
Swift 5.10 focuses on improving concurrency features with stricter data race checks. Swift 5.10 enhances concurrency safety by enforcing data isolation and preventing data races. Actors and tasks ensu
Understanding the Layers of Database Management Systems
4/21/2024 2:29:09 PM.
Unlocking the Power of Three-Tier Architecture: A Comprehensive Guide to Understanding and Implementing Database Management Systems. Dive deep into the layers of presentation, application, and data ma
Top 10 Crypto Market Makers in 2024
4/17/2024 5:25:24 AM.
Here is a list of top crypto market makers. Market-making in the crypto world ensures smooth trading by acting as a bridge between buyers and sellers. Learn about market makers' roles, strategies,
How To Get Localized Number Format Based On Country Using Angular 8
4/8/2024 9:17:00 AM.
I have seen many users get confused about how different countries use different formats to display number format according to their country code. Most of the countries use "dot notation" as
.NET Synchronous vs Asynchronous
4/4/2024 6:39:42 AM.
Synchronous programming in .NET involves sequential execution, blocking the current thread until a task completes. Asynchronous programming, on the other hand, enables non-blocking execution, improvin
The Best Decentralized Apps of 2024
4/3/2024 8:30:18 AM.
Explore the world of decentralized applications (DApps) and their impact on various industries. Learn about the benefits of DApps, including privacy, security, and cost-effective transactions. Discove
Multithreading With .NET
3/29/2024 6:46:05 AM.
Multithreading allows a program to run multiple threads concurrently. This article explains how multithreading works in .NET. This article covers the entire range of threading areas from thread creati
What Are EOAs and How to Create Ethereum Wallets Using C#?
3/22/2024 4:48:38 AM.
Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
Concurrency in Flutter: Exploring the Power of Isolate
2/15/2024 10:30:21 AM.
Learn how to use Isolates in Flutter to do multiple tasks at once. This article will help you to understand and use Isolates to make your Flutter apps run better and faster.
Eager Loading In ASP.NET Core Web API Complete Example
1/22/2024 8:52:34 AM.
In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database cal
ThreadPool in C#: Practical Examples
1/10/2024 5:48:08 AM.
Explore practical examples of using ThreadPool in C# for parallel tasks. Learn how to queue work items, handle synchronization, monitor and manage ThreadPool, and follow best practices for efficient c
Introduction to Multithreading
1/8/2024 10:02:42 AM.
Learn about Multithreading and the difference between using Thread and threadPool. The difference between multithreading and concurrency
Understanding Concurrency in C#
1/3/2024 11:30:24 AM.
This article is an introduction to Concurrency in C# that is going to explain the concept of CPU-bound and I/O-bound operations to understand the world of Concurrency better
Working With Numeric Format Specifiers in C# 10
12/17/2023 8:36:28 AM.
In this article, we will see how to use numeric format specifiers with Console.WriteLine in C# 10.
Concurrency Limiter Middleware
12/7/2023 6:56:44 AM.
Here 4 samples of rate-limiting algorithms included in .NET 7/8.
How Businesses are Utilising Dynamics 365
11/30/2023 10:49:44 AM.
This article explores the numerous impact?of Microsoft Dynamics 365 for companies, highlighting the major features and functionalities that provide them a competitive edge.
Concurrency Control in DBMS
11/26/2023 5:55:32 AM.
A crucial component of database management systems (DBMS) that ensures data integrity and consistency in multi-user situations is concurrency control.
Crypto Token vs Crypto Coin
11/23/2023 4:42:03 AM.
In This article, we will discuss crypto token and crypto coin and their difference. Crypto coins, like Bitcoin (BTC) and Ethereum (ETH), operate on independent blockchains, facilitating secure transac
Difference Between Concurrency and Parallelism in C#
11/9/2023 5:31:39 AM.
The article you provided gives a comprehensive overview of the concepts of concurrency and parallelism and their relevance in C# programming. It highlights the distinctions between the two concepts an
Creating MultiSig Wallet Contract
10/13/2023 5:31:54 AM.
Learn to create secure multi-sig wallet contracts using Solidity, enhancing cryptocurrency protection.
How to Set-up Trezor Hadware Wallet?
10/9/2023 8:54:42 AM.
Secure your cryptocurrencies with Trezor Hardware Wallet - the ultimate shield against cyber threats and unauthorized access.
How to connect Trezor Hardware Wallet with Metamask
10/6/2023 5:53:41 AM.
Enhance your crypto security: Connect Trezor hardware wallet with Metamask for a powerful blend of offline storage and user-friendly access.
How to connect metamask with different blockchain networks?
10/6/2023 5:20:31 AM.
Unlock the full potential of MetaMask! Learn to connect to various blockchain networks and manage your digital assets with ease.
Increase Performance Of LINQ By Parallelism
10/5/2023 7:31:33 AM.
Parallelism solves many problems in the computing world if done in the right way; parallelism is not good if the task is small and needs synchronization of resources, such a scenario would hurt perfor
Best Practices for Trezor Wallet Security
9/27/2023 1:39:59 PM.
Safeguard your digital assets with Trezor Wallet's top security practices. From setup to transactions, navigate the crypto world securely.
Task Parallel Library 101 Using C#
9/25/2023 5:15:32 AM.
Task Parallel Library (TPL) provides a level of abstraction to help us to be more effective as developers/programmers when it comes to parallelism. Knowing at least the basics are beneficial. In that
How to Transfer Tokens using Safe{Wallet}?
9/22/2023 4:03:42 AM.
Explore Safe{Wallet}'s multi-signature security for seamless token transfers. Learn the step-by-step process to manage digital assets securely and efficiently.
Tasks in C# Asynchronous Programming
9/20/2023 10:13:33 AM.
In C#, asynchronous programming allows you to perform non-blocking operations, such as I/O-bound tasks or network calls, without blocking the main thread of execution. This is crucial for maintaining
Handling Concurrency In MVC And EF
9/10/2023 10:29:02 PM.
This article provides a basic idea of how to handle concurrency in the Fluent API.Handling concurrency in an ASP.NET MVC application with Entity Framework (EF) is essential to ensure data consistency
Concurrency in Kotlin
8/17/2023 9:01:29 AM.
This article serves as a valuable source of information and contributes to knowledge dissemination about performing multi-tasking using Kotlin concurrency.
Create a Microsoft Teams Bot using Node JS
7/24/2023 5:51:20 AM.
how to create a chatbot in Microsoft Teams using the Teams Toolkit which could use the basic template from Teams Toolkit, this article focuses on how to run from Microsoft Teams or how to run from Bot
How To Install And Stake With STRAX Wallet
7/19/2023 6:27:57 AM.
This article describes the steps to install and stake from Strax Wallet.
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records
7/19/2023 5:31:57 AM.
This article will help you to resolve the error UpdateCommand affected 0 of the expected 1 records.
Create a Telegram bot using Node JS
7/17/2023 6:24:20 AM.
how to create a chatbot in Telegram which could echo the message we say, this article focuses on how to register a bot in Telegram and create a node project with the environment token key to authentic
Difference Between Meta And Metaverse
5/2/2023 5:37:35 AM.
Facebook's Rebranding As Meta
Securely Set Up Your Algorand Account on Ledger Nano
4/18/2023 12:58:55 PM.
Using this guide you will learn how you can set up an algorand account on the ledger Nano
Bitcoin on the Mac- The Advantages of Embedded Cryptocurrency
4/15/2023 5:10:02 PM.
This article discusses the advantages of using Bitcoin on a Mac. It covers the basics of Bitcoin, the different wallets available for macOS users, and the security and convenience of using a Bitcoin w
How To Set Up Ledger Nano S
4/15/2023 9:04:17 AM.
In this article, I will discuss Ledger Nano S, a cryptocurrency hardware wallet, and how we can set it up.
Microsoft Is Testing A Cryptocurrency Wallet Built Into The Edge Browser
3/29/2023 4:57:55 AM.
Learn about Microsoft Edge's new cryptocurrency wallet. Who has access and how you can use it to safely store your crypto.
How To Perform Transaction Using Stratis Cirrus Core Private Net Wallet
3/22/2023 3:18:18 AM.
This article provides insights into different types of blockchain networks and guides beginners to perform the transaction using Stratis Cirrus Core Private Net Wallet.
Taxation on Digital Asset (Cryptocurrency & NFTs)
2/16/2023 2:30:38 PM.
In this session, you will know about Taxation on Digital assets (Cryptocurrency & NFTs).
Why Banks Are Blocking the Crypto
2/15/2023 3:08:06 PM.
In this session, you will know Why Banks Are Blocking Crypto.
Difference Between Web 3.0 And Metaverse
2/15/2023 10:30:02 AM.
For some tech-savvy individuals, the metaverse is Web3.0, and vice versa!
Handling Concurrency Data Insertion Operations in MySQL
2/1/2023 8:41:12 AM.
This article discusses how to create databases and tables in MySQL. More emphasis is placed on how to get the details of the latest inserted ID and also the usage of appropriate functions in the case
Create A Cryptocurrency From Scratch Using Python
10/26/2022 8:18:27 AM.
Excited to get started with your first cryptocurrency project? Let’s start with something easy. In this tutorial, we’ll use Python programming language as it has powerful libraries to support blockcha
Blockchain, Gaming and MetaVerse
9/18/2022 4:41:22 AM.
Watch this session to learn about Blockchain, Gaming and MetaVerse
Current Markets & What to Expect from Summer
7/8/2022 5:03:47 PM.
Watch this session to learn about Current Markets & what to expect from Summer.
Crypto Investors are Making Millions from NFT, is NFT Hedge against Crypto Market
7/7/2022 12:58:12 AM.
Watch this session to learn about Crypto Investors are Making Millions from NFT, is NFT Hedge against Crypto Market.
The Easiest Way To Give The Gift Of Crypto
7/3/2022 7:23:58 AM.
Watch this session to learn about The Easiest Way To Give The Gift Of Crypto
Minting & The Regulatory Issues of Marketing NFTs Linked to Properties & Assets in the Real World
6/28/2022 12:54:27 PM.
Watch this session to learn about Minting & The Regulatory Issues of Marketing NFTs Linked to Properties & Assets in the Real World.
Social Good & the Global Future of Finance
6/22/2022 5:47:13 PM.
Watch this session to learn about Social Good & the Global Future of Finance
Investment in Blockchain, Crypto, Metaverse or NFT Companies
6/20/2022 1:41:08 PM.
Watch this session to learn about Investment in Blockchain, Crypto, Metaverse, or NFT Companies
Blockchain & Real Estate with RE Tokenization via NFTs & Metaverse Properties
6/19/2022 5:30:06 AM.
Watch this session to learn about Blockchain & Real Estate with RE Tokenization via NFTs & Metaverse Properties