Latest Mono stories

Mono 2.11.0 is out(tirania.org)

submitted by NoldorinNoldorin(829) 2 months, 1 day ago

Michael de Icaza details the various new features and enhancements that come with the important new 2.11 milestone of the Mono project. This includes largely complete support for the new SGen garbage collector, .NET 4.5 and C# 5.0 support (including partial WinRT support), and a number of other exciting changes. read more...

1 comment |category: |Views: 132

tags: another

Mono in 2011 (tirania.org)

submitted by mcnamaragiomcnamaragio(283) 5 months, 6 days ago

Mono in 2011 This was a very interesting year for Mono, and I wanted to capture some of the major milestones and news from the project as well as sharing a bit of what is coming up for Mono in 2012. read more...

3 comments |category: |Views: 267

tags: another

Using Background Threads in Mono For Android Applications(www.gregshackles.com)

submitted by gshacklesgshackles(156) 1 year ago

When writing applications one thing to always keep in mind is that you should never block the UI thread. This makes for a poor user experience, and on Android you get the dreaded Application Not Responding dialog if there’s no response to user input within a few seconds. Mono For Android exposes many different ways to do asynchronous operations to help avoid this problem. In this article I’ll go over some of the different options you can pick from. read more...

add a comment |category: |Views: 23

tags: another

Static Method Interception in .NET with C# and Mono.Cecil(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

Interested in Mono.Cecil? A very short introduction to a very cool and powerful tool. read more...

add a comment |category: |Views: 402

tags: another

OpenSuse vs. Ubuntu for .Net Developers(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years, 1 month ago

Many .Net developers are playing with Linux on the side because it is free but which Linux should you choose to use if you are a .Net developer? read more...

add a comment |category: |Views: 569

tags: another

Novell’s Mono brings SIMD support to C#(ddj.com)

submitted by mark_csharpcodermark_csharpcoder(135) 3 years, 1 month ago

Parallel programming is not just about multi-threading and multi-core. There’s also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD. From Dr Dobb's Go Parallel blog. read more...

1 comment |category: |Views: 220

tags: another

Getting Mono and Visual Studio to play nice together :: Part 2(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 2 months ago

Chris Cyvas continues his profiles of getting Mono and Visual Studio to play nice together. In a previous post, Chris documented how to get some Mono Project Templates to work with Visual Studio. In this post, Chris creates some Mono Item Templates for use with your Mono Project Templates. read more...

add a comment |category: |Views: 238

tags: another

Develop .NET on MacOS X(nino-net.org)

submitted by ninomninom(95) 3 years, 3 months ago

A small information about .NET Development under Mac OS X with Mono read more...

1 comment |category: |Views: 425

tags: another

Mono 2.0 Released(mono-project.com)

submitted by jpobstjpobst(155) 3 years, 7 months ago

The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. read more...

4 comments |category: |Views: 303

tags: another

Embeddable C# Compiler(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Manuel de Icaza created an embeddable C# compiler for Mono. read more...

3 comments |category: |Views: 305

tags: another

Pash - cross platform PowerShell(igorshare.wordpress.com)

submitted by jessejesse(100) 4 years, 1 month ago

Pash is a portable PowerShell implementation written using pure .Net 2.0. It compiles on VS 2008 as well as on Mono. Provide a rich shell environment for other OSes, as well as a hostable scripting engine for rich applications. The user experience should be seamless for people who are used to PowerShell on Windows. read more...

add a comment |category: |Views: 26

tags: another

Mono, a look forward(tempvariable.blogspot.com)

submitted by w3stfa11w3stfa11(645) 4 years, 2 months ago

A brief look at where Mono is and where's it going. read more...

3 comments |category: |Views: 14

tags: another

.NET Rocks! Miguel de Icaza and Geoff Norton on Mono(dotnetrocks.com)

submitted by w3stfa11w3stfa11(645) 4 years, 3 months ago

Miguel is back to talk Mono with Geoff Norton. Many things have changed since we last talked to Miguel about the Mono project, an open-source port of the .NET Framework that runs on Windows, Linux, and the Mac. The focus is mostly about running .NET apps on the Mac. read more...

add a comment |category: |Views: 5

tags: another

Migrating .NET Applications with Mono(devx.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

For quite some time, it's been possible to move applications from Windows to Linux with the Mono platform. The latest release of Mono has delivered the most feature-complete Windows Forms support to date, and has also added a new VB.NET compiler. read more...

add a comment |category: |Views: 35

tags: another

Support for Visual Basic.net on Mono(tirania.org)

submitted by achh1achh1(245) 5 years, 3 months ago

Mono team announced the support for Visual Basic.net on mono read more...

add a comment |category: |Views: 8

tags: another

Bitsharp - BitTorrent library(mono-project.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

BitSharp is the product of Googles Summer of Code 2006. It is a complete BitTorrent suite of libraries which can be embedded in an application. The suite contains: 1. Client Library - Allows the uploading/downloading of torrents. 2. Tracker Library - Allows the hosting of .torrents. 3. Torrent Creator - Allows the creation and editing of .torrent files. All of these libraries were written with Mono in mind. As a result these libraries will function on any operating system that supports either the Microsoft .NET Framework or Mono Framework, be it Windows, Linux, MacOs or other. read more...

add a comment |category: |Views: 370

tags: another