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 Tokens
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shubhankar Banerjee (6)
Ajay Kumar (5)
Ashish Tiwari (2)
Dileep Singh (2)
Sardar Mudassar Ali Khan (2)
Punar Dutt Rajput (2)
Anupam Maiti (2)
Sarathlal Saseendran (2)
Jay Krishnareddy (2)
Vijai Anand Ramalingam (1)
Shilpa Tanwar (1)
Sarfaraj Ansari (1)
Ayush Gupta (1)
Rinki (1)
Nimit Joshi (1)
Mudita Rathore (1)
Jitendra Mesavaniya (1)
Amit Mohanty (1)
Praveen Sreeram (1)
Simran Verma (1)
Muhammad Asif (1)
Subarta Ray (1)
Ashutosh Singh (1)
Khoday Akilesh (1)
Swesh S (1)
Bhawesh Deepak (1)
Arindam Dawn (1)
George Papadopoulos (1)
Goker Akce (1)
Ramasagar Pulidindi (1)
Daniel Gomez (1)
Mahesh Chand (1)
Sakhile Msibi (1)
Sriganapathi S (1)
Ashish Bhatnagar (1)
Menaka Priyadharshini B (1)
Dipa Mehta (1)
Sergii Grybniak (1)
Deepak Garg (1)
Vivek Kumar (1)
Saravanan Ponnusamy (1)
Prashant Bansal (1)
Jignesh Trivedi (1)
Nicholas Christopher (1)
Related resources for Tokens
No resource found
Build Image Description Service with Amazon Bedrock and .NET App
8/7/2024 6:15:47 AM.
Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
How to Implement Email Verification in Next.js?
8/2/2024 6:12:03 AM.
Email verification is a crucial step in user registration processes, ensuring that users provide valid email addresses and confirming their identity. This guide demonstrates how to implement email ver
NFT : The Non-Fungible Tokens
7/23/2024 4:58:29 AM.
NFTs (Non-Fungible Tokens) are unique digital assets on blockchain, representing ownership and authenticity. They are used in digital art, gaming, virtual real estate, music, and more, providing new m
Understanding JSON Web Tokens (JWT)
7/17/2024 12:44:36 AM.
JSON Web Tokens (JWT) are a popular method for securely transmitting information between parties as a JSON object. This article explores the fundamentals of JWT, including its structure, encoding, and
Blockchain Networks: Mainnet and Testnet Overview
7/10/2024 6:30:53 PM.
Blockchain technology, featuring mainnets and testnets, underpins cryptocurrencies like Bitcoin and Ethereum. Mainnets handle real transactions and dApp interactions, while testnets offer a risk-free
All About NFTs Profits and Losses in Blockchain Technology
7/3/2024 7:55:25 AM.
NFTs (Non-Fungible Tokens) are unique digital assets verified using blockchain technology. Unlike cryptocurrencies, NFTs cannot be exchanged on a like-for-like basis. They are used for digital art, co
What is Tokens & Crypto Currencies? Its Future Scope in Market & MNCs
7/2/2024 5:13:42 AM.
Cryptocurrency and tokens represent a revolutionary shift in the financial landscape, blending technology and finance to create a new paradigm of value exchange. At their core, cryptocurrencies are di
Everything About NFTs: Creation to Investment Guide
7/1/2024 6:36:48 AM.
Explore NFTs (Non-Fungible Tokens), unique digital assets authenticated by blockchain, enabling ownership of art, music, and more. Discover their role in digital markets, from creation to trading, and
Preventing CSRF Attacks in an ASP.NET Core MVC
6/13/2024 7:37:52 AM.
Cross-Site Request Forgery (CSRF) is a type of attack that can force a user's browser to send unwanted requests to a web application on which the user is authenticated, potentially leading to unin
Understanding Single Sign-On with Gmail for Third-Party Sites
5/31/2024 6:32:39 AM.
Single Sign-On (SSO) with Gmail allows users to access third-party sites using their Google credentials. Implemented via OAuth 2.0 and OpenID Connect, it simplifies the login process, enhances securit
Navigate NFTs Minting, Access & Exploring with CLI Tools SPL
5/30/2024 5:59:06 AM.
Explore NFTs seamlessly through CLI tools and SPL, from minting to accessing and delving into their metadata. Navigate the world of digital assets with efficiency and ease, leveraging blockchain techn
Exploring Tokens: Standards and Types in Solana
5/21/2024 4:07:14 AM.
In this article, we will explore the Tokens in the Solana ecosystem. Tokens are essential in Solana's ecosystem, facilitating value exchange and decentralized applications (dApps). They represent
Create and Manage Tokens on the Solana Blockchain Using CLI
5/16/2024 7:27:20 AM.
In this article, we will learn about how to create and manage tokens on the Solana blockchain Using CLI. Solana, a high-performance blockchain, offers fast transactions and low costs, making it popula
Introducing Claims Based Identity With OWIN Components
5/6/2024 11:20:48 AM.
Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web applicati
Session Management In ASP.NET Web API
5/1/2024 5:42:33 AM.
Session Management in ASP.NET Web API involves handling user sessions, state, and security. It encompasses implementing authentication, authorization, and token-based security to manage user sessions
CancellationToken in ASP.NET Core
4/19/2024 5:43:27 AM.
CancellationToken in ASP.NET Core provides a powerful mechanism for achieving this goal. In this article, we will delve into the concept of CancellationToken, its usage, and practical examples to illu
Token Based Authentication using Web API 2, Owin, and Identity
4/15/2024 11:45:24 AM.
Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
Enhance Azure DevOps: Manage Environments with Replace Tokens
3/28/2024 5:08:28 AM.
In this article, we are going to learn how to change the values that are specific for each environment using an Azure DevOps extension called Replace Tokens.
Angular HTTP Interceptors: Sending Tokens with Every Request
3/24/2024 6:55:14 PM.
In modern web applications, authentication plays a crucial role in securing resources and ensuring that only authorized users can access certain parts of the application. One common way to handle auth
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
3/15/2024 5:47:48 AM.
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens
3/1/2024 9:53:46 AM.
This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the
Understanding Workflow Of OAuth2.0 Authorization Grant Types
2/16/2024 6:28:57 AM.
In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for securing API access.
TaskCompletionSource and CancellationTokenSource in .NET
1/23/2024 6:19:00 AM.
Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and buildi
Implementing JWT Refresh Tokens in .NET 8.0
12/26/2023 8:27:48 AM.
Secure web development involves maintaining user sessions beyond JSON Web Token (JWT) expiration. Learn to implement JWT refresh tokens in .NET 8.0, covering authentication, token generation, and refr
API Keys vs Tokens
12/12/2023 4:41:31 AM.
In the realm of APIs, API keys and tokens serve distinct roles. API keys authenticate requests with simplicity, while tokens, like JWTs, offer enhanced security and access control. This article elucid
NFT Tokens: Revolutionizing Industries and Creation Frameworks
12/1/2023 4:43:42 AM.
Discover the transformative power of Non-Fungible Tokens (NFTs). Explore their applications in art, gaming, real estate, and more. Dive into prominent NFT creation frameworks like OpenZeppelin, Hardha
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
11/17/2023 5:23:52 AM.
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
What are Non Fungible Tokens? How to create NFTs?
11/17/2023 4:50:46 AM.
Unlock the world of NFTs! This guide walks you through creating unique digital assets step-by-step.
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
9/22/2023 7:21:46 AM.
In this post, we will see how to create JWT authentication in ASP.NET Core Web API application. We will store the user credentials in SQL server database. We will use Entity framework code first appro
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.
How to Use Key Vault in Azure?
9/21/2023 10:21:18 AM.
I've noticed that you've pasted a detailed set of instructions on how to create an Azure Key Vault and manage secrets within it. Is there anything specific you would like to discuss or ask abo
Unlocking the Future: Azure OpenAI Services
9/11/2023 4:31:17 AM.
To understand what is Azure OpenAI services, what are the models available, how the models are classified and the key terminologies in and around related to Azure OpenAI. The difference between Azure
Governance Tokens vs Utility Tokens
9/4/2023 3:38:17 PM.
Explore the world of blockchain tokens! Discover the differences between governance and utility tokens in decentralized ecosystems.
How to create Pausable ERC20 Tokens?
8/30/2023 9:05:46 AM.
Pausable ERC-20 tokens bolster security, compliance, and user trust by enabling temporary halts in transactions.
JWT Authentication in ASP.NET Core
8/7/2023 8:33:18 AM.
JWT (JSON Web Token) authentication has become a popular method for securing APIs and web applications due to its simplicity, statelessness, and versatility. In this article, we'll explore how to
What are governance tokens and how do they work in DeFi?
8/1/2023 9:11:40 AM.
Explore the transformative role of governance tokens in DeFi: influencing decisions, empowering communities, and shaping finance's future.
What are Fungible Tokens? How to Create Fungible Tokens on Polygon?
7/28/2023 1:51:39 AM.
Discover the world of tokens in blockchain! Learn about fungible tokens, their importance, types, and how to create/manage them on the Polygon blockchain.
Understanding Angular Injection Tokens
6/20/2023 6:53:30 AM.
Angular's dependency injection (DI) system manages dependencies in a modular, scalable manner. Injection Tokens are unique identifiers used by the system to resolve dependencies flexibly. They ena
Create JSON Web Tokens For Development And Testing
4/28/2023 6:44:12 AM.
Developing and testing an API that requires authentication through a JSON Web Token can be challenging. Use the dotnet-devjwt tool to generate custom tokens for testing your endpoints locally
How to Use Change Tokens In .NET 7
2/9/2023 5:27:52 PM.
Have you ever heard of or used the change tokens before? Basically, it helps us to track state changes (thatโs it!).
Using Change Tokens In .NET 7
1/5/2023 9:00:02 AM.
In this article, you will learn how to use change tokens in .NET 7.
Sitecore Tokens For Standard Values
9/27/2022 10:35:12 AM.
How to add automatic generation of field values and the different tokens you can use in a general way.
JWT Authentication With Refresh Tokens In .NET 6.0
2/7/2022 4:07:00 PM.
In this post, we will see how to use refresh token with JWT authentication to secure .NET 6.0 applications.
How To Buy NFT Tokens
1/26/2022 2:58:18 PM.
In this article, you will learn how to buy NFT Tokens.
Generate SAS Token For Azure Blob Storage Using Managed Identity
10/30/2021 5:25:31 AM.
This article demonstrates how to generate user delegation shared access signature (SAS) tokens for an Azure Blob.
Build A ToDo List Application Using .NET 5.0 Web API And Microsoft SQL Server
9/17/2021 2:06:03 PM.
The article shows how to build a ToDo list application using .Net 5 Web API, Jwt authentication and AspNetCore Identity.
Create And Validate JWT Token In .NET 5.0
7/13/2021 3:03:18 PM.
In this article, you will learn how to create and validate JWT tokens in .Net 5.0.
Python Basic Concepts ๐
6/8/2021 2:27:08 PM.
In this article, you will learn about Python Basic Concepts.
๐ Node.js API Authentication With JSON Web Tokens
3/11/2021 2:31:56 AM.
In this article, we are going to learn about setting up the Authentication using JWT.
Java Standard Tag Library (JSTL)
10/2/2020 9:24:34 AM.
The JSP Standard Tag Library (JSTL) is a new component being offered in Java Server Pages(JSP) programming. The customs tags enable the users to reuse valuable components.
Authentication And Authorization Using JSON Web Tokens In .NET CORE 3.1
5/21/2020 8:25:23 PM.
In this article, we will discuss authentication and authorization using JSON web Tokens in.NET core 3.1.
Python Tokens Explained
2/12/2020 1:33:06 AM.
In my previous article, we covered how to declare variables in Python Editor Jupyter. Now, we will continue with more features and learn the concept of object-oriented programming in Python. In this a
Implementing Support for ERC20 Tokens in Plasma Cash Using the Example of Custom Tokens
1/20/2020 9:00:33 PM.
Find out how to implement support for ERC20 tokens in Plasma Cash, while not making changes to the ERC20 smart contract.
Demystifying SAS Tokens - Basics
3/29/2019 4:48:27 PM.
In this article, I will be covering the basics of SAS tokens - why they are required and how to delegate access to resources within the storage account to external clients.
Understanding JSON Web Tokens (JWT)
1/9/2019 2:31:40 AM.
In this article, we are going to understand about JSON Web Token which is known as JWT.
Canceling Long Running Task Using Cancellationtokensource In .NET
7/17/2018 10:20:12 AM.
In this article, we will learn How to cancel or interrupt the Long Running Task using a Cancellationtokensource method in .NET 4.0.
SharePoint URL Tokens
5/30/2017 12:49:48 PM.
In this article we will see useful SharePoint URL tokens that can be used while working with SharePoint Apps.
AngularJS: Enable OWIN Refresh Tokens Using ASP.NET Web API 2
10/5/2015 2:56:06 PM.
In this post, I will explain how can we alive the token long time using refresh token flow.
An XML-RPC Package for .NET
9/29/2012 6:49:59 AM.
This package provides a simple XML-RPC client and server for C# applications. It's pure C#, using .Net for networking and XML functionality.