Click here to Skip to main content
15,867,704 members
Everything / .NET / Mono

Mono

Mono

Great Reads

by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
by Lionel LASKE
Learn how to develop an application for the XO laptop - the OLPC project's machine - using Mono on Sugar OS.

Latest Articles

by Steffen Ploetz
Draw text using Cairo from C# with full control over character positioning, linebreaking, etc.
by DaveMathews
Speaker independent speech recognition in Mono and .NET C#
by Jeremy Likness
How to use EF Core and Cosmos DB with Blazor WebAssembly

All Articles

Sort by Updated

Mono 

14 Mar 2021 by Steffen Ploetz
Draw text using Cairo from C# with full control over character positioning, linebreaking, etc.
25 Aug 2020 by DaveMathews
Speaker independent speech recognition in Mono and .NET C#
28 Mar 2020 by Harry Constantinides
C# ComboBox control
25 Mar 2020 by Harry Constantinides
ComboBox control written in C#
24 Mar 2020 by Harry Constantinides
This article presents a custom TimePicker control using a combination of basic GTK widgets.
26 Mar 2019 by Steffen Ploetz
Check OpenGL as a basis for appealing applications, that are not necessarily games.
2 Feb 2019 by Qwertie
No matter how lazy you are
27 Oct 2018 by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
10 Sep 2018 by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
22 Apr 2018 by JohnLeitch
This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language.
31 Jan 2018 by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
17 Jan 2018 by honey the codewitch
Dependency free, fast, lightweight JSON parsing and light query
1 Aug 2017 by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
28 Jun 2017 by John Newcombe
Presents an explanation of Datum transformations with examples shown in C#
24 Mar 2017 by Steffen Ploetz
This article introduces a small tool (much simpler than sandcaste help file builder) to create HTML help for .NET/MONO assemblies and reviews the XAML based approach to create GUI application with the Roma Widget Set XrwXAML.
10 Mar 2017 by Sergey Alexandrovich Kryukov
Generic classes for enumeration-based iteration and array indexing
9 Mar 2017 by Graeme_Grant
A documented journey looking for the fastest solution for generating valid Anagrams for the Weekly Code Project Challenge...
14 Feb 2017 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing the DrawingBrush with offset and tiles.
13 Jan 2017 by Qwertie
With this library,"from x in list select x.Property" returns another list.
10 Jan 2017 by Qwertie
Want to square-root an arbitrary type T in your generic code and multiply it by its natural logarithm? No problem.
10 Dec 2016 by Qwertie
The Lexical Macro Processor transforms your C# code with a LISP-inspired macro system. Nice substitute for T4 templates, with Visual Studio integration and a Linux-compatible editor.
25 Nov 2016 by Daniel Vaughan
A fun Xamarin Forms implementation of the game Sokoban, demonstrating how to port a UWP puzzle game to both Android and iOS while sharing nearly all code across platforms.
26 Sep 2016 by Steffen Ploetz
How to calculate a radial gradient and draw the output on a System.Drawing.Bitmap. And how to use this bitmap as a tile pixmap to fill any path.
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
20 May 2016 by Mr. xieguigang 谢桂纲
Code style guidelines for Microsoft VisualBasic
13 May 2016 by Florian Rappl
The last part discusses attributes, iterators and some more advanced topics.
10 May 2016 by Florian Rappl
The third part discusses events, asynchronous and dynamic types, the TPL, and reflection.
16 Apr 2016 by dsuryd
Building real-time web user interface for Windows service, or self-hosted with cross-platform Mono.
8 Mar 2016 by Qwertie
Well, not literally. Enhanced C# supports pattern matching, ADTs, and tuples, so Plain C# gets all that by transitivity.
5 Mar 2016 by Qwertie
LLLPG, the Loyc LL(k) Parser Generator: now parsing C# itself!
28 Feb 2016 by AlexeyYakovlev
This article describes building an Android game with networking support using C#, Xamarin.Android platform and Zyan Communication Framework.
24 Jan 2016 by Steffen Ploetz
Check OpenGL as a basis for appealing applications, that are not necessarily games.
9 Nov 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article introduces a XAML based Minesweeper game with WPF.
21 Oct 2015 by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of simple widgets.
17 Oct 2015 by maq_rohit
The Seahawk- 12's watch for Android wearable
30 Sep 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article introduces a XAML based 7 segment LCD display utilizing a WPF UserControl.
25 Aug 2015 by thangchung
This article will let you know how can we use JSPM in ASP.NET MVC 6 and Material Design Lite.
24 Aug 2015 by Qwertie
Concerned about regular expressions being unintelligible, repetitive, hard to get right and non-recursive? Read part 5, possibly the most useful part yet!
17 Aug 2015 by Marcos Meli
An easy to use .NET library to read/write strong typed data from files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer, MySql)
16 Aug 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing WPF UserControls.
3 Aug 2015 by Steffen Ploetz
How to draw transparent and gradient output on a X11 window unsing the (low level API) XRender protocol extension for X11.
30 Jun 2015 by Nikhil Awatade
Algorithm for Tree view binding
23 Jun 2015 by Kel_
MyChat: a simple real-time client-server chat using fancy HTML5 features and identicons.
23 Jun 2015 by Kel_
Making an ObservableCollection observable by remote javascript clients.
23 Jun 2015 by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
12 Jun 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with WPF geometry objects (shapes).
31 Mar 2015 by gmarkc
A simple and inexpensive project to control your first IoT device using an Azure service
24 Mar 2015 by Mr. xieguigang 谢桂纲
I want to develop a simple wrapper operation to do the hybrid programming data conversion job automatically. This makes my laboratory scientific research job happy!
23 Mar 2015 by Oleg Shilo
The extremely simple implementation of generic "Extension Properties"
9 Mar 2015 by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of composite widgets.
9 Mar 2015 by Steffen Ploetz
How to get out the maximum from the Roma widget set in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Short introduction of the widgets.
9 Mar 2015 by Steffen Ploetz
How to get out the maximum from the Roma widget in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Basics and description of concepts.
9 Feb 2015 by jfriedman
Walks a developer through the implementation of a standards compliant RtspClient and RtspServer.
2 Feb 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with basic menu, clipboard & validation features.
30 Jan 2015 by Andrew Whiddett
This is an alternative for "WPF: Data Virtualization"
8 Jan 2015 by MaasOne
Download financial data, managing online portfolio or using Search BOSS from Yahoo! with .NET
27 Dec 2014 by David Jeske
A simple open-source scene manager, and WavefrontOBJ file loader in C# and OpenGL (OpenTK). Runs on MacOS, Windows, and Linux.
8 Dec 2014 by daluu
An article on creating and using a web browser (IE only) compatible ink or drawing control using the Microsoft Tablet PC SDK version 1.7. A sample pre-built control is provided for use and demonstration.
26 Nov 2014 by Pascal Ganaye
In this article, I try to highlight some issues in the .NET Framework generic list and how to circumvent them
22 Nov 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing massive data binding with zero code.
13 Nov 2014 by Daniel Vaughan
Learn how to combine T4 and a custom markup extension to share and consume image files between projects.
11 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the MicroZed development board.
9 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux baseline operating system containing Mono for use on a variety of different hardware configurations.
9 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the Raspberry Pi development board.
9 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the Beagleboard C4 development board.
29 Oct 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based ribbon application with the Roma Widget Set (Xrw) in C#
17 Oct 2014 by Alex J Lennon
A refreshed article on how to build the current release of Mono on Windows
16 Oct 2014 by Bruno Sonnino
MonoGame is an open source implementation of the XNA application programming interface (API).
10 Oct 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based dialog application with the Roma Widget Set (Xrw) in C#
7 Oct 2014 by Daniel Vaughan
Using Xamarin Forms platform specific rendering to create a cross-platform application bar.
2 Oct 2014 by Daniel Vaughan
Leverage existing .resx files to localize Windows Phone, Android, and iOS apps in Xamarin.Forms.
26 Sep 2014 by Alvin Ashcraft
Last June, I reviewed the Aspose.Email for .NET component and demonstrated how to work with email messages in PST files or via IMAP. Well, I am back again for a look at another Aspose package. This one is Aspose.Cells for .NET.
21 Sep 2014 by Alexei Shcherbakov
How to make almost universal NuGet 'System.Data.Sqlite' package for .NET and Mono
17 Sep 2014 by Daniel Vaughan
Create a Xamarin Forms tabbed page or carousel page by binding to a collection of ViewModels; extending beyond the current capabilities of Xamarin Forms.
15 Sep 2014 by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review
8 Sep 2014 by Alex J Lennon
A refreshed article on how to build the older releases of Mono on Windows
2 Sep 2014 by Ordisoftware
How to create a generic singleton for .NET.
21 Aug 2014 by Lucas Ontivero
A class library for port forwarding in NAT devices that support Universal Plug and Play (UPNP) and/or Port Mapping Protocol (PMP)
13 Aug 2014 by Qwertie
Creating the AList data structures for my "list trifecta" series must have taken hundreds of hours. The DList is a vastly simpler beast, but in certain cases will boost your insert/remove speed a lot.
13 Aug 2014 by Qwertie
In the netherworld between T[] and List
13 Aug 2014 by Steffen Ploetz
How to get out the maximum from the Roma Widget Set's list and tree widgets in C#.
12 Aug 2014 by Qwertie
SparseAList and some AList benchmarks
22 Jun 2014 by Nathaniel Moschkin
Topics and methods on programming in .NET and performance considerations
4 May 2014 by Shuqian Ying
Service based, multi-application, post ASP.NET 4.0 asynchronous custom membership stores for ASP.NET Identity 2.0 with a hierarchical role system.
29 Apr 2014 by Don Fizachi
A C# implementation of the OTR protocol.
2 Apr 2014 by elw00d123
How to create console app with pseudographics using XAML quickly
27 Mar 2014 by alexandrvslv
Docking windows container, extended listview, extended property editor.
20 Mar 2014 by Lizandro Campbell
Using Visual C# 2008 to establish connection to a MySQL 5.1 database with MySQL Connector/NET 5.1.7
4 Mar 2014 by Shivprasad koirala
25 Feb 2014 by Qwertie
Use the Symbol class for enum-like values that can be extended by other classes.
28 Oct 2013 by TheQult
Implementing a simple message delivery system in C#
6 Oct 2013 by Mr. xieguigang 谢桂纲
Mathematical method of S-system equation to simulate a biochemical network system
24 Sep 2013 by BernhardDieber, Jennifer Simonjan
Ella is a fully distributed publish/subscribe middleware written in pure C# and compatible with Mono, enabling scalability and flexibility for your application.
5 Sep 2013 by Mr. xieguigang 谢桂纲
Easy way to map the table in the mysql database.
5 Sep 2013 by Mr. xieguigang 谢桂纲
Object-oriented evaluator of the mathmatics expression