mono - alternative .net clr implementation

20
MONO Alternative CLR Implementation

Upload: yulian-slobodyan

Post on 20-May-2015

292 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Mono - Alternative .NET CLR Implementation

MONO

Alternative CLR Implementation

Page 2: Mono - Alternative .NET CLR Implementation

agenda

Google It .NET Compatibility Why YOU need this Demo Q&A

Page 3: Mono - Alternative .NET CLR Implementation

google it: what is mono

An open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET mono-project.com

Page 4: Mono - Alternative .NET CLR Implementation

google it: why mono

translate.google.com

Page 5: Mono - Alternative .NET CLR Implementation

google it: why mono

stackoverflow.com

Page 6: Mono - Alternative .NET CLR Implementation

google it: who made it

Miguel de Icaza GNOME Midnight

Commander Evolution and more…

Page 7: Mono - Alternative .NET CLR Implementation

google it: what’s inside

Mono Runtime

JIT AOT

Base Class Library

Core ADO.NET ASP.NET

LINQ DLR WCF

Mono Libraries

Mono.Addins

Mono.Cecil

Mono.Unix

C# F# VB Java JS Boo PHP LUA

Page 8: Mono - Alternative .NET CLR Implementation

compatibility: .net

Page 9: Mono - Alternative .NET CLR Implementation

compatibility: .net 1.1

Page 10: Mono - Alternative .NET CLR Implementation

compatibility: .net 2.0

Page 11: Mono - Alternative .NET CLR Implementation

compatibility: .net 3.0

Page 12: Mono - Alternative .NET CLR Implementation

compatibility: .net 3.5

Page 13: Mono - Alternative .NET CLR Implementation

compatibility: .net 4.0

Page 14: Mono - Alternative .NET CLR Implementation

why use: #1

MONEY

Page 15: Mono - Alternative .NET CLR Implementation

why use: #2

OS Compatibility Linux Windows Mac OS X BSD Solaris

Nintendo WII Sony PS3 Apple iPhone Google Android Maemo

Page 16: Mono - Alternative .NET CLR Implementation

why use: #3

Old Friends log4net NUnit NHibernate Unity Castle Windsor and more…

Page 17: Mono - Alternative .NET CLR Implementation

why use: #4

New Friends Linux & Shell MySQL & PgSQL RabbitMQ Mono Shell Monodevelop Moonlight Monotouch Monodroid

Page 18: Mono - Alternative .NET CLR Implementation

Why use: #5

Scripting & Embedding

Page 19: Mono - Alternative .NET CLR Implementation

DEMO

Page 20: Mono - Alternative .NET CLR Implementation

Q&A