create account

Introducing Hive libraries for Microsoft .NET by arcange

View this thread on: hive.blogpeakd.comecency.com
· @arcange · (edited)
$65.18
Introducing Hive libraries for Microsoft .NET
![](https://i.imgur.com/uBDjiIT.png)

Today I want to introduce you to a new Microsoft .NET library for Hive developers.

### Why a .NET library?

While languages like Python or JavaScript have become very popular for web development, there are also developers out there who are unfamiliar with them. Some developers oriented towards Microsoft languages like VB.NET or C # may be frustrated at having to move away from their preferred programming language and tools like Microsoft Visual Studio.

That's why I've created easy-to-use .NET classes, exposing almost all the APIs of hived and cli_wallet, and allowing .NET developers to play with any API node.

The class library is available for both VB.NET and C# languages.

I also provide a "COM library"  (aka .dll) so you will also be able to use it directly in your favorite COM-enabled Windows application like Word or Excel, ... even if you don't have Microsoft Visual Studio to develop and compile applications.

### Code example

The library is really easy to use. Here a simple VB.NET code example that read the information from an account and stream the last 100 blocks from the blockchain:

```
Dim oHC As HttpClient = New HttpClient()
Using oHive As New CHived(oHC,"https://api.hive.blog")
   Debug.Print(ohive.get_config.ToString)
   Debug.Print(ohive.get_account_count.ToString)

   oHive.get_account("arcange")
   Debug.Print(oAccount.ToString)

   Dim oBlock As JObject
   Dim oTrans As JObject
   Dim lLastBlockID As Long 
   
   lLastBlockID = oHive.get_dynamic_global_properties().Item("last_irreversible_block_num")

   For lBlockID As Long = lLastBlockID - 100 To lLastBlockID
      oBlock = ohive.get_block(lBlockID)
      If Not oBlock.Item("transactions") Is Nothing Then
         Debug.Print(String.Format("Block {0} {1} contains {2} transactions",
            oBlock.Item("block_num"),
            oBlock.Item("timestamp").ToObject(Of DateTime),
            oBlock.Item("transactions").Count))
      End If
   Next
End Using
```

Here another example showing how one interacts with its wallet:

```
Dim oHC As HttpClient = New HttpClient()
Using oWallet As New hiveAPI.ChiveWallet(oHC,"http://my.wallet.node")
   If oWallet.is_locked Then
      oWallet.unlock("mysuperwalletpassword")
   End If

   If oWallet.list_my_accounts.Count = 0 Then
      oWallet.import_key("MY_PRIVATE_POST_KEY")
   End If

   For Each oAccount In oWallet.list_my_accounts
      Debug.Print(oAccount.Item("name"))
   Next

   ' Lets vote on a post ...
   oWallet.vote("arcange", "hiveio", "announcing-the-launch-of-hive-blockchain")
   oWallet.lock()
End Using
        
```

### Open source

The libraries are open source and can be found on [GitLab](https://gitlab.syncad.com/hive/hive-net).

If you have any comments or requests, please create an issue on GitLab too. You can also contact me on [Discord](https://discordapp.com/channels/@me/237480770933882881) or [Telegram](https://t.me/the_arcange)

---
<center>

### Check out my apps and services
<a href="/hive/@hive.engage/stay-connected-with-your-hive-audience-and-catch-attention"><img src="https://i.imgur.com/GiNJqlm.png"></a><a href="/@hivebuzz"><img src="https://i.imgur.com/B4UTun2.png"></a><a href="/@hivesql"><img src="https://i.imgur.com/EPN8RW6.png"></a><a href="/hive/@arcange/introducing-hive-account-recovery"><img src="https://i.imgur.com/6TWeW7V.png"></a><a href="/@hive.autoclaim"><img src="https://i.imgur.com/ih2pEOw.png"></a></center>
<center>

### [Vote for me as a witness ![](https://i.imgur.com/2bi4SnT.png)](https://hivesigner.com/sign/account-witness-vote?witness=arcange&approve=1)
šŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 241 others
properties (23)
authorarcange
permlinkmsnet-libraries
categoryhive-139531
json_metadata{"app":"peakd/2020.11.1","format":"markdown","tags":["hive","libraries","developer","tools","hive-139531"],"users":["hive.engage","hivebuzz","hivesql","arcange","hive.autoclaim"],"links":["https://gitlab.syncad.com/hive/hive-net","https://discordapp.com/channels/@me/237480770933882881","https://t.me/the_arcange","/hive/@hive.engage/stay-connected-with-your-hive-audience-and-catch-attention","/@hivebuzz","/@hivesql","/hive/@arcange/introducing-hive-account-recovery","/@hive.autoclaim","https://hivesigner.com/sign/account-witness-vote?witness=arcange&amp;approve=1"],"image":["https://i.imgur.com/uBDjiIT.png","https://i.imgur.com/GiNJqlm.png","https://i.imgur.com/B4UTun2.png","https://i.imgur.com/EPN8RW6.png","https://i.imgur.com/6TWeW7V.png","https://i.imgur.com/ih2pEOw.png","https://i.imgur.com/2bi4SnT.png"]}
created2020-11-19 19:31:42
last_update2020-11-19 21:42:33
depth0
children33
last_payout2020-11-26 19:31:42
cashout_time1969-12-31 23:59:59
total_payout_value32.973 HBD
curator_payout_value32.205 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,618
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,600,946
net_rshares253,714,018,129,327
author_curate_reward""
vote details (305)
@bala41288 ·
Wow that's good news. It's been a while since I stopped coding something in C# and I think I have slowly evolved to other languages. But this will be a great addition to Hive. I can at least suggest this to some of my friends who are still .NET devs. 

Thanks, arcange. 
šŸ‘  
properties (23)
authorbala41288
permlinkre-arcange-qk8l6p
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.11.1"}
created2020-11-23 06:40:03
last_update2020-11-23 06:40:03
depth1
children1
last_payout2020-11-30 06:40:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation1,076,670,223,949,319
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,645,823
net_rshares20,030,549
author_curate_reward""
vote details (1)
@arcange ·
Absolutely, let's leave no one behind. šŸ‘<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-re-arcange-qk8l6p
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-23 19:35:06
last_update2020-11-23 19:35:06
depth2
children0
last_payout2020-11-30 19:35:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,653,752
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p> Hey @arcange, here is a little bit of <code>BEER</code> from @pixresteemer for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-msnet-libraries-20201119t194103z
categoryhive-139531
json_metadata"{"app": "beem/0.23.11"}"
created2020-11-19 19:41:06
last_update2020-11-19 19:41:06
depth1
children0
last_payout2020-11-26 19:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length524
author_reputation24,770,000,307,461
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,601,041
net_rshares0
@bobinson ·
More platforms the better :)
 thank you for this.
šŸ‘  
properties (23)
authorbobinson
permlinkqk36at
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-11-20 08:30:30
last_update2020-11-20 08:30:30
depth1
children1
last_payout2020-11-27 08:30:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation54,873,938,508,858
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,607,396
net_rshares56,250,966,790
author_curate_reward""
vote details (1)
@arcange ·
Yes, another way to make my contribution to expanding our developer base.<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-qk36at
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-20 10:47:03
last_update2020-11-20 10:47:03
depth2
children0
last_payout2020-11-27 10:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,608,567
net_rshares0
@bubke ·
oh waw, cool, cool, that opens up new possibilities!
šŸ‘  
properties (23)
authorbubke
permlinkre-arcange-20201120t191237687z
categoryhive-139531
json_metadata{"tags":["hive","libraries","developer","tools","hive-139531"],"app":"ecency/3.0.9-mobile","format":"markdown+html"}
created2020-11-20 13:42:42
last_update2020-11-20 13:42:42
depth1
children1
last_payout2020-11-27 13:42:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation9,185,747,408,671
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,610,151
net_rshares58,115,710,195
author_curate_reward""
vote details (1)
@arcange ·
Welcome to the world of possibles šŸ˜‰<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-re-arcange-20201120t191237687z
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-21 15:08:00
last_update2020-11-21 15:08:00
depth2
children0
last_payout2020-11-28 15:08:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,623,592
net_rshares0
@davidmuhammad ·
Very interesting, thanks for sharing
properties (22)
authordavidmuhammad
permlinkre-arcange-20201120t6019309z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.9-mobile","format":"markdown+html"}
created2020-11-19 23:00:21
last_update2020-11-19 23:00:21
depth1
children0
last_payout2020-11-26 23:00:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation6,813,184,461,391
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,603,149
net_rshares0
@diem · (edited)
.
properties (22)
authordiem
permlinkqkomkw
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-12-01 22:31:48
last_update2020-12-07 07:11:06
depth1
children0
last_payout2020-12-08 22:31:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation0
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,770,409
net_rshares0
@emrebeyler ·
great work.
šŸ‘  
properties (23)
authoremrebeyler
permlinkqk4bbv
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-11-20 23:16:45
last_update2020-11-20 23:16:45
depth1
children1
last_payout2020-11-27 23:16:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation437,111,488,908,318
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,616,383
net_rshares58,094,059,156
author_curate_reward""
vote details (1)
@arcange ·
Thank you<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-qk4bbv
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-21 15:09:33
last_update2020-11-21 15:09:33
depth2
children0
last_payout2020-11-28 15:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,623,608
net_rshares0
@eturnerx ·
Oh! the possibilities for making ALL of TEH sPreadsheets ;) Very cool.
properties (22)
authoreturnerx
permlinkre-arcange-qk4x0v
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.11.1"}
created2020-11-21 07:05:18
last_update2020-11-21 07:05:18
depth1
children0
last_payout2020-11-28 07:05:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation98,081,729,434,788
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,619,467
net_rshares0
@hashkings ·
This is great, thank you very much for getting this ported over to Hive!
properties (22)
authorhashkings
permlinkre-arcange-qk34pl
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.11.1"}
created2020-11-20 07:56:12
last_update2020-11-20 07:56:12
depth1
children1
last_payout2020-11-27 07:56:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation53,459,138,035,667
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,607,105
net_rshares0
@arcange ·
Thank you @hashkings<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
šŸ‘  
properties (23)
authorarcange
permlinkre-re-arcange-qk34pl
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-20 10:43:00
last_update2020-11-20 10:43:00
depth2
children0
last_payout2020-11-27 10:43:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,608,524
net_rshares15,327,270,679
author_curate_reward""
vote details (1)
@hivebuzz ·
Congratulations @arcange! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Your post got the highest payout of the day</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@arcange) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/update-202011"><img src="https://images.hive.blog/64x128/https://i.imgur.com/C5NcoUe.png"></a></td><td><a href="/hivebuzz/@hivebuzz/update-202011">Project Activity Update</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-arcange-20201120t004332000z
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2020-11-20 00:43:30
last_update2020-11-20 00:43:30
depth1
children0
last_payout2020-11-27 00:43:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length861
author_reputation368,210,503,199,206
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,604,113
net_rshares0
@imfarhad ·
this is very interesting. I will surely have a look at it. thanks you.
properties (22)
authorimfarhad
permlinkre-arcange-20201119t213854814z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","libraries","developer","tools"],"app":"ecency/3.0.9-surfer","format":"markdown+html"}
created2020-11-19 21:38:54
last_update2020-11-19 21:38:54
depth1
children0
last_payout2020-11-26 21:38:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation203,899,390,762,661
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,602,328
net_rshares0
@nathanmars ·
Thank you for everything you do for our HIVE
šŸ‘  
properties (23)
authornathanmars
permlinkqk3p4e
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-11-20 15:17:03
last_update2020-11-20 15:17:03
depth1
children1
last_payout2020-11-27 15:17:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation336,354,946,115,368
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,611,107
net_rshares58,106,572,537
author_curate_reward""
vote details (1)
@arcange ·
$0.03
Thank you @nathanmars<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
šŸ‘  
properties (23)
authorarcange
permlinkre-qk3p4e
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-21 15:08:18
last_update2020-11-21 15:08:18
depth2
children0
last_payout2020-11-28 15:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,623,597
net_rshares208,015,159,928
author_curate_reward""
vote details (1)
@nuraoiiin ·
niiiiice
properties (22)
authornuraoiiin
permlinkqk2joj
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-11-20 00:22:03
last_update2020-11-20 00:22:03
depth1
children0
last_payout2020-11-27 00:22:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation-365,529,218
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries
0.
accounthiveonboard
weight100
1.
accountthreespeak
weight100
2.
accountwehmoen
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,603,924
net_rshares0
@pixresteemer ·
<center>![pixresteemer_incognito_angel_mini.png](https://files.peakd.com/file/peakd-hive/pixresteemer/8h7BBw1w-pixresteemer_incognito_angel_mini.png)</center><center>Bang, I did it again... I just rehived your post!</center><center>Week 32 of my [contest](/hive-179017/@pixresteemer/the-re-hive-contest-results-week-31-and-start-week-32) just started...you can now check the winners of the previous week!</center><center>!BEER</center><center><sub>5</sub></center>
properties (22)
authorpixresteemer
permlink20201119t194051038z
categoryhive-139531
json_metadata{"tags":["pixresteemer"],"app":"pixresteemer"}
created2020-11-19 19:40:51
last_update2020-11-19 19:40:51
depth1
children0
last_payout2020-11-26 19:40:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length464
author_reputation121,064,400,050,443
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,601,037
net_rshares0
@poshbot ·
https://twitter.com/TheArcange/status/1330185439895040002
properties (22)
authorposhbot
permlinkre-msnet-libraries-20201121t162506z
categoryhive-139531
json_metadata"{"app": "beem/0.24.8"}"
created2020-11-21 16:25:06
last_update2020-11-21 16:25:06
depth1
children0
last_payout2020-11-28 16:25:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation5,554,335,374,496
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,624,550
net_rshares0
@seckorama ·
Iā€™m not a programmer but that seems top-notch to me. Otherwise, I don't know if other chains also have libraries for Microsoft.NET which is actually an important framework in the business environment. If they are not blind and short-sighted they should have.
šŸ‘  
properties (23)
authorseckorama
permlinkre-arcange-20201119t21749198z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","libraries","developer","tools"],"app":"ecency/3.0.9-vision","format":"markdown+html"}
created2020-11-19 20:07:30
last_update2020-11-19 20:07:30
depth1
children1
last_payout2020-11-26 20:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length258
author_reputation456,186,139,641,937
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,601,297
net_rshares56,191,478,717
author_curate_reward""
vote details (1)
@arcange ·
> If they are not blind and short-sighted they should have.

Hence why I made this one.
Thank you for your appreciation @seckorama<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-re-arcange-20201119t21749198z
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-20 10:37:18
last_update2020-11-20 10:37:18
depth2
children0
last_payout2020-11-27 10:37:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length224
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,608,475
net_rshares0
@slobberchops ·
$0.11
As a VB.NET hack and slash programmer, this is great news... thanks!
šŸ‘  , ,
properties (23)
authorslobberchops
permlinkre-arcange-qk36aa
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.11.1"}
created2020-11-20 08:30:12
last_update2020-11-20 08:30:12
depth1
children1
last_payout2020-11-27 08:30:12
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.057 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation1,997,295,874,431,442
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,607,393
net_rshares793,257,475,708
author_curate_reward""
vote details (3)
@arcange · (edited)
Glad you like it @slobberchops<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-re-arcange-qk36aa
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.11.1"}
created2020-11-20 10:43:12
last_update2020-11-20 10:43:48
depth2
children0
last_payout2020-11-27 10:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,608,525
net_rshares0
@smokiethebear912 ·
Microsoft?
That's related to the guy trying to vaccinate the entire planet right now, isn't it?
properties (22)
authorsmokiethebear912
permlinkqk395l
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-11-20 09:32:12
last_update2020-11-20 09:32:12
depth1
children1
last_payout2020-11-27 09:32:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation116,230,902,955
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,607,938
net_rshares0
@arcange ·
Is there anything related to my work that you are trying to make me understand with your comment?<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorarcange
permlinkre-qk395l
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-20 10:50:06
last_update2020-11-20 10:50:06
depth2
children0
last_payout2020-11-27 10:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,608,592
net_rshares0
@stefano.massari ·
This is a great work and a good news
properties (22)
authorstefano.massari
permlinkqk4hud
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-11-21 01:37:24
last_update2020-11-21 01:37:24
depth1
children1
last_payout2020-11-28 01:37:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation174,391,169,894,048
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,617,526
net_rshares0
@arcange ·
Thank you @stefano.massari<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
šŸ‘  
properties (23)
authorarcange
permlinkre-qk4hud
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-21 15:09:45
last_update2020-11-21 15:09:45
depth2
children0
last_payout2020-11-28 15:09:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,623,611
net_rshares102,136,177,753
author_curate_reward""
vote details (1)
@tan.app ·
<center>
<sup>Congratulations @arcange, You Earned <b>2.356 TAN</b> & Curators Made <b>1.649 TAN</b>.</sup>

<img src="https://files.peakd.com/file/peakd-hive/theguruasia/DWYqznFx-TANToken70.png" alt="tangent.token">

---
<sup>Join [CORE / VAULT Token Discord Channel](https://discord.gg/XYMrvyr) or Trade [TANGENT Token](https://hive-engine.com/?p=market&t=TAN)</sup>
<sup>[TAN Current Market Price](https://hive-engine.com/?p=market&t=TAN) : <b>0.953 HIVE</b></sup>
</center>
properties (22)
authortan.app
permlink20201123t021251527z
categoryhive-139531
json_metadata{"tags":["tan","tangent"],"app":"tan-bot/1.1","format":"markdown"}
created2020-11-23 02:12:51
last_update2020-11-23 02:12:51
depth1
children0
last_payout2020-11-30 02:12:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length485
author_reputation164,160,871,793
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,643,836
net_rshares0
@theguruasia ·
$0.11
@arcange,
I am a C# developer & due to lack of data & libraries I have moved to JavaScript. Seems I could go back! Very interesting thing. So we could have windows applications that might easy work with our PCs. Highly appreciate this work!
$tangent

Cheers~

 
šŸ‘  , ,
properties (23)
authortheguruasia
permlinkre-arcange-qk2ra0
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.11.1"}
created2020-11-20 03:06:03
last_update2020-11-20 03:06:03
depth1
children2
last_payout2020-11-27 03:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.056 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length261
author_reputation72,528,363,195,996
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,605,138
net_rshares794,461,774,631
author_curate_reward""
vote details (3)
@arcange ·
Thank you @theguruasia<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
šŸ‘  
properties (23)
authorarcange
permlinkre-re-arcange-qk2ra0
categoryhive-139531
json_metadata{"app":"engage"}
created2020-11-20 10:42:42
last_update2020-11-20 10:42:42
depth2
children0
last_payout2020-11-27 10:42:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation1,065,038,926,933,676
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,608,520
net_rshares1,129,471,503
author_curate_reward""
vote details (1)
@tan.bot ·
<center>
<sup>Congratulations, @theguruasia You Successfully Trended The Post Shared By @arcange.</sup>
<sup>You Utilized <b>2/3</b> Daily Summon Bot Calls.</sup>
---
<sup>[TAN Current Market Price](https://hive-engine.com/?p=market&t=TAN) : <b>0.320 HIVE</b></sup>
</center>
properties (22)
authortan.bot
permlink20201120t030613297z
categoryhive-139531
json_metadata{"tags":["tan","tangent"],"app":"tan-bot/1.1","format":"markdown"}
created2020-11-20 03:06:12
last_update2020-11-20 03:06:12
depth2
children0
last_payout2020-11-27 03:06:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation44,172,891,181
root_title"Introducing Hive libraries for Microsoft .NET"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,605,140
net_rshares0