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 Contract
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 (13)
Akshay Patel (8)
Satya Karki (7)
Lalit Bansal (5)
Vithal Wadje (3)
Sourav Kayal (3)
Sarfaraj Ansari (2)
Ashish Tiwari (2)
Rinki (2)
Mahesh Chand (2)
Divyang Desai (2)
Mahak Gupta (2)
Imran Ghani (2)
Priya Linge (2)
Pramod Thakur (2)
Sunil (2)
Amit Tiwari (2)
Ramesh Kartik (2)
Akhil Mittal (2)
Kautilya Utkarsh (1)
Dileep Singh (1)
Jake Creasy (1)
Govind Khandelwal (1)
Sardar Mudassar Ali Khan (1)
Ayush Gupta (1)
Punar Dutt Rajput (1)
Chunshen Li (1)
Sivaraman Dhamodaran (1)
Guest User (1)
Rohit Gupta (1)
Vineet Desai (1)
Ashish Makhija (1)
Divyansh Gupta (1)
Ganesh Shevate (1)
Allister Beharry (1)
George (1)
Vijay K (1)
Habibur Rony (1)
Ashish Vishwakarma (1)
Amir Ali (1)
Sourabh Mishra (1)
Filza Tariq (1)
Sakthikumar Thanavel (1)
Rahul Bansal (1)
Anupam Singh (1)
Jiteendra Sampathirao (1)
Kailash Chandra Behera (1)
Jasminder Singh (1)
Anand Thakur (1)
Ritesh Modi (1)
Sarathlal Saseendran (1)
Henry He (1)
Dave Williams (1)
Rangesh Sripathi (1)
Related resources for Contract
No resource found
Building on Alchemy: A Guide to Deploying Smart Contracts
9/30/2024 7:19:07 AM.
This guide walks developers through deploying smart contracts on the Polygon network using Alchemy and Hardhat. It covers prerequisites, setting up Alchemy, creating a development environment, writing
What are Smart Contracts in Blockchain ?
7/26/2024 7:17:34 AM.
Smart contracts are self-executing agreements coded into a blockchain. They automatically enforce and execute terms when predefined conditions are met, reducing the need for intermediaries. This ensur
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
Understanding about OpenZeppelin
7/10/2024 6:30:07 PM.
OpenZeppelin is a vital open-source entity in blockchain, offering robust tools for secure smart contract development on Ethereum. It provides libraries for ERC20, ERC721, and ERC1155 standards, empha
Digitial Transformation in Healthcare: The Role of IT Solutions
7/4/2024 4:38:22 AM.
This article explores how IT solutions like AI, blockchain, IoT, and telemedicine are driving digital transformation in healthcare, improving patient care, and enhancing operational efficiency.
Build a Simple Calculator in Solidity
7/3/2024 12:38:35 PM.
Learn how to create a basic calculator using Solidity, the programming language for Ethereum smart contracts. This tutorial covers essential concepts such as function creation, arithmetic operations,
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
Retrying Transactions in Solana
6/14/2024 10:45:38 AM.
Retrying Transactions in Solana can enhance reliability in blockchain operations. Explore strategies for handling network congestion, node failures, and smart contract interactions.
Introduction to Service Oriented Architecture
6/13/2024 8:26:12 AM.
Service Oriented Architecture (SOA) enables scalable, interoperable applications by decoupling services, ensuring they remain independent and self-contained. It uses standards like WSDL for describing
Using String-Based Enums in C#
6/10/2024 8:02:49 AM.
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other data
Blockchain: Transforming Trust and Security in the Digital Age
5/29/2024 4:31:21 AM.
Blockchain initially for cryptocurrencies like Bitcoin, has evolved into a versatile technology impacting various industries. Satoshi Nakamoto's 2008 proposal, blockchain has introduced smart cont
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
How to Develop Programs(Smart Contracts) on Solana Blockchain?
5/6/2024 8:29:30 AM.
In this article, we will learn how to write a smart contract in Rust using the Anchor framework. Smart contracts, deployed on the Solana blockchain, autonomously execute predefined functions triggered
Program, Accounts and Program Driven Addresses(PDA) in Solana
5/3/2024 11:38:30 AM.
In this article, we will learn about Programs, Accounts, and Program Driven Addresses(PDA) in Solana. programs are like the building blocks of decentralized applications.
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
Build A PoC Blockchain Application Using Hyperledger Fabric
3/6/2024 10:25:30 AM.
In this article, we will explore building a Proof of Concept (PoC) blockchain application with Hyperledger Fabric. Learn to develop decentralized solutions, utilize smart contracts, and deploy prototy
All about Solidity Arrays
1/15/2024 11:15:03 AM.
Unlock the world of Solidity arrays in blockchain. From basics to pro tips, your complete guide for mastering this key element in smart contract coding.
What are Solidity Modifiers and How do they boost the security of Smart Contracts?
12/28/2023 5:42:54 AM.
Explore the power of Solidity modifiers! From basic syntax to advanced implementations, learn how these tools enhance security, reusability, and efficiency in smart contract development.
Is it Possible to Deploy a Smart Contract from Another Contract?
12/27/2023 9:28:29 AM.
Explore techniques to deploy smart contracts from other contracts. Learn key methods and security practices for seamless blockchain development.
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.
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 Can You Interact with Smart Contracts Using Safe{Wallet}
10/10/2023 6:40:08 AM.
Learn how to securely manage digital assets with Safe{Wallet}'s user-friendly interface for interacting with smart contracts on the blockchain. #BlockchainSecurity
How Can You Ensure Secure Smart Contract Development?
9/26/2023 4:51:14 AM.
Learn essential Solidity best practices for writing secure, efficient, and reliable smart contracts on the Ethereum blockchain.
How to Use Remix IDE to Create and Deploy Smart Contracts?
9/25/2023 6:06:07 AM.
Smart contracts are self-executing digital agreements on blockchain, automating transactions and ensuring trust without intermediaries.
Why is Smart Contract Auditing Important for Blockchain Security?
9/20/2023 4:52:47 AM.
Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
Interfaces in C#
9/5/2023 5:41:55 AM.
In C#, an interface defines a contract that classes can implement. It serves as a blueprint for a set of methods and properties that a class must provide if it claims to adhere to that interface. Inte
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 Verify Your Smart Contract on PolygonScan?
8/27/2023 2:11:36 AM.
Discover Polygon's world of smart contracts. Verify and publish with PolygonScan for transparent, secure DApps. Boost trust, and open doors to transparency.
Introduction to Solidity
8/25/2023 8:34:13 AM.
It was first mentioned by Gavin Wood and developed by Christian Reitwiessner in 2014. The language is statically typed, meaning that variable types must be declared before they are used. It is also ca
What are Alchemy Compute Units?
8/17/2023 7:58:39 AM.
Compute Units: Alchemy's efficient metric for accurate resource measurement, fair pricing, and optimal application performance.
Smart Contract Deployment Made Easy with Hardhat
8/9/2023 4:51:47 AM.
Learn how to deploy smart contracts on Polygon using Hardhat. Harness the power of scalability and reliability in blockchain development.
Smart Contracts Testing using Mocha.js and Chai.js
8/7/2023 5:26:47 AM.
In this article, we will learn how we can write test cases for solidity smart contracts.
Consumer Driven Contract Testing Using PactNet
7/30/2023 6:29:53 AM.
Get started with writing consumer driven contract tests for .NET core web apis using PactNet to validate api contracts between producers and consumers.
Types of WCF Contract
6/5/2023 9:54:47 AM.
In WCF(Windows Communication Foundation), contracts play an essential role. WCF Contracts can be defined as what the service is for and what action it can perform.
Write Your First Smart Contract On Stratis Blockchain
5/31/2023 8:52:44 AM.
In this article, you will learn how to write your first smart contract on Stratis Blockchain.
Getting Started with AlgoKit
4/17/2023 9:31:01 AM.
In this article, we are going to learn about AlgoKit and its working.
Stratis Smart Contract Development using Visual Studio Code
3/29/2023 11:56:01 AM.
This article elucidates how we can develop s Smart Contract in Visual Code and C# with all the necessary steps and a sample code example. 
How To Develop Smart Contract In .NET 6
2/14/2023 10:35:40 AM.
This article explains the differences between developing a Stratis smart contract in .NET 3.1 and .NET 6 as well as demonstrates how we can write a Smart Contract in .NET 6 Framework with an example c
Getting Started With Smart Contracts In C#
10/27/2022 7:26:55 AM.
In this article, I will explain the development tools and steps required to write your first smart contract in C# and Visual Studio 2017.
Obtain Bytecode And Hash Of Smart Contract On Stratis Blockchain
8/22/2022 5:02:33 AM.
This article provides insights into Smart contract development in C#, contract validation, byte code generation on Stratis Blockchain with an example of HelloWorld Contract.
How To Use Stored Procedure By Getting Database Connection Using DbContext In Repository
7/9/2022 9:30:13 AM.
Sometimes we need to create API/s and perform custom operation with database where we can perform create, insert, update and delete on entity/ties or table/s according to our requirement. Then we can
Solidity For Beginners - Part One
6/21/2022 12:03:20 PM.
Solidity is the programming language used for developing a smart contract over Ethereum blockchain. Here, in this article, we will learn the basics of Solidity and we’ll also write our first smart con
Smart Contracts And Importance Of Determinism On Blockchain
4/20/2022 12:54:26 PM.
This article describes what is Smart Contract, its uses, benefits, determinism, and the importance of determinism on the blockchain.
What Are Smart Contracts?
2/19/2022 1:54:37 PM.
This article is all about smart contracts and why smart contracts are becoming popular.
How To Deploy And Interact With Smart Contract Using Cirrus Core Wallet On Stratis Blockchain
2/17/2022 4:18:38 PM.
This article provides you detailed information how to deploy and call smart contracts using Cirrus Core Private net wallet on Stratis Blockchain.
How C# Language Features Affect Gas Cost In Stratis Smart Contracts
2/14/2022 4:55:39 PM.
Using the Silver static analyzer to investigate how newer C# syntax like string interpolation and object initializers affects the gas costs of Stratis smart contracts compared to older syntax.
Implementing Smart Contract in ASP.NET Application
11/30/2021 10:27:05 AM.
This article describes how to implement and call smart contracts from .NET applications. The article elucidates and provides guides to the developers to make blockchain-based applications by implement
Build Voting Smart Contract On Stratis Blockchain
8/25/2021 4:43:54 AM.
In this article, you will learn to build a Voting Smart Contract on Stratis Blockchain
WCF (2), Contracts In Various Types
4/28/2021 8:59:13 AM.
In this article, you will learn how to describe WCF Contracts in Various Types.
Implementation Of Cryptocurrency Using Smart Contract
4/24/2021 5:18:50 AM.
In this article, you will learn about the Implementation of Cryptocurrency using Smart contracts.
Implementation Of XML Serialization And Data Contract Serialization Utility In .NET
11/24/2020 2:13:30 AM.
Basic Idea about DeSerializer and Serializer; advantages and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
Create Your First Smart Contract In Ethereum With Ganache And Remix IDE
5/28/2020 11:24:46 PM.
We will set up a private Ethereum blockchain with ganache and will write and deploy smart contract in this, with the simplest way possible.
Fetch Contacts From Android Phone
3/30/2020 12:30:24 AM.
This article shows how to fetch contacts from an Android phone and show them in a ListView.
Multiple Service Contract in WCF
9/30/2019 4:26:35 AM.
This article exlains how to do multiple service contracts in a WCF Service.
How To Deploy And Test Your Smart Contracts On Ropsten TestNet Using Metamask And Remix
9/30/2019 2:29:30 AM.
In this article, you will learn how to deploy and test your Smart Contracts on Ropsten TestNet using Metamask and Remix.
ServiceContractAttribute in WCF
9/30/2019 2:02:02 AM.
In this article, we will discuss the ServiceContractAttribute Class. It indicates the class and interface that defines a service contract in an application.
Data Contract And Known Type In WCF
9/26/2019 3:49:44 AM.
In this article, we will learn about what data contract and known type are in WCF.
Fault Exception Concept in WCF
9/26/2019 3:22:12 AM.
In this article, I will explain the Fault Exception in WCF.
QueryString to Object (Custom Properties)
9/25/2019 12:37:36 AM.
In this article I have described how to handle a QueryString with minimal effort using the features of C#, reflection and generics.
Service Contract in WCF
9/20/2019 5:14:43 AM.
Service contract means the collective mechanisms by which a service’s capabilities and requirements are specified for its consumers.
WCF Service Contracts And Operation Contracts
9/20/2019 5:07:51 AM.
Here, we will learn about Service Contracts and Operation Contracts in WCF.
Basics of WCF
9/20/2019 1:38:18 AM.
In this article, I describe the Windows Communication Foundation and it's basics.
Contracts in WCF Service
9/17/2019 12:35:07 AM.
In this article, we will learn about WCF Service contracts. Learn Service contracts, Data Contracts, Message contracts, Fault Contract. and Operation Contract.
Creating Simple WCF Application Using C# and VS 2012
9/17/2019 12:17:49 AM.
This article provides a detailed introduction to creating a simple WCF Service.
Fault Contract in WCF
9/13/2019 4:15:05 AM.
This article describes how we can handle errors in a WCF service using Fault Contract.
MessageContract in WCF: Part 7
9/12/2019 5:37:18 AM.
In this article, we learn what a MesasgeContract is in WCF and how to implement them.
What a DataContract and DataMember Are in WCF: Part 5
9/12/2019 5:19:15 AM.
In this article, we learn what datacontract and datamember are in WCF.
Using the Fault Contracts (SOAP Faults) in WCF Programming
9/11/2019 5:08:13 AM.
This article describes the usage of SOAP Fault Contracts in WCF programming.
Understand WCF: Part 10: Attributes of DataContract and DataMember
9/11/2019 4:22:55 AM.
In this article, we will see how to add attributes to a Data Contract and Data Member.
Understand WCF: Part 9: Data Contracts in WCF
9/11/2019 4:18:55 AM.
In this article, we will understand about Data Contracts in WCF application.
Understand WCF: Part 4: What is Address, Binding, and Contract
9/11/2019 3:37:57 AM.
In this article, we will understand little more theory of WCF application. Learn What is WCF binding, What is WCF contract.
Fault Exception and Fault Contract in WCF Services
9/10/2019 1:29:46 AM.
Here, you will learn about the basic concepts of WCF fault exceptions and fault contracts.
Data Contract in WCF
9/10/2019 12:03:39 AM.
A data contract is a formal agreement between a service and a client that abstractly describes the data to be exchanged.
Introduction To WCF Endpoints
9/9/2019 4:27:10 AM.
In this article we will learn about the endpoints of WCF. WCF provides communication for client applications using Endpoints. Endpoints provide the configuration required for the communication and cre
How to Implement Message Contract in WCF
9/3/2019 4:07:18 AM.
A message contract is used to control the structure of a message body and serialization process. Learn to Implement Message Contract in WCF.
Exception Handling in WCF using Fault Contract
8/29/2019 4:28:12 AM.
This article demonstrates how to get error information from a service to a client using fault contract in WCF.
WCF Programming for Beginners
8/29/2019 2:08:04 AM.
This article provides the basics for programming the WCF Service.
How to Implement Fault Contract in WCF
8/28/2019 3:27:54 AM.
A Fault Contract is a way to handle an error/exception in WCF.
Creating A WCF Service Using ASP.NET And C#
8/28/2019 2:17:16 AM.
in this article, we will learn how to create a WCF Service using ASP.NET and C#
How Do Smart Contracts Work
8/21/2019 8:54:55 AM.
In this article, you will learn how smart contracts work.
WCF - Address, Binding and Contract: Day 10
8/14/2019 4:30:38 AM.
In this article, we will discuss endpoints which consists of Address, Binding and Contract.
WCF Message Contract: Day 9
8/14/2019 4:07:08 AM.
In this article, we will discuss Message Contracts. We will also discuss MessageContractAttriubtes, MessageHeaderAttriubtes, MessageBodyMemberAttriubtes and a sample code demonstration.
WCF Opt-In Vs. Opt-Out: Day 8
8/14/2019 3:54:33 AM.
In this article we will discuss two different approaches i.e. Opt-In and Opt-Out used by DataContractSerializer and XMLSerializer. We will also see the difference between DataContractSerializer and XM
WCF Serialization Part 2: Day 7
8/14/2019 3:43:56 AM.
In this article, we create an application, in this application we use a DataContractSerializer to serialize and deserialize data. We also see how we can use SvcUtil.exe
WCF Serialization Part 1: Day 6
8/14/2019 3:19:21 AM.
In this article, we will discuss serialization in WCF. Default serializer in WCF and different kinds of serializers WCF supports.
WCF - Data Contract - Day 4
8/14/2019 2:24:24 AM.
This article explains about DataContract, DataContractAttribute and DataMemberAttribute. It also explains the properties of DataContractAttribute and DataMemberAttribute.
WCF Fault Contracts - Day 2
8/14/2019 1:43:46 AM.
This article explains fault contracts in Windows Communication Foundation. It also explains the difference between faults & exceptions and provides sample code for implementing fault contracts.
WCF Introduction and Contracts - Day 1
8/14/2019 1:34:12 AM.
This article demonstrates how to create a WCF service application. This article also covers basic information of all the contracts and a code demonstration.
Evolution Of Crypto Markets - Role Of IEOs And Futures Contracts
7/8/2019 8:50:59 AM.
In this article, you will learn about the role of IEOs and Futures Contracts.
Write, Test, and Deploy Smart Contracts In Azure Using VS Code
5/6/2019 12:07:15 PM.
In this Channel9 video, learn how to write blockchain smart contracts using VS Code and test and deploy on Azure Blockchain Service.
Introduction To Blockchain, Ethereum And Smart Contracts
1/27/2019 12:40:00 AM.
This decade has already witnessed an extraordinary evolution in the technology and computing ecosystem. Technology innovation and its impact is already running very high. From IoT to Artificial Intell
Enable SOAP And REST On Same WCF Service And Contract
12/7/2018 10:17:40 AM.
In this post, we will see both SOAP and REST enabled in same WCF service using same contract. People may think, WCF is an outdated technology after Web API became so popular. But I feel, we can still
WCF FAQs: Part 1
11/29/2018 4:49:50 AM.
This article is a collection of the most frequently asked questions about Windows Communication Foundation at the beginner level. What are the Endpoints in WCF, difference between WCF and ASMX Web ser
Service Contract in WCF
9/4/2018 5:14:58 AM.
This article explains Service Contracts in WCF. The Service Contract and the Operation Contract attributes are the foremost attributes to make the service method as accessible to the outside world.
Data Contracts In WCF
9/4/2018 2:24:01 AM.
This article explains Data Contracts In WCF. Data Contract is an agreement between the client and server about the structure of data being exchanged.
Blockchain Basics - Smart Contracts In Blockchain
7/22/2018 10:29:52 AM.
Blockchain has got a lot of attention recent years because it provides a security, trust, low cost solution to deal with transactions and data management. Because that, smart contract become possible.
Blockchain Development - Programming Smart Contracts Using Solidity, Truffle And Test RPC - Part Two
6/27/2018 1:38:59 AM.
In my last article on Blockchain Development, we learned about setting up the development environment before we start coding or developing our first smart contract. We installed necessary packages and
Blockchain Development - Setting Up Development Environment For Smart Contracts - Part One
6/13/2018 5:42:23 AM.
In my last article on Blockchain, we learned about setting up Ethereum Blockchain on Microsoft Azure using Consortium leader. Time for some development now. Before we move on o Smart contracts and the
What Smart Contracts Are In Blockchain
3/30/2018 10:08:24 PM.
A smart contract is a computer protocol intended to digitally facilitate, verify, or enforce the negotiation or performance of a contract. Smart contracts allow the performance of credible transaction
Hello World Smart Contract - Ethereum BlockChain
1/11/2018 6:12:21 PM.
In this article, a "Hello World" smart contract in Ethereum blockchain is deployed to Rinkbey test network.