mono

  1. S

    Linux Framebuffer, 16-bit support for dotnet devs

    We continue to build bridges between .net developers and Linux. In the latest release we bring Framebuffer DPI scaling and the 16-bit mode support found in Raspberry Pi boards. https://platform.uno/blog/uno-platform-4-5-uno-islands-4-new-controls-linux-framebuffer-and-much-more/ You can see...
  2. blackneos940

    Having Issues With C# Code Compiling: It Says Unexpected Symbol

    Hey guys! :3 I'm back! :) And yes, I'm healthy, and have not fallen ill.... Though as for my mind, well.... But never mind all that. :D So I've been writing a Program in C#, and it won't Compile, with either mcs or Online. :( First, the Code: // This Program is released under the 2-Clause BSD...
  3. blackneos940

    Having Trouble Understanding When To Call Classes In C# With Mono and .NET...

    So anywho, this post pertains to Linux, but also to any OS that can run Mono or .NET Framework. It's a basic C# Program I got from a YouTube video teaching C#. :) First, the Code... using static System.Console; namespace Classes { class Animal { //Class Constructors public...
Top