
csharp Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
Code Wars III - Two Sum [ENG-ESP]
Situation: Write a function that takes an array of numbers (integers for the tests) and a target number. It should find two different items in the array that, when
- →
String Manipulation in C#: Part 2
Image Source In my previous tutorial we saw a basic introduction to string and various in-built functions that can be used to perform operation and manipulation
- →
String Manipulation in C#
Image Source In this blog, we gonna see basic introduction to C# and do some operations on those strings. Strings are data type for storing text and manipulating
- →
Introduction to C# and .NET
Image Source C#, also pronounced as C-sharp, is a widely used programming language developed by Microsoft and runs on .NET framework. It was developed in the year
- →
Been working with C# these last few days, Honestly I missed coding!
I've been working on some fun things for my live streams on twitch! Over the past could of days I've been working on adapting and improving a 'pokecatch' system
- →
Code Wars II - Array Helpers - Solving the kata
As we saw in the previous article, in order to solve this exercise, first of all we must declare a non-nested and non-generic class. Let's also remember that the
- →
Code Wars II - Array Helpers - Extension Methods
Kata: Array Helpers - 6 kyu Situation: This kata is designed to test your ability to extend the functionality of built-in classes. In this case, we want you to extend
- →
Codewars I - Pagination Helper
What is Codewars? - ¿Qué es Codewars? Codewars is an educational community for systems programming. On the platform, software developers participate in programming
- →
How can we make music with the C# console? - ¿Cómo podemos hacer música con la consola de C#? [ENG-ESP]
Recently I started reading a book called: "Pro C# 10 with .NET 6. Foundational Principles and Practices in Programming". In it I found an interesting method
- →
.NET w/ C#
Here is a link to a .NET course with C#. Check it out!
- →
Building LutieBot - Borrowing the Idea of Migrations (Part 2)
Part 1 is here. Birds migrating... although this is a different migration here... Photo by Kenrick Mills on Unsplash. After crafting out the data provider, we can
- →
BeeSharp Tutorial Series Part 3
Welcome to our tutorial series, where we aim to explain BeeSharp project setup 101 in a short, comprehensible way. This video series will explain how to set up a
- →
BeeSharp Tutorial Series Part 2
Welcome to our tutorial series, where we aim to explain BeeSharp project setup 101 in a short, comprehensible way. This video series will explain how to set up a
- →
Building LutieBot - Borrowing the Idea of Migrations (Part 1)
totally not because I'm reluctant to write the whole thing in one go. One of the thoughts when building this bot. I originally thought that I would have it somehow
- →
BeeSharp Video Tutorial Series Part 1
Welcome to our tutorial series, where we aim to explain BeeSharp project setup 101 in a short, comprehensible way. This video series will explain how to set up a
- →
Update from NBS
Dear Hive community, Since our last update Post, quite some time has passed. But I hope you are excited to hear that we are still here and, of course, still working
- →
Building a MapleStory Boss Drop Management Discord Bot: Connecting to Discord!
Surprisingly, I didn't abandon the project after 48 hours! Although proceeding from the database last time had proven to be a little bit more painful than I initially
- →
Little Leetcode Adventures 3: Pow(x, n)
Raising numbers to their powers... this has to be mathematics, right? Photo by Thomas T on Unsplash. It's been some time since the last post! I'm actually still
- →
Start Up code for ADFS, OpenID and MS Identity Model Login written in C# for MVC Web App.
Here is the start Up code for ADFS, OpenID and MS Identity Model Login written in C# for MVC Web App. Register the client first on your azure org. Set the IDs on
- →
Announcing BeeSharp - Connecting Hive to Enterprise Applications
In our introduction post, we mentioned working on an extensive C# library for Hive API interactions. We are pleased to announce the first prototype of BeeSharp today!
Leave csharp Tag Posts Index to discover