DotNetShoutout - Stories tagged with Mono
3
Shouts

Introducing C# To Go: a C# Compiler for Android

published 676 days, 6 hours, 11 minutes ago posted by gshacklesgshackles 677 days, 8 hours, 2 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Sunday, July 17, 2011 7:53:40 PM GMT
If you follow me on Twitter (or the #monodroid hashtag), you might have seen some posts from me lately about progress on my new Android app, C# To Go. I’ve been cranking away on it in hopes of getting it to market in time for Monospace, and I’m excited to say that last night I was able to finally publish it! I just wanted to do a quick write-up about the app, what it can do and how it was made. (more)
category: How To | clicked: 56 | comment | | source: www.gregshackles.com
tags: Mono, C#, MonoDroid, Android
2
Shouts

Register Mono / F# executables on Linux - 2#4u (too sharp for you)

published 755 days, 12 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 756 days, 7 hours, 24 minutes ago
Saturday, April 30, 2011 3:12:02 PM GMT Friday, April 29, 2011 8:31:37 PM GMT
It is kind of inconvenient to have to type ‘mono foo.exe’ every time you want to execute a mono executable on Linux. However, Linux offers a kernel module ‘binfmtmisc’ which allows to register customer binary formats and define how they shall be executed. Below is a daemon script for OpenSuSE 11.4 which registers automatically during startup Mono exeutables (derived from /etc/init.d/javabinfmt_misc).... (more)
category: Metro | clicked: 1 | comment | | source: 2sharp4u.wordpress.com
tags: Linux, Mono, F#
5
Shouts

MIX 2011: Mono: State of the Union - Arik Poznanski's Blog

published 769 days, 13 hours, 31 minutes ago posted by arikarik 770 days, 21 hours, 32 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 6:23:53 AM GMT
MIX 2011: Mono: State of the Union This session was delivered by Miguel de Icaza, VP developer Platform, Mono Team, Novell. Miguel started by announcing the coming monospace conference: July 23 – July 25, in Boston, MA. Then Miguel presented the different mono related projects and their status: Mono includes Mono for iPhone (MonoTouch), MonoMac, Mono for Android, MonoDevelop IDE for Mac and Windows, Moonlight 4 (mono based Silverlight) and more. Miguel did thanked Microsoft for the large amounts o... (more)
category: Smart Client | clicked: 4 | comment | | source: blogs.microsoft.co.il
tags: Mono, Microsoft, MIX 2011
2
Shouts

Novell 's .Net App Development on Android using Microsoft's Visual Studio and Mono

published 775 days, 12 hours, 33 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 778 days, 10 hours, 57 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Thursday, April 07, 2011 4:58:22 PM GMT
Yesterday , Novell had released Mono for Android which is one of the first solution for developing Microsoft’s .NET Application for Android platform using Microsoft Visual Studio . Mono is a open source .NET implementation project and with the Mono for Android to its existing Mono development tools , Novell is enabling Microsoft .NET and C# developers using Visual Studio to utilize some common code base to easily crea... (more)
category: UX | clicked: 1 | 2 comments | | source: www.ginktage.com
tags: Mono, C#
9
Shouts

MonoMac 1.0 is out - Miguel de Icaza

published 797 days, 28 minutes ago posted by AlexAlex 798 days, 13 hours, 8 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:47:18 PM GMT
Almost a year ago we started building a set of Mono bindings for building native MacOS X applications. Our original goals were modest: bind enough of AppKit that you could build native desktop applications for OSX using C# or your favorite .NET language. We leveraged a lot of the code that we built for MonoTouch our binding to the CocoaTouch APIs. During the year, the project picked up steam, we got plenty of contributions to MonoMac and grew beyond the original conservative goals... (more)
category: Metro | clicked: 0 | comment | | source: tirania.org
tags: Mono, Mac, MonoMac, Mac OS X, OSX
8
Shouts

Moonlight 4 (Preview) is here - Rudi Grobler in the Cloud

published 823 days, 9 hours, 31 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 827 days, 22 hours, 13 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Thursday, February 17, 2011 5:42:50 AM GMT
Mono project has released a preview of Moonlight 4 (Silverlight 4 support for linux) (more)
category: Metro | clicked: 1 | comment | | source: www.rudigrobler.net
tags: Mono, Silverlight, Silverlight 4, Moonlight 4
6
Shouts

MonoDroid (Part 1): Installation - Rudi Grobler in the Cloud

published 849 days, 8 hours, 34 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 851 days, 20 hours, 31 minutes ago
Wednesday, January 26, 2011 7:22:06 PM GMT Monday, January 24, 2011 7:24:34 AM GMT
A article on how to get started using MonoDroid (more)
category: Smart Client | clicked: 1 | comment | | source: www.rudigrobler.net
tags: Mono, C#, MonoDroid, Android
2
Shouts

Mono for Android beta now open for all

published 870 days, 9 hours, 44 minutes ago posted by mikeukmikeuk 871 days, 12 hours, 54 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Tuesday, January 04, 2011 3:01:19 PM GMT
The Mono for Android or MonoDroid beta is now open for anyone who wants to use it and provides a way for any .NET programmer to create Android apps without having to learn Java. This could be the route to phone apps that .NET programmers have been waiting for and it gives them a much more certain market than Windows Phone 7. This said the big problem is that MonDroid, even though it uses open source Mono, is going to be a commercial product. (more)
category: How To | clicked: 2 | comment | | source: www.i-programmer.info
tags: Mono, Android
3
Shouts

Using Inversion of Control in MonoDroid Applications

published 870 days, 9 hours, 44 minutes ago posted by gshacklesgshackles 872 days, 15 hours, 15 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 12:41:13 PM GMT
Just because a mobile application needs to be (or should be, in most cases) small and lightweight doesn’t mean we should set aside best practices like Inversion of Control containers when building our apps. With so many options out there for .NET containers, which ones should we use? In this article I’ll go over some good options I’ve found for using dependency injection in MonoDroid applications. (more)
category: Architecture | clicked: 12 | comment | | source: www.gregshackles.com
tags: Mono, IoC, Inversion of control, Funq, tinyioc, dependency injection, Android
5
Shouts

Mono 2.8 is out - Mono

published 942 days, 15 hours, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 943 days, 4 hours, 7 minutes ago
Monday, October 25, 2010 12:24:46 PM GMT Sunday, October 24, 2010 11:48:32 PM GMT
Mono 2.8 is out We have just released Mono 2.8 a major upgrade to the Mono developer platform. This release contains ten months worth of new features, stability fixes, performance work and bug fixes. The highlights of this release include: C# 4.0Defaults to the 4.0 profile New Generational Garbage CollectorUse mono --gc=sgen or mono-sgen to use Mono with the new GC New Frameworks from Mono MIT X11 and Microsoft MS-PL/Apache2: ASP.NET 4.0 Parallel Framew... (more)
category: How To | clicked: 0 | 1 comment | | source: www.mono-project.com
tags: Mono, MonoDevelop
7
Shouts

Dynamic Filtering and Querying in Your .NET applications - Using Mono’s C

published 967 days, 23 hours, 1 minute ago posted by http://web2trends.blogspot.com/http://web2trends.blogspot.com/ 968 days, 18 hours, 57 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 8:58:16 AM GMT
In my last post, I explained how to host Mono’s C# Compiler As A Service in your .NET applications. In this post, we’ll explore this a bit further, and see how to leverage Mono’s compiler as a service for implementing some dynamic querying features in your .NET applications. Read my first post How To Host Mono’s C# Compiler as a Service in your .NET Application if you missed it. Now, let us explore some more points about using Mono’s C# Compiler as a Service in general, and the ‘Evaluator’ class in par... (more)
category: How To | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: Mono, .NET, C#
3
Shouts

MonoDroid - .NET for Android

published 1027 days, 13 hours, 23 minutes ago posted by mikeukmikeuk 1029 days, 12 hours, 53 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Friday, July 30, 2010 3:02:42 PM GMT
MonoDroid will allow .NET programmers to create apps for the Android platform. Sign up for the beta test now. (more)
category: How To | clicked: 0 | comment | | source: www.i-programmer.info
tags: Mono, Android
9
Shouts

DotNetRocks - Show #568 - Jackson Harper and Chris Hardy on Mono

published 1067 days, 17 hours, 28 minutes ago posted by rajuraju 1069 days, 22 hours, 55 minutes ago
Tuesday, June 22, 2010 10:27:47 AM GMT Sunday, June 20, 2010 5:00:26 AM GMT
Jackson Harper from the Mono team and Chris Hardy, an ASPInsider talk to Carl and Richard about the state of Mono, Moonlight, and Monotouch, which Chris swears is not dead. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: Mono, DotNetRocks, Moonlight, MonoTouch, Talks
6
Shouts

Using Mono Cecil Decompiler within Windbg to decompile « Naveen's Blog

published 1080 days, 16 hours, 46 minutes ago posted by reshmireshmi 1081 days, 13 hours, 41 minutes ago
Wednesday, June 09, 2010 11:09:54 AM GMT Tuesday, June 08, 2010 2:14:15 PM GMT
I have been hacking Mono lately and one of the coolest projects I have seen is the Mono Decompiler. It’s like Reflector but no UI and an API to decompile. Guess what, even reflector is built on top of Mono Cecil.  Most of times when I have to debug I would end up using  !dumpil  sos command to get  the IL  of the method desc.  I am not an IL guru, I am much comfortable reading C# than IL. I could have used reflector to do the same thing, but here are couple of reasons for doing this.I don’t have to open ... (more)
category: Architecture | clicked: 4 | comment | | source: bit.ly
tags: Mono, WinDbg
4
Shouts

Using C# Compiler as a Service in F#, PoshConsole (Powershell)

posted by reshmireshmi 1109 days, 23 hours, 10 minutes ago
Tuesday, May 11, 2010 4:45:29 AM GMT
I saw this amazing video from Anders Hejlsberg on C# as Compiler service and after which, Miguel de lcaza from the Mono posted about their implementation of C# Compiler service. Thanks Miguel .The best part is ,it works out of the box in Windows on the Microsoft .NET code base. So here I am using Mono’s C# compiler code  (Mono.CSharp.dll) within Microsoft .NET Code This is cool because we could use C# more like python. And what if VS.NET can be customized using C# based scripting ,like Lisp for Emacs. ... (more)
category: Architecture | clicked: 2 | comment | | source: bit.ly
tags: Mono, CSharp, FSharp
5
Shouts

DotNetRocks - Show #536 - Weyer and Rammer Program iPhones with MonoTouch

published 1155 days, 15 hours, 22 minutes ago posted by mithumithu 1155 days, 21 hours, 38 minutes ago
Friday, March 26, 2010 12:33:31 PM GMT Friday, March 26, 2010 6:17:54 AM GMT
Christian Weyer and Ingo Rammer from Thinktecture talk with Carl and Richard about programming iPhone applications with MonoTouch, an open source iPhone development tool based on Mono. (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: Mono, DotNetRocks, iPhone, MonoTouch
7
Shouts

Porting an Asp.Net MVC Website to Mono and MySql on Linux Apache

published 1182 days, 14 hours, 50 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1184 days, 13 hours, 54 minutes ago
Saturday, February 27, 2010 1:05:44 PM GMT Thursday, February 25, 2010 2:01:23 PM GMT
The third and final section of this series of porting an ASP.NET MVC application to run on Mono and MySQL. End to end walk through with screen shots. (more)
category: Web Dev | clicked: 4 | comment | | source: www.integratedwebsystems.com
tags: Mono, ASP.NET MVC, mysql
6
Shouts

C# REPL in Silverlight Soon Possible?

published 1184 days, 15 hours, 13 minutes ago posted by nickhnickh 1186 days, 6 hours, 23 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 9:32:57 PM GMT
I was looking over some of the industry news this morning, and spotted this gem from Miguel de Icaza’s blog: We are also porting our C# compiler to work with Microsoft's Reflection.Emit to enable us to run our C# Interactive Shell in Silverlight applications and to allow .NET developers to embed our compiler in their applications to support C# Eval. For those that typically shy away from penguins: Miguel is heavily involved in the Mono project. Mono is a project under the wing of Novell to create an EMC... (more)
category: Metro | clicked: 1 | comment | | source: www.quicklearn.com
tags: Mono, Silverlight, C#, REPL, Compiler
6
Shouts

How to Setup and Configure MySql Membership Provider 6.2.2 – Porting to Mono Part 2 of 3 - Nathan Bridgewater

published 1206 days, 17 hours, 11 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1207 days, 12 hours, 21 minutes ago
Wednesday, February 03, 2010 10:45:04 AM GMT Tuesday, February 02, 2010 3:34:36 PM GMT
As the second part of this series, I’ll look at building an ASP.net MVC website that can use the MySql Membership Provider while running on the Mono platform. (more)
category: Web Dev | clicked: 9 | comment | | source: www.integratedwebsystems.com
tags: Mono, mysql, MVC Framework, C# .NET, ASP.NET
9
Shouts

Installing OpenSuse 11.2 with Mono 2.6.1 and Apache Using Text Mode Configuration – Porting to Mono Part 1 of 3 - Nathan Bridgewater

published 1214 days, 14 hours, 22 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1215 days, 13 hours, 11 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 2:44:47 PM GMT
This is the first part of a three part series describing everything needed to get an OpenSuse server up and running and an Asp.Net MVC applications ported to Mono. The first part will cover installing and configuring an OpenSuse 11.2 server with Apache/Mono and SSH. The second part will talk about how to setup a MySql Membership provider (with Mono and Windows), and the third part is a walkthrough showing how to port a simple Asp.Net MVC site to Mono and MySql. (more)
category: Web Dev | clicked: 0 | comment | | source: www.integratedwebsystems.com
tags: Linux, Mono, Apache, mysql, MVC, ASP.NET