- Home
- Help and Support
- Support Forum
- IO Pi and IO Pi Plus
- C# for raspbian
C# for raspbian
1496 Views - Created 19/05/2020
19/05/2020
Posted by:
Slofware
I now wanne use a bit of the same C# program in raspbian for the raspberry pi 4 but then I can't then I can find a the using as there are .net things as I think.
How can I make a C# program for Raspbian and use the libary?
There are instructions on the Microsoft GitHub repository for using .net core on the Raspberry Pi, you can find it at https://github.com/dotnet/core/blob/master/samples/RaspberryPiInstructions.md
We have a .net core library and demos for our Raspberry Pi boards on our GitHub repository at https://github.com/abelectronicsuk/ABElectronics_dotNetCore_Libraries
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view, download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.
Formatting your Forum Post
This forum uses BBCode, short for Bulletin Board Code, which is a lightweight markup language used primarily in online forums and message boards to format and structure posts. It provides a simple way for users to add formatting and styling to their text without requiring knowledge of HTML or other complex programming languages. With BBCode, users can enhance their messages by applying formatting tags such as bold or italic. Additionally, BBCode allows users to insert images, create clickable links, quote other users, and more.
Type | Syntax | Purpose |
---|---|---|
Bold | [b]{text}[/b] | Makes {text} bold |
Italic | [i]{text}[/i] | Makes {text} italic |
Quote | [quote]{text}[/quote] | Creates a quotation box saying {text} |
Image | [img]{url}[/img] | Shows the image indicated by {url} |
Link | [url]{url}[/url] | Makes a link to {url} |