Vildana ŠutainDevOps.devDelegates vs. Func and Action in C#: Are Custom Delegates Still Relevant?If you often use delegates when writing C# code, you may want to consider Func and Action types instead. Keep on reading to learn why…Sep 2
Shubham MateSet Your Local Project for TON Smart ContractsGetting started with smart contract development on the TON blockchain requires setting up a robust local environment. In this guide, we’ll…Aug 31Aug 31
Alan HsuFunC Tutorial — Upgrade Contract (1)In the dynamic world of blockchain technology, the ability to upgrade smart contracts efficiently is crucial to prevent from hacking and…May 201May 201
Mahdi BagheriLet’s create a TODO List smart contractEver wanted to build your own decentralized application? Well, with TON and the FunC programming language, it’s easier than you might…Aug 11Aug 11
Vildana ŠutainDevOps.devDelegates vs. Func and Action in C#: Are Custom Delegates Still Relevant?If you often use delegates when writing C# code, you may want to consider Func and Action types instead. Keep on reading to learn why…Sep 2
Shubham MateSet Your Local Project for TON Smart ContractsGetting started with smart contract development on the TON blockchain requires setting up a robust local environment. In this guide, we’ll…Aug 31
Alan HsuFunC Tutorial — Upgrade Contract (1)In the dynamic world of blockchain technology, the ability to upgrade smart contracts efficiently is crucial to prevent from hacking and…May 201
Mahdi BagheriLet’s create a TODO List smart contractEver wanted to build your own decentralized application? Well, with TON and the FunC programming language, it’s easier than you might…Aug 11
Serhat ZorC# — Action vs FuncActions and Funcs are just delegates in C#. They are pre-defined delegates.Jan 15, 2022
Juan EspañainByteHideWhat is Func Keyword in C#? Main Usages ⭐Ever wonder what makes C# such a versatile and powerful object-oriented programming language? It’s all about its commuting features like…Jun 5
Adil AnsariAction and Func delegates in C#In this article, we are going to discuss Action and Func delegates in C# and how we use them. As we already know, a Delegate in C# is a…Mar 18, 2023