├── .github ├── dependabot.yml └── workflows │ ├── ci.yml │ └── codeql.yml ├── .gitignore ├── .markdownlint.json ├── 404.html ├── CNAME ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── README.md ├── _config.yml ├── _data ├── alpharelease.yml ├── assetsversions.yml ├── betarelease.yml ├── latestrelease.yml ├── previewrelease.yml └── stablerelease.yml ├── _includes ├── blogpost.html ├── blogpost │ ├── author.html │ ├── date.html │ ├── meta.html │ └── tags.html ├── download.html └── note.html ├── _layouts ├── base.html ├── blog.html ├── docpage.html ├── obsolete-gtksharp.html ├── obsolete.html └── releasenotes.html ├── _posts ├── 2013-01-16-mono-3-0-3-is-out.md ├── 2013-01-16-mono-mobile-profile.md ├── 2013-02-22-mono-3-0-4-is-out.md ├── 2013-06-19-new-mono-releases.md ├── 2013-11-14-mono-3-2-4-is-out.md ├── 2014-02-24-mono-3-2-7-is-out.md ├── 2014-08-13-mono-3-6-0-is-out.md ├── 2014-09-04-mono-3-8-0-is-out.md ├── 2014-11-18-mono-and-dotnet-integration.md ├── 2015-01-13-mono-3-12-0-is-out.md ├── 2015-03-07-mono-tls-vulnerability.md ├── 2015-03-09-google-summer-of-code.md ├── 2015-05-04-mono-4-0-is-out.md ├── 2015-05-18-gsoc-2015.md ├── 2015-08-27-mono-4-2-is-out.md ├── 2016-03-31-mono-relicensed-mit.md ├── 2016-08-16-lock-free-gc-handles.md ├── 2016-09-07-profiler-managed-allocators.md ├── 2016-09-12-arm64-icache.md ├── 2016-11-29-mono-code-sharing.md ├── 2016-12-20-system-numeric-vectors.md ├── 2017-03-20-google-summer-of-code-2017.md ├── 2017-04-24-mono-linux-package-repository-changes-beginning-with-5-0.md ├── 2017-05-15-mono-5-0-is-out.md ├── 2017-05-17-concurrent-gc-news.md ├── 2017-08-02-embeddinator-4000-for-android.md ├── 2017-08-04-upgrading-httpwebrequest.md ├── 2017-08-09-hello-webassembly.md ├── 2017-08-14-mono-5-2-is-out.md ├── 2017-08-14-new-profiler-api.md ├── 2017-10-05-google-summer-of-code.md ├── 2017-11-13-mono-interpreter.md ├── 2018-01-16-mono-static-webassembly-compilation.md ├── 2018-05-29-mono-on-aix-and-ibm-i.md ├── 2018-09-11-csharp-jit.md ├── 2018-12-06-souper.md ├── 2019-02-13-plastic-scm-a-full-version-control-stack-built-with-mono.md ├── 2020-08-24-native-loader-net5.md └── _TEMPLATE.md ├── api └── index.html ├── archived ├── .markdownlint.jsonc ├── 3de.md ├── accessibility.md ├── accessibility_architecture.md ├── accessibility_bridge_functional_specification.md ├── accessibility_bug_specification.md ├── accessibility_build_bot_commands.md ├── accessibility_build_plan.md ├── accessibility_buildingproviderside.md ├── accessibility_client.md ├── accessibility_client_api.md ├── accessibility_client_api_functional_specification.md ├── accessibility_client_implementation.md ├── accessibility_control_status.md ├── accessibility_development_progress.md ├── accessibility_getting_started_with_development.md ├── accessibility_gitsvn.md ├── accessibility_gitsvn_workflow.md ├── accessibility_implementation.md ├── accessibility_installing_20_from_source.md ├── accessibility_installing_21_from_source.md ├── accessibility_installing_from_source.md ├── accessibility_internal_releases.md ├── accessibility_mapping_uia_to_atk.md ├── accessibility_moonlight.md ├── accessibility_moonlight_bridge.md ├── accessibility_moonlight_bridge_functional_specification.md ├── accessibility_moonlight_sandbox.md ├── accessibility_moonuiaatkbridge_functional_specification.md ├── accessibility_phase_ii_work_breakdown.md ├── accessibility_project_schedule.md ├── accessibility_provider_from_scratch.md ├── accessibility_provider_functional_specification.md ├── accessibility_qa_meetings_2008_aug_13.md ├── accessibility_qa_meetings_2008_jun_5.md ├── accessibility_qa_meetings_2009_mar_25.md ├── accessibility_qa_meetings_2009_may_20.md ├── accessibility_release_checklist.md ├── accessibility_release_notes_09.md ├── accessibility_release_notes_091.md ├── accessibility_release_notes_10.md ├── accessibility_release_notes_20.md ├── accessibility_release_notes_21.md ├── accessibility_releases.md ├── accessibility_reviews.md ├── accessibility_roadmap.md ├── accessibility_scrum.md ├── accessibility_similarities_and_differences.md ├── accessibility_specification_notes.md ├── accessibility_sprint_4.md ├── accessibility_strongwind_basics.md ├── accessibility_team.md ├── accessibility_team_meetings_2008_aug_06.md ├── accessibility_team_meetings_2008_aug_13.md ├── accessibility_team_meetings_2008_aug_20.md ├── accessibility_team_meetings_2008_dec_10.md ├── accessibility_team_meetings_2008_jul_02.md ├── accessibility_team_meetings_2008_jul_09.md ├── accessibility_team_meetings_2008_jul_16.md ├── accessibility_team_meetings_2008_jul_23.md ├── accessibility_team_meetings_2008_jul_30.md ├── accessibility_team_meetings_2008_jun_04.md ├── accessibility_team_meetings_2008_jun_11.md ├── accessibility_team_meetings_2008_jun_18.md ├── accessibility_team_meetings_2008_jun_25.md ├── accessibility_team_meetings_2008_may_15.md ├── accessibility_team_meetings_2008_may_28.md ├── accessibility_team_meetings_2008_nov_12.md ├── accessibility_team_meetings_2008_nov_26.md ├── accessibility_team_meetings_2008_oct_01.md ├── accessibility_team_meetings_2008_oct_15.md ├── accessibility_team_meetings_2008_oct_29.md ├── accessibility_team_meetings_2008_sep_03.md ├── accessibility_team_meetings_2008_sep_10.md ├── accessibility_team_meetings_2008_sep_17.md ├── accessibility_team_meetings_2009_feb_09.md ├── accessibility_test_case_specification.md ├── accessibility_test_coding_standard.md ├── accessibility_test_log.md ├── accessibility_test_plan.md ├── accessibility_test_plan_winforms_controls.md ├── accessibility_test_script_standard.md ├── accessibility_test_summary.md ├── accessibility_testing_howto.md ├── accessibility_uia_client_sandbox.md ├── accessibility_uia_properties.md ├── accessibility_uiaatkbridge.md ├── accessibility_uiatest_library_introduction.md ├── accessibility_uiautomationclient_specissues.md ├── accessibility_uiawinformsprovider.md ├── accessibility_white27s_white_list.md ├── accessibility_winforms_implementation.md ├── adotests.md ├── appserver.md ├── articleiochanges.md ├── articles.md ├── articlethreadpool_deadlocks.md ├── aspnet_and_mod_mono.md ├── aspnet_batch_compilation.md ├── aspnet_modules.md ├── aspnet_mono_specific_configuration.md ├── aspnet_settings_mapping.md ├── aspnet_visual_designer.md ├── asptests.md ├── atksharp.md ├── autotools.md ├── baseclass_provider_factory.md ├── benchmark_regressions.md ├── best_practices.md ├── bindingmoko.md ├── boo.md ├── books.md ├── bosteenmonkey_guide.md ├── branches.md ├── bridges.md ├── bug-severity-definitions.md ├── buildsystem.md ├── buildsystem_monobuild.md ├── buildsystem_monobuild_detaileddocs.md ├── buildsystem_monobuildplanning.md ├── buildsystem_packagingscripts.md ├── buildsystem_releaseprocess.md ├── categoryadonet.md ├── categoryarticles.md ├── categoryaspnet.md ├── categorydeveloper_resource.md ├── categorydocumentation.md ├── categoryfaq.md ├── categoryfastcgi.md ├── categorygstreamersharp.md ├── categorygtkgl.md ├── categorygtksharp.md ├── categoryhowto.md ├── categoryincomplete.md ├── categoryjava.md ├── categorylanguages.md ├── categorymonkeyguide.md ├── categorymono_framework.md ├── categoryneedscleanup.md ├── categoryobjcsharp.md ├── categoryobsolete.md ├── categoryporting.md ├── categorysandbox.md ├── categorysummer_of_code.md ├── categorysupport.md ├── categorytutorial.md ├── categorywebbrowser.md ├── categorywindows.md ├── categorywinforms.md ├── categoryworkflow.md ├── certificate_of_origin.md ├── cgi.md ├── class-status.md ├── collectionbasetestcs.md ├── compiling-with-visualstudio.md ├── compiling_gtksharp.md ├── compiling_mono_10x_from_svn.md ├── compiling_mono_from_svn.md ├── completing20profile.md ├── config.md ├── config_systemnet.md ├── config_systemweb.md ├── config_systemweb_authentication.md ├── config_systemweb_authorization.md ├── config_systemweb_customerrors.md ├── config_systemweb_globalization.md ├── config_systemweb_pages.md ├── consuming_a_webservice.md ├── continuations.md ├── coreclr-howto.md ├── coreclr.md ├── creatingcustomthemedgtksharpwidgets.md ├── crimson.md ├── cross-compiling-mono-for-windows.md ├── cryptography.md ├── csharpplugin.md ├── db4boo.md ├── db4o.md ├── diagnosticdelegate.md ├── downloadstats.md ├── eglib.md ├── enterpriseservices.md ├── erik_gtksharp_toc.md ├── faq_monovs.md ├── faq_novell_bugzilla.md ├── for_monkeyguide_authors.md ├── garmono.md ├── gcc4cil.md ├── gconftutorial.md ├── geckosharp.md ├── generating_class_status_pages.md ├── gettingstartedwithmonotools.md ├── git_submodule_maintenance.md ├── gitfaq_fixuptagssh.md ├── githubbranches.md ├── gitmigration.md ├── gitsvncreatereposh.md ├── gstreamer.md ├── gstreamersharpinstallingfromsource.md ├── gtkglarea.md ├── gtkglareaexamples.md ├── gtkglareasharp.md ├── gtkglareasharp0017.md ├── gtkglareasharp008.md ├── gtkglareasharpinstallation.md ├── gtkglareasharpnehe.md ├── gtkglareasharpwith_monodevelop.md ├── gtkglext.md ├── gtkglextmm.md ├── gtkglglobjectbase.md ├── gtkglglobjectrotationcontroller.md ├── gtkgliglobject.md ├── gtkglobjectrotationbutton.md ├── gtkglrotation.md ├── gtkglrotationdirection.md ├── gtkglrotationutil.md ├── gtkglteapot.md ├── gtkhelloworld.md ├── gtkmm.md ├── gtksharper.md ├── guidedebugger.md ├── guidelinesapplication_deploymenttalkpage.md ├── guiderunning_mono_applications.md ├── guidestarterkitprimer.md ├── hall.md ├── heapbuddy.md ├── heapshot.md ├── helpediting.md ├── howto.md ├── howto_aspnet_callbacks.md ├── howto_generics.md ├── howto_helloworld_moonlight_ff3.md ├── howto_ipinfobydns.md ├── howto_mconfig.md ├── howto_mono_extension.md ├── howto_openbrowser.md ├── howto_pipeoutput.md ├── howtosystemioports.md ├── hss.md ├── i18ngettext.md ├── ideas.md ├── ikvm.md ├── images │ ├── 0 │ │ ├── 02 │ │ │ └── Linux4.png │ │ ├── 03 │ │ │ ├── Mono.fire.gif │ │ │ └── Novell_Patches.png │ │ ├── 04 │ │ │ ├── GtkSharpCombo.png │ │ │ └── GtkSharpNodeViewSimple.png │ │ ├── 05 │ │ │ ├── Gsoc2010.png │ │ │ └── Monocalendar2.png │ │ ├── 06 │ │ │ └── Step1.jpg │ │ ├── 07 │ │ │ └── GtkSharpTreeViewTutorial4.png │ │ ├── 08 │ │ │ ├── Blogengine.png │ │ │ └── Mono-powered.png │ │ ├── 0a │ │ │ ├── 20131130-allies02.png │ │ │ ├── I18n_en.png │ │ │ └── Matt.png │ │ ├── 0b │ │ │ ├── Airlines-demo.png │ │ │ └── Nunit-gui-2.2.5-msnet_tests-loaded.PNG │ │ ├── 0c │ │ │ ├── CSharpPlugin_img_10.jpg │ │ │ ├── Dt_7.png │ │ │ └── Path-parsing-progression.png │ │ ├── 0d │ │ │ └── Harinath.jpg │ │ ├── 0e │ │ │ ├── Mvp-start.png │ │ │ ├── Svn3.png │ │ │ └── Tml.png │ │ └── 0f │ │ │ └── Combo400.png │ ├── 1 │ │ ├── 10 │ │ │ ├── Md_hw_iphone13.png │ │ │ ├── Nclass2.png │ │ │ ├── Splendidcrm.jpg │ │ │ └── Uia.jpg │ │ ├── 11 │ │ │ ├── CSharpPlugin_img_12.jpg │ │ │ └── CSharpPlugin_img_9.jpg │ │ ├── 12 │ │ │ ├── CecilInstrCD.png │ │ │ ├── GtkSharpIconView.png │ │ │ ├── Soc_rules48.png │ │ │ └── Viewer.png │ │ ├── 13 │ │ │ └── Md_hw_iphone28.png │ │ ├── 14 │ │ │ ├── Cjac.png │ │ │ └── Gtksharp-thumb.png │ │ ├── 15 │ │ │ ├── PEditGtkSharpN800.gif │ │ │ ├── SGenSpaces.png │ │ │ └── Uiaclient1.png │ │ ├── 17 │ │ │ ├── Bgmerrell0.png │ │ │ └── Tangerine-prefs-win32-new.png │ │ ├── 18 │ │ │ ├── Build.png │ │ │ ├── Cesar.png │ │ │ ├── Md_hw_iphone8.png │ │ │ └── Mwf_added.png │ │ ├── 19 │ │ │ └── Cairo_setsourcegradient.png │ │ ├── 1a │ │ │ ├── Airlines-current-demo.png │ │ │ └── Dialog-warning.png │ │ ├── 1b │ │ │ ├── DockPatternProvider.png │ │ │ └── Framework.png │ │ ├── 1c │ │ │ ├── Addin-arch4.png │ │ │ ├── Cairo_path-moveto.png │ │ │ ├── Msnclass.png │ │ │ └── Thread-stacks.png │ │ ├── 1d │ │ │ ├── Gnome_menu-monodoc-1.png │ │ │ └── Mwf_adding.png │ │ ├── 1e │ │ │ ├── Cairo_path-arcto.png │ │ │ ├── Surfacemodified.png │ │ │ └── Test-monkey.png │ │ └── 1f │ │ │ └── Asppublish2.png │ ├── 2 │ │ ├── 20 │ │ │ └── Spouliot.png │ │ ├── 21 │ │ │ └── CodicePlasticMac1.jpg │ │ ├── 22 │ │ │ ├── Accept.png │ │ │ ├── CSharpPlugin_img_13.jpg │ │ │ ├── Ieclone.png │ │ │ └── MoMA_1.1-Step_2.png │ │ ├── 23 │ │ │ ├── Flow2.jpg │ │ │ └── MonoToolsEnt.png │ │ ├── 26 │ │ │ ├── Java.png │ │ │ └── Silverlight-airlines-demo.png │ │ ├── 27 │ │ │ └── 90-180-360.png │ │ ├── 28 │ │ │ ├── Screenshot-MonoCalendar.png │ │ │ └── Uia-atk_bridge.png │ │ ├── 29 │ │ │ └── Pedroas.png │ │ ├── 2a │ │ │ ├── 0911030528Mp6F5SHL.png │ │ │ ├── 20-to-21.png │ │ │ ├── ClientAssemblies.png │ │ │ ├── Md-monomac-bundle.png │ │ │ └── Notepad.png │ │ ├── 2b │ │ │ ├── Cairo_showtext.png │ │ │ ├── Demo-screenshot.png │ │ │ ├── Jluke.png │ │ │ ├── Loaded.png │ │ │ └── Monovs-1click.png │ │ ├── 2d │ │ │ ├── Scanstarts.png │ │ │ └── Xamarin_Query.png │ │ ├── 2e │ │ │ └── Star.png │ │ └── 2f │ │ │ ├── Mojoportal.png │ │ │ └── Mono_icon_solaris.gif │ ├── 3 │ │ ├── 30 │ │ │ ├── Antialias.png │ │ │ ├── Aspnetedit.png │ │ │ └── Text2330.png │ │ ├── 31 │ │ │ ├── Dt_9.png │ │ │ ├── Hector.png │ │ │ ├── Md_hw_iphone14.png │ │ │ ├── Mono-powered-big.png │ │ │ ├── Mono1.gif │ │ │ ├── Nunit-gui-2.2.5-msnet.PNG │ │ │ ├── Rect2300_nes.png │ │ │ ├── RoundedRectangles.png │ │ │ └── Tablelayoutpanel.png │ │ ├── 32 │ │ │ ├── Md_hw_iphone9.png │ │ │ └── Screenshot-SharpChess.png │ │ ├── 33 │ │ │ ├── Scribbler.png │ │ │ └── TrayIconPopMenu.png │ │ ├── 34 │ │ │ ├── Md1.png │ │ │ ├── Monodoc-thumb.png │ │ │ └── Ray.png │ │ ├── 35 │ │ │ ├── Checkbutton-accerciser.png │ │ │ ├── Jordi.png │ │ │ ├── Moma1.png │ │ │ └── Nunit2.png │ │ ├── 36 │ │ │ ├── CSharpPlugin_img_15.jpg │ │ │ ├── Moma48.png │ │ │ ├── MonoDevelop0.5.png │ │ │ └── Vwglogo.gif │ │ ├── 37 │ │ │ ├── Architecture.png │ │ │ └── Openvpn-admin.png │ │ ├── 38 │ │ │ └── Request.png │ │ ├── 39 │ │ │ └── Conditional.png │ │ ├── 3b │ │ │ └── Mono-roadmap.png │ │ ├── 3c │ │ │ └── Lesson03.png │ │ ├── 3d │ │ │ └── Md2.png │ │ ├── 3e │ │ │ ├── CSharpPlugin_img_2.jpg │ │ │ └── CSharpPlugin_img_7.jpg │ │ └── 3f │ │ │ └── Nclass1.png │ ├── 4 │ │ ├── 40 │ │ │ └── Md_hw_iphone25.png │ │ ├── 41 │ │ │ ├── Md_hw_iphone29.png │ │ │ └── Monodoc-edit.png │ │ ├── 42 │ │ │ └── Summit.png │ │ ├── 43 │ │ │ ├── Context.png │ │ │ ├── Datagridview.png │ │ │ ├── Md_hw_iphone21.png │ │ │ └── SgenNurseryAlloc.png │ │ ├── 44 │ │ │ ├── Moma2p3.png │ │ │ └── Xs_new_pcl_project.png │ │ ├── 46 │ │ │ └── Uia-winform-diagram.png │ │ ├── 47 │ │ │ └── CecilMainCD.png │ │ ├── 48 │ │ │ ├── Dt_8.png │ │ │ ├── Filelist.png │ │ │ └── Mono_rpm.gif │ │ ├── 49 │ │ │ └── Error.png │ │ ├── 4a │ │ │ ├── Transform.png │ │ │ └── TransformPattern.png │ │ ├── 4c │ │ │ └── Jonpryor.png │ │ ├── 4d │ │ │ ├── Johannes.png │ │ │ └── Md_hw_iphone6.png │ │ ├── 4e │ │ │ ├── Profiles.png │ │ │ └── Sandy.png │ │ └── 4f │ │ │ └── Heapshot_opened_file.png │ ├── 5 │ │ ├── 51 │ │ │ └── Smuxi-theming.png │ │ ├── 52 │ │ │ └── CSharpPlugin_img_4.jpg │ │ ├── 53 │ │ │ ├── Beagle-1-thumb.png │ │ │ ├── Heapshot_hashtable_referencing.png │ │ │ └── Moma2p1.png │ │ ├── 54 │ │ │ ├── CSharpPlugin_img_5.jpg │ │ │ ├── Knocte.png │ │ │ ├── WinMonoXspStart.png │ │ │ └── Xaml-demo-1.png │ │ ├── 55 │ │ │ ├── Binaryclock.jpg │ │ │ ├── Intertw1.png │ │ │ ├── MoMA_1.1-Step_1.png │ │ │ └── Step4.jpg │ │ ├── 56 │ │ │ ├── CSharpPlugin_img_14.jpg │ │ │ └── GtkSharpTreeViewTutorial2.png │ │ ├── 57 │ │ │ ├── IFolder_Linux.png │ │ │ ├── Monouml.png │ │ │ ├── Roots.png │ │ │ └── Tomboy2.png │ │ ├── 58 │ │ │ └── SgenEvacuation.png │ │ ├── 59 │ │ │ ├── Cairo_tips-ellipse.png │ │ │ ├── Calen.png │ │ │ ├── Pinta1.jpg │ │ │ ├── SurfaceJun17.png │ │ │ └── Tomboy-mainwindow.png │ │ ├── 5a │ │ │ ├── Lesson01.png │ │ │ ├── Md_hw_iphone22.png │ │ │ ├── Step2.jpg │ │ │ └── Strongwind_arch.png │ │ ├── 5b │ │ │ ├── Asppublish1.png │ │ │ ├── Lesson04.png │ │ │ └── Screenshot128.png │ │ ├── 5d │ │ │ └── Pedro.png │ │ ├── 5e │ │ │ ├── Addin-arch1.png │ │ │ ├── Banshee1.png │ │ │ ├── Monovsmonosgen_thumb.png │ │ │ └── Nursery-pinned.png │ │ └── 5f │ │ │ ├── CSharpPlugin_img_0.jpg │ │ │ └── Graffiticms.png │ ├── 6 │ │ ├── 60 │ │ │ ├── Moma2p4.png │ │ │ └── MonoPrj2Make.png │ │ ├── 62 │ │ │ ├── Nclass_builderrors.png │ │ │ └── Output1.png │ │ ├── 63 │ │ │ ├── Cairo_source.png │ │ │ ├── IFolder_Mac.png │ │ │ ├── Md_hw_iphone24.png │ │ │ ├── Moma2p2.png │ │ │ ├── Monotoolsbox_3.png │ │ │ └── Xml.gif │ │ ├── 64 │ │ │ ├── Jenkara-20020317-a.png │ │ │ └── Tattoo.jpg │ │ ├── 65 │ │ │ ├── Addin-arch3.png │ │ │ ├── Addin.png │ │ │ ├── Dt_3.png │ │ │ ├── Nursery.png │ │ │ └── Report.jpg │ │ ├── 67 │ │ │ └── Uiaclient.png │ │ ├── 68 │ │ │ └── Editorshot.jpg │ │ ├── 69 │ │ │ ├── Alta-grande.png │ │ │ ├── Heapshot.png │ │ │ └── Md_hw_iphone16.png │ │ ├── 6a │ │ │ ├── Beagle-2-thumb.png │ │ │ ├── CSharpPlugin_img_1.jpg │ │ │ ├── Miguel.png │ │ │ └── Writebarriers.png │ │ ├── 6b │ │ │ ├── Add_to_cart.gif │ │ │ ├── Pws_logged_in_screen.png │ │ │ ├── Screenshot132.png │ │ │ └── Text2286.png │ │ ├── 6c │ │ │ └── Linux.png │ │ ├── 6d │ │ │ ├── Aspcopy2.png │ │ │ └── Monocatalog.png │ │ └── 6f │ │ │ ├── Dt_5.png │ │ │ └── Smuxi-find-group-chat.png │ ├── 7 │ │ ├── 70 │ │ │ └── Screenshot3.png │ │ ├── 71 │ │ │ ├── Lesson05.png │ │ │ ├── Md_hw_iphone30.png │ │ │ └── Nunit1.png │ │ ├── 72 │ │ │ ├── GtkSharpTreeViewTutorial3.png │ │ │ └── Gtkgl.png │ │ ├── 73 │ │ │ └── Vsprj2make.PNG │ │ ├── 74 │ │ │ └── Test006.jpg │ │ ├── 75 │ │ │ ├── Button_ok.png │ │ │ ├── GSharpPlot.png │ │ │ └── Qa_arch.png │ │ ├── 77 │ │ │ ├── Gvaish.png │ │ │ └── Screenshot597.png │ │ ├── 78 │ │ │ └── Migrate.png │ │ ├── 79 │ │ │ └── Magnifier.png │ │ ├── 7a │ │ │ └── Gconftutorial-gconf-editor.png │ │ ├── 7b │ │ │ ├── Md_hw_iphone5.png │ │ │ ├── Monocomponentsmap.png │ │ │ ├── Nunit-gui-2.2.5-msnet_tests-run.PNG │ │ │ └── Popfly.jpg │ │ ├── 7c │ │ │ └── Reversi.png │ │ ├── 7d │ │ │ └── Apple.png │ │ ├── 7e │ │ │ ├── Cairo_fill.png │ │ │ └── Peterw.png │ │ └── 7f │ │ │ └── Beagle-3-thumb.png │ ├── 8 │ │ ├── 80 │ │ │ ├── Chess-demo.png │ │ │ └── Svn4.png │ │ ├── 81 │ │ │ ├── Screenshot1.png │ │ │ └── WinMonoGtkStart.png │ │ ├── 82 │ │ │ └── Uia.GIF │ │ ├── 83 │ │ │ ├── BlogStarterKit_StartPage.png │ │ │ ├── Cairo_paint.png │ │ │ └── Popfly.png │ │ ├── 84 │ │ │ └── Moonsmile.jpg │ │ ├── 86 │ │ │ ├── Cindetec.png │ │ │ ├── Dialog1.png │ │ │ └── MonoToolsUlt.png │ │ ├── 87 │ │ │ ├── CodicePlasticMac1.png │ │ │ ├── GtkSharpTreeViewTutorial8.png │ │ │ ├── Linked.png │ │ │ └── Soc_ideas48.png │ │ ├── 88 │ │ │ ├── CSharpPlugin_img_3.jpg │ │ │ └── Screenshot129.png │ │ ├── 89 │ │ │ └── Linmoma1.png │ │ ├── 8a │ │ │ ├── GtkSharpFileChooser.png │ │ │ ├── GtkSharpTreeViewTutorial1.png │ │ │ └── Gtkglext-sharp1.png │ │ ├── 8b │ │ │ ├── CSharpPlugin_img_16.jpg │ │ │ └── Calvin.png │ │ ├── 8c │ │ │ ├── Delete.png │ │ │ ├── LikewiseMac.png │ │ │ ├── Step3.jpg │ │ │ ├── TrayIcon.png │ │ │ └── Xs_pcl_profile_selector.png │ │ ├── 8d │ │ │ ├── Aspexample1.png │ │ │ ├── GSoC2012.png │ │ │ └── Mono-gorilla-aqua.100px.png │ │ ├── 8e │ │ │ └── Gonzalo.png │ │ └── 8f │ │ │ ├── CSharpPlugin_img_6.jpg │ │ │ └── Cmd1.png │ ├── 9 │ │ ├── 90 │ │ │ └── Dt_2.png │ │ ├── 91 │ │ │ └── Mahjongg-0.6-window.png │ │ ├── 92 │ │ │ ├── Flexwiki.png │ │ │ ├── Fspot1.png │ │ │ ├── GtkSharpTreeViewTutorial-Tree1.png │ │ │ ├── Mvp_call_tree_filtered.png │ │ │ └── WinMonoCmdStart.png │ │ ├── 93 │ │ │ └── Md-main.png │ │ ├── 94 │ │ │ └── Novell_Query.png │ │ ├── 95 │ │ │ ├── Agclr.png │ │ │ ├── Md_hw_iphone11.png │ │ │ └── Suresh.jpg │ │ ├── 96 │ │ │ ├── GtkSharpNodeViewInteractive.png │ │ │ └── MonoToolsPro.png │ │ ├── 97 │ │ │ └── Bgmerrell0small.png │ │ ├── 98 │ │ │ ├── MonoTouch_boxshot2.png │ │ │ ├── Monocalendar1.png │ │ │ └── TreeViewTutorial-Pixbuf.png │ │ ├── 9a │ │ │ └── Nutech-monogui1.png │ │ ├── 9b │ │ │ ├── Banshee2.png │ │ │ ├── CSharpPlugin_img_8.jpg │ │ │ ├── Modmono-multiple-servers.PNG │ │ │ └── Screenshot9.png │ │ ├── 9c │ │ │ ├── I18n_es.png │ │ │ └── Xbyhja.png │ │ ├── 9d │ │ │ ├── Cairo_textextents.png │ │ │ ├── Cairo_the-mask.png │ │ │ └── Screenshot-MyfirstGTKApp.png │ │ ├── 9e │ │ │ ├── Debugger-browsable.jpg │ │ │ ├── Md_hw_iphone17.png │ │ │ └── Xamarin_Patches.png │ │ └── 9f │ │ │ ├── Mono-contributor-static.gif │ │ │ └── Nplot-gtk.gif │ ├── a │ │ ├── a0 │ │ │ └── Dietmar.png │ │ ├── a1 │ │ │ ├── Cairo_path-lineto.png │ │ │ └── Gconftutorial-app.png │ │ ├── a2 │ │ │ └── Cairo_destination.png │ │ ├── a3 │ │ │ ├── SLEMonoBox.gif │ │ │ ├── Screenshot103.png │ │ │ └── Splitcontainer.png │ │ ├── a4 │ │ │ └── Beagle-best.png │ │ ├── a6 │ │ │ ├── 2dot0.png │ │ │ └── Tangerine-preferences-mac.png │ │ ├── a7 │ │ │ ├── Add.png │ │ │ └── Text2304.png │ │ ├── a8 │ │ │ └── Monotools1-1-a.png │ │ ├── a9 │ │ │ ├── CodicePlasticLinux1.jpg │ │ │ └── Mono.Logos.zip │ │ ├── aa │ │ │ ├── Fragmentation.png │ │ │ ├── Fspot2.png │ │ │ ├── Help.png │ │ │ ├── Maemo.gif │ │ │ ├── Nclass.png │ │ │ └── Xs_project_options_context_menu.png │ │ ├── ac │ │ │ ├── Dt_4.png │ │ │ └── Md-monomac-menu.png │ │ ├── ad │ │ │ ├── Embed_small.jpg │ │ │ ├── Md-monomac-installer.png │ │ │ └── Md_hw_iphone15.png │ │ └── af │ │ │ ├── Momareport.png │ │ │ └── Nclass_builderrors2.png │ ├── b │ │ ├── b1 │ │ │ ├── Steticinmonodevelop_s.png │ │ │ └── Teapot-90-180-360.png │ │ ├── b3 │ │ │ ├── Stylizer-both-platforms.png │ │ │ ├── Sxc.png │ │ │ └── TreeViewExample7.png │ │ ├── b4 │ │ │ ├── Gnome-do-2-pane.jpg │ │ │ └── Md_hw_iphone23.png │ │ ├── b5 │ │ │ ├── CodicePlasticLinux1.png │ │ │ ├── GtkSharpToolbar.png │ │ │ ├── Hackergotchi-mario.png │ │ │ ├── Tberman.png │ │ │ └── TreeViewExample6.png │ │ ├── b6 │ │ │ └── GtkSharpAbout.png │ │ ├── b7 │ │ │ ├── Cairo_stroke.png │ │ │ ├── Gtkglext-sharp2.png │ │ │ └── Plugin.png │ │ ├── b8 │ │ │ ├── Cairo_tips-font.png │ │ │ └── Heapshot_open_file.png │ │ ├── b9 │ │ │ ├── Md_hw_iphone26.png │ │ │ └── Monopaint.png │ │ ├── ba │ │ │ └── Gcmemsection.png │ │ ├── bb │ │ │ ├── Dt_6.png │ │ │ ├── FlexCelPreview.gif │ │ │ ├── LikewiseLinux.png │ │ │ └── Md_hw_iphone12.png │ │ ├── bc │ │ │ ├── Compacting.png │ │ │ ├── Linux1.jpg │ │ │ ├── Paco.jpg │ │ │ └── Screenshot599.png │ │ ├── bd │ │ │ └── Nokia.jpg │ │ ├── be │ │ │ └── Debugger-display.jpg │ │ └── bf │ │ │ ├── GSharpRenderHandler.png │ │ │ ├── Gnome-do-3-pane.jpg │ │ │ └── Timc.png │ ├── c │ │ ├── c0 │ │ │ ├── Md_hw_iphone27.png │ │ │ └── Tomboy1.png │ │ ├── c1 │ │ │ ├── Moonlogosmall.png │ │ │ └── Portable_NET_IPAQ.png │ │ ├── c3 │ │ │ └── Screenshot25.png │ │ ├── c4 │ │ │ ├── Cairo_path-curveto.png │ │ │ ├── Moma2.png │ │ │ ├── Monotools1-1-b.png │ │ │ ├── Rpratap.png │ │ │ └── Tomboy-search.png │ │ ├── c5 │ │ │ ├── Dt_1.png │ │ │ └── Ed-primate.png │ │ ├── c6 │ │ │ ├── F-Spot.png │ │ │ └── Linmoma2.png │ │ ├── c7 │ │ │ └── Silverlight_sample.jpg │ │ ├── c8 │ │ │ ├── Beagle-4-thumb.png │ │ │ ├── CSharpPlugin_img_11.jpg │ │ │ └── UIAVerify03.jpg │ │ ├── c9 │ │ │ └── Keepass.png │ │ ├── ca │ │ │ └── Fyireporting.jpg │ │ ├── cb │ │ │ └── Cairo_setsourcergba.png │ │ ├── cc │ │ │ └── Modmono-basic-setup.PNG │ │ ├── cd │ │ │ └── GSoC2011_300x200.png │ │ ├── ce │ │ │ ├── Cairo_tips-letter.png │ │ │ ├── Momadownload.png │ │ │ └── Monotools2.png │ │ └── cf │ │ │ ├── Heapshot_all_objects.png │ │ │ ├── Linux-05.png │ │ │ └── Race_to_linux.jpg │ ├── d │ │ ├── d0 │ │ │ ├── Cairo_path-close.png │ │ │ ├── Lesson02.png │ │ │ ├── MoMA_1.1-Step_3.png │ │ │ └── Stetic-thumb.png │ │ ├── d1 │ │ │ └── Md_hw_iphone10.png │ │ ├── d2 │ │ │ ├── CairoGtk_2.png │ │ │ ├── Control-to-pattern.png │ │ │ └── UIAVerify01.jpg │ │ ├── d3 │ │ │ └── Pws_welcome_screen.png │ │ ├── d4 │ │ │ ├── Reggie.png │ │ │ └── Screenshot-monodoc.jpg │ │ ├── d5 │ │ │ └── Jbthumb2.png │ │ ├── d6 │ │ │ └── UIASourceInterfaces.png │ │ ├── d7 │ │ │ ├── Md_hw_iphone20.png │ │ │ └── Mdicon.png │ │ ├── d8 │ │ │ ├── Beagle2.png │ │ │ ├── CSharpPlugin_img_17.jpg │ │ │ ├── Martin.png │ │ │ ├── Pinta2.jpg │ │ │ ├── Soc_history48.png │ │ │ └── TreeViewTutorial-Editing1.png │ │ ├── d9 │ │ │ ├── Process-AppDomain-Thread.png │ │ │ └── Vista.png │ │ ├── da │ │ │ ├── Aspcopy4.png │ │ │ └── Mono20-to-21.png │ │ ├── db │ │ │ └── Linux3.jpg │ │ ├── dd │ │ │ ├── Md_hw_iphone19.png │ │ │ └── Mwf-designer-win32.png │ │ ├── de │ │ │ └── Mwh.png │ │ └── df │ │ │ ├── Mwf-designer.png │ │ │ └── Screenshot-lt-demo.png │ ├── e │ │ ├── e0 │ │ │ ├── Screenshot-pdn.png │ │ │ └── Xaml-demo-2.png │ │ ├── e1 │ │ │ ├── Gtk_webservices.png │ │ │ ├── Logo_uned.gif │ │ │ └── UIAVerify02.jpg │ │ ├── e2 │ │ │ ├── Aleksey.png │ │ │ ├── Flow1.jpg │ │ │ ├── Page_white_wrench.png │ │ │ └── Webbrowser_architecture.png │ │ ├── e3 │ │ │ ├── Aspcopy1.png │ │ │ ├── Mono-addins-sample.png │ │ │ ├── MonoTouchBoxEnt.png │ │ │ ├── None.png │ │ │ ├── Output2.png │ │ │ ├── Smuxi-find-group-chat_small.png │ │ │ └── Tangerine-properties.png │ │ ├── e4 │ │ │ └── MoMA_1.1-Step_4.png │ │ ├── e5 │ │ │ ├── Addin-arch2.png │ │ │ ├── Lluis.png │ │ │ ├── Mod_mono_basic_use.PNG │ │ │ └── TreeViewRupertIcon.png │ │ ├── e6 │ │ │ └── Logo_40wht.gif │ │ ├── e7 │ │ │ └── Nickd.png │ │ ├── e8 │ │ │ └── Svn2.png │ │ ├── e9 │ │ │ ├── Duncan.png │ │ │ ├── Ngao.png │ │ │ └── Screenshot24.png │ │ ├── ea │ │ │ ├── Md_hw_iphone7.png │ │ │ └── Uia1.jpeg │ │ ├── eb │ │ │ └── Svn1.png │ │ ├── ec │ │ │ ├── Colordialog.png │ │ │ └── Gendarme-small.png │ │ └── ee │ │ │ ├── Cairo_mask.png │ │ │ └── Per.png │ └── f │ │ ├── f0 │ │ └── Ifaces.png │ │ ├── f1 │ │ ├── Oneclick.png │ │ └── TruchetTile.png │ │ ├── f2 │ │ └── CairoGtk_1.png │ │ ├── f3 │ │ └── MonoDevelop-NewProject.png │ │ ├── f4 │ │ ├── MonoTouchBoxPersonal.png │ │ └── SecondLifeMig.png │ │ ├── f5 │ │ └── Helloworld.png │ │ ├── f6 │ │ ├── Silverlight-pad.png │ │ └── WinformsAutomationProvider.png │ │ ├── f7 │ │ └── Mwf_reference.png │ │ ├── f8 │ │ └── MonoTouchBoxFamily.png │ │ ├── f9 │ │ ├── Advanced.png │ │ └── Cairo-example-1.png │ │ ├── fa │ │ ├── Existing.png │ │ └── Nutech-monogui2.png │ │ ├── fb │ │ └── Jackson.png │ │ ├── fc │ │ ├── Beagle.png │ │ └── Heapshot_reverse_references.png │ │ ├── fd │ │ └── Drpopper2.png │ │ ├── fe │ │ ├── 18386.gif │ │ ├── Monodoc.png │ │ ├── SgenNurseryFull.png │ │ └── Uiaclient.GIF │ │ └── ff │ │ ├── Gtksharp-project-template.PNG │ │ └── Monotools1-1-c.png ├── improvinggtkwin32.md ├── improvingmodmono.md ├── incompletepackage.md ├── infrastructureprojects.md ├── installerinstructions.md ├── internationalization.md ├── introduction_to_deveel_ajax.md ├── introduction_to_developing_with_mono.md ├── introduction_to_monoaddins.md ├── irc2wiki.md ├── irc_monotools.md ├── issuesiolayer.md ├── jenkara.md ├── jobs.md ├── jscript.md ├── macospackaging.md ├── maemo.md ├── mailing-lists.md ├── mailpostearlystory.md ├── mailpostlongreply.md ├── maintainingthewiki.md ├── maxdb.md ├── medlemmer.md ├── meetingpdc.md ├── milenssandbox.md ├── mimer_sql.md ├── moma │ ├── command-line-moma.md │ ├── index.md │ ├── issue-descriptions.md │ └── using-moma-guide.md ├── monkeybuilder.md ├── monkeyguide.md ├── monkeyguide_license_and_credits.md ├── mono_10.md ├── mono_1_1.md ├── mono_a_technical_whitepaper.md ├── mono_dataconvert.md ├── mono_documentation_improvement_project.md ├── mono_experimental_installer_for_windows.md ├── mono_for_gnome_applications.md ├── mono_for_linux_developers.md ├── mono_for_net_developers.md ├── mono_on_other_platforms.md ├── mono_performance_counters.md ├── mono_rationale.md ├── mono_runtime_api_changes.md ├── mono_summit_2007_meet_the_experts.md ├── mono_summit_2007_schedule.md ├── mono_summit_2007_session_list.md ├── monoaddins.md ├── monoaddins_faq.md ├── monoaddins_reference_manual.md ├── monoaddins_release_notes.md ├── monoaddins_tutorials.md ├── monobureaucrat_log.md ├── monocharge.md ├── monocopyrights.md ├── monodeletion_log.md ├── monodevelop.md ├── monodocediting.md ├── monofreebsd.md ├── monofreebsdproblems.md ├── monohpux.md ├── monolite.md ├── monologue.md ├── monomac_chat.md ├── monomac_community.md ├── monomac_documentation.md ├── monomac_documentation_api.md ├── monomac_documentation_api_design.md ├── monomac_documentation_api_design_nsstring.md ├── monomac_documentation_binding_new_objectivec_types.md ├── monomac_documentation_binding_new_objectivec_types_binding_details.md ├── monomac_documentation_events.md ├── monomac_features.md ├── monomacnew.md ├── monomacpackager.md ├── monomeeting2006.md ├── monoprotection_log.md ├── monoruntimemonollvmdiff.md ├── monosummit2007.md ├── monotorrent.md ├── monotouch.md ├── monotouch_api.md ├── monotouch_beta.md ├── monotouch_events.md ├── monotouch_ide.md ├── monotouch_installation.md ├── monotouch_manualselectorinvocation.md ├── monotouch_monodevelop.md ├── monotouch_mtouch.md ├── monotouch_releasenotes.md ├── monotouch_roadmap.md ├── monotouch_samples.md ├── monotouch_troubleshoot.md ├── monotouch_tutorial_helloib.md ├── monotouch_tutorial_helloiphone.md ├── monotouch_tutorial_monodevelop_helloworld.md ├── monotouch_tutorials.md ├── monotouch_xcode.md ├── monotouchlimitations.md ├── monoupload_log.md ├── monoupnp.md ├── monovisualprofiler.md ├── monoxide.md ├── monozeroconf.md ├── moonlighbeta1.md ├── moonlight2backports.md ├── moonlight2hacking.md ├── moonlight4_opengl_status.md ├── moonlight_10_testsites.md ├── moonlight_11_testsites.md ├── moonlight_beta.md ├── moonlight_controlstatus.md ├── moonlight_gc.md ├── moonlight_moonlight2demostatus.md ├── moonlight_moonlight2galleryissues.md ├── moonlight_moonlight2tasks.md ├── moonlight_moonunit.md ├── moonlight_olympicsplayerissues.md ├── moonlight_packages.md ├── moonlight_preview.md ├── moonlight_securitystatus.md ├── moonlight_standalone_file.md ├── moonlight_test_harness.md ├── moonlightbeta1.md ├── moonlightdesktop.md ├── moonlightgallerystatus.md ├── moonlighthostingnotes.md ├── moonlightjavascript.md ├── moonlightnotes.md ├── moonlightquirks.md ├── moonlightroadmap.md ├── moonlightsecurity.md ├── moonlightshots.md ├── moonlightsupportedplatforms.md ├── moonlighttestsites.md ├── more_sample_code.md ├── mugcolombia.md ├── mugdenmark.md ├── nant_installation.md ├── net_framework_architecture.md ├── netware.md ├── new_version_of_the_usepage.md ├── newclassesforecma.md ├── nothingtoseehere.md ├── novell_forge.md ├── novellteamgoals.md ├── nunit.md ├── nunithowto.md ├── objcsharp.md ├── obtaining_mono.md ├── old_visual_basic.md ├── oldpage.md ├── oldstart.md ├── ole_db.md ├── olive.md ├── opensuse_build_service.md ├── oprofilewithanonjitdata.md ├── optimizingaot.md ├── orchard.md ├── other_downloads.md ├── outputfromconsoleapp.md ├── packages.md ├── pangobeginners.md ├── papers.md ├── performancetesting.md ├── planserialization.md ├── porting_msbuild_projects_to_xbuild.md ├── prebuild.md ├── prebuild201.md ├── prebuildcjac.md ├── provider_factory.md ├── publishing_websites_from_visual_studio.md ├── putty_and_tortoisesvn.md ├── python.md ├── quotes.md ├── racetolinux.md ├── related_mono_sites.md ├── release_notes_monotools_11.md ├── release_notes_monotools_20.md ├── release_notes_monotools_20_beta_1.md ├── release_notes_monotools_20_beta_2.md ├── release_notes_moonlight4_preview.md ├── releasenotes_monovs.md ├── repository.md ├── resources.md ├── ribbon_sharp.md ├── roadmap_history.md ├── rocks.md ├── rpm_packages_descriptions.md ├── running_your_first_mono_application.md ├── runtime-projects.md ├── scratchbox.md ├── securityvalidation.md ├── serversidetasks.md ├── sitemap.md ├── solarisinstructions.md ├── sre.md ├── stetic.md ├── studentprojectsbrainstorming.md ├── summer2005.md ├── summer2006.md ├── summer2007.md ├── systemmessaging.md ├── systemmessagingopenwire.md ├── systemquery.md ├── systemxamlhacking.md ├── table_football.md ├── talkaccessibility_bridge_functional_specification.md ├── talkcecil.md ├── talkcoding_guidelines.md ├── talkdownloads.md ├── talkfaq_general.md ├── talkgtksharp.md ├── talkguide_debugging_with_mwf.md ├── talki18n_with_monounix.md ├── talkmain_page.md ├── talkmono_documentation_improvement_project.md ├── talkmoonlightshots.md ├── talkneed_help.md ├── talknew_version_of_the_usepage.md ├── talkteam.md ├── talktesting.md ├── talkthreadsbeginnersguide.md ├── talkuse.md ├── tao.md ├── tao_autotools.md ├── tao_autotoolsinstallation.md ├── taofutureplans.md ├── tds_generic.md ├── tds_providers.md ├── team.md ├── templateexport.md ├── templatetestcs.md ├── test.md ├── testtemplate.md ├── third_party_controls_status.md ├── thirdpartypackages.md ├── threadrelatedarticles.md ├── threadsbeginnersguide.md ├── todo.md ├── tools.md ├── transactions.md ├── ui_automation.md ├── use.md ├── user_groups.md ├── user_talkgonzalo.md ├── user_talkwaynejohnson.md ├── user_talkzacbowling.md ├── useralanmcgovern.md ├── userbenosteen.md ├── usercjcollier.md ├── usercrazycomputers.md ├── userdb4o.md ├── useredasque.md ├── usereduardogarcia.md ├── userggundy.md ├── userhubertfongarnand.md ├── userismaelolea.md ├── userjoseloc.md ├── userjpobst.md ├── usermariocarrion.md ├── usermatthargett.md ├── usermiguel.md ├── usermilendzhumerov.md ├── usermon.md ├── userray.md ├── userrogerio.md ├── userrolfbjarne.md ├── usertml.md ├── uservalentinsawadski.md ├── userwaynejohnson.md ├── userzacbowling.md ├── userzacbowling_downloads.md ├── using-clientcertificates-with-xsp.md ├── using_databases.md ├── using_xml.md ├── usingtrustedrootsrespectfully.md ├── videos.md ├── visual_studio_integration.md ├── vmware_image.md ├── vsintegration.md ├── wcf_development_2010.md ├── wcf_wshttpbindinghacking.md ├── wcfstatusold.md ├── web_services.md ├── web_services_visual_basic.md ├── webservices_and_gtksharp.md ├── webstandards.md ├── webtodo.md ├── why_mono.md ├── why_mono3f.md ├── windows_msi.md ├── winforms_20.md ├── winforms_bugs.md ├── winforms_codeowners.md ├── winforms_designer.md ├── winforms_hacktacular.md ├── winforms_samples.md ├── winformstestplan.md ├── workflow.md ├── working_with_mono_and_visual_studio.md ├── wpf_notes.md ├── wpfnotes.md ├── writing_a_webservice.md ├── writing_connected_mode_testcases.md ├── wse.md ├── xbuild.md ├── xml_reader.md ├── xml_schema.md ├── xml_schema_inference.md ├── xml_writer.md └── xpathnavigator.md ├── assets ├── fontawesome │ ├── css │ │ ├── brands.min.css │ │ ├── fontawesome.min.css │ │ └── solid.min.css │ └── webfonts │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff2 │ │ ├── fa-solid-900.ttf │ │ └── fa-solid-900.woff2 ├── foundation.min.css ├── foundation.min.js ├── highlightjs │ ├── a11y-dark.min.css │ └── highlight.min.js ├── jquery.min.js ├── main.css ├── modernizr.min.js └── normalize.min.css ├── community ├── bugs │ ├── index.md │ └── make-a-good-bug-report.md ├── contributing │ ├── coding-guidelines.md │ ├── contribution-howto.md │ ├── gitfaq.md │ ├── index.md │ ├── source-code-repository.md │ ├── test-suite.md │ └── the-class-library.md ├── google-code-in │ └── index.md ├── google-summer-of-code │ ├── guidance.md │ ├── index.md │ ├── previous-years.md │ ├── projects.md │ └── reports │ │ ├── 2017 │ │ ├── clang-sanitizers.md │ │ ├── corefx-System.IO.Pipes.md │ │ ├── cppsharp-dimitar-dobrev.md │ │ ├── cppsharp-kimon-topouzidis.md │ │ ├── cppsharp-mohit-mohta.md │ │ ├── cscache-report.md │ │ ├── index.md │ │ ├── lambda-support-in-debugger-expression-evaluator.md │ │ └── monodevelop-c-cpp-extension.md │ │ └── index.md ├── help │ ├── chat.md │ └── index.md └── index.html ├── docs ├── about-mono │ ├── compatibility.md │ ├── concerns-about-mono.md │ ├── dotnet-integration.md │ ├── history.md │ ├── index.md │ ├── languages │ │ ├── cplusplus.md │ │ ├── csharp.md │ │ ├── ecma │ │ │ ├── ecma-335-publicdraft.md │ │ │ └── index.md │ │ ├── index.md │ │ ├── java.md │ │ ├── mixing-with-other-languages.md │ │ └── visualbasic.md │ ├── legal.md │ ├── logos.md │ ├── maintainers.md │ ├── plans.md │ ├── releases │ │ ├── 0.10.0.md │ │ ├── 0.11.0.md │ │ ├── 0.12.0.md │ │ ├── 0.13.0.md │ │ ├── 0.15.0.md │ │ ├── 0.16.0.md │ │ ├── 0.17.0.md │ │ ├── 0.18.0.md │ │ ├── 0.19.0.md │ │ ├── 0.20.0.md │ │ ├── 0.21.0.md │ │ ├── 0.22.0.md │ │ ├── 0.23.0.md │ │ ├── 0.24.0.md │ │ ├── 0.25.0.md │ │ ├── 0.26.0.md │ │ ├── 0.28.0.md │ │ ├── 0.29.0.md │ │ ├── 0.3.0.md │ │ ├── 0.30.0.md │ │ ├── 0.30.1.md │ │ ├── 0.31.0.md │ │ ├── 0.4.0.md │ │ ├── 0.5.0.md │ │ ├── 0.6.0.md │ │ ├── 0.7.0.md │ │ ├── 0.8.0.md │ │ ├── 0.9.0.md │ │ ├── 1.0.0-beta1.md │ │ ├── 1.0.0-beta2.md │ │ ├── 1.0.0-beta3.md │ │ ├── 1.0.0.md │ │ ├── 1.0.1.md │ │ ├── 1.0.2.md │ │ ├── 1.0.4.md │ │ ├── 1.0.5.md │ │ ├── 1.0.6.md │ │ ├── 1.1.1.md │ │ ├── 1.1.10.md │ │ ├── 1.1.12.md │ │ ├── 1.1.13.md │ │ ├── 1.1.14.md │ │ ├── 1.1.15.md │ │ ├── 1.1.16.md │ │ ├── 1.1.17.md │ │ ├── 1.1.18.md │ │ ├── 1.1.2.md │ │ ├── 1.1.3.md │ │ ├── 1.1.4.md │ │ ├── 1.1.5.md │ │ ├── 1.1.6.md │ │ ├── 1.1.7.md │ │ ├── 1.1.8.md │ │ ├── 1.1.9.md │ │ ├── 1.2.0.md │ │ ├── 1.2.1.md │ │ ├── 1.2.2.md │ │ ├── 1.2.3.md │ │ ├── 1.2.4.md │ │ ├── 1.2.5.md │ │ ├── 1.2.6.md │ │ ├── 1.9.0.md │ │ ├── 1.9.1.md │ │ ├── 2.0.0.md │ │ ├── 2.0.1.md │ │ ├── 2.10.0.md │ │ ├── 2.10.1.md │ │ ├── 2.10.2.md │ │ ├── 2.10.3.md │ │ ├── 2.10.4.md │ │ ├── 2.10.5.md │ │ ├── 2.10.6.md │ │ ├── 2.10.7.md │ │ ├── 2.10.8.1.md │ │ ├── 2.10.8.md │ │ ├── 2.10.9.md │ │ ├── 2.2.0.md │ │ ├── 2.4.0.md │ │ ├── 2.4.2.1.md │ │ ├── 2.4.2.2.md │ │ ├── 2.4.2.3.md │ │ ├── 2.4.2.md │ │ ├── 2.4.3.1.md │ │ ├── 2.4.3.md │ │ ├── 2.6.0.md │ │ ├── 2.6.1.md │ │ ├── 2.6.3.md │ │ ├── 2.6.4.md │ │ ├── 2.6.7.md │ │ ├── 2.8.0.md │ │ ├── 2.8.1.md │ │ ├── 2.8.2.md │ │ ├── 3.0.0.md │ │ ├── 3.0.10.md │ │ ├── 3.0.12.md │ │ ├── 3.0.2.md │ │ ├── 3.0.3.md │ │ ├── 3.0.4.md │ │ ├── 3.0.5.md │ │ ├── 3.0.6.md │ │ ├── 3.0.7.md │ │ ├── 3.0.8.md │ │ ├── 3.0.9.md │ │ ├── 3.1.1.md │ │ ├── 3.1.2.md │ │ ├── 3.10.0.md │ │ ├── 3.12.0.md │ │ ├── 3.12.1.md │ │ ├── 3.2.0.md │ │ ├── 3.2.1.md │ │ ├── 3.2.2.md │ │ ├── 3.2.3.md │ │ ├── 3.2.4.md │ │ ├── 3.2.5.md │ │ ├── 3.2.6.md │ │ ├── 3.2.7.md │ │ ├── 3.2.8.md │ │ ├── 3.4.0.md │ │ ├── 3.6.0.md │ │ ├── 3.8.0.md │ │ ├── 4.0.0.md │ │ ├── 4.0.1.md │ │ ├── 4.0.2.md │ │ ├── 4.0.3.md │ │ ├── 4.0.4.4.md │ │ ├── 4.0.4.md │ │ ├── 4.0.5.md │ │ ├── 4.2.0.md │ │ ├── 4.2.1.md │ │ ├── 4.2.2.md │ │ ├── 4.2.3.md │ │ ├── 4.4.0.md │ │ ├── 4.4.1.md │ │ ├── 4.4.2.md │ │ ├── 4.6.0.md │ │ ├── 4.6.1.md │ │ ├── 4.6.2.md │ │ ├── 4.8.0.md │ │ ├── 4.8.1.md │ │ ├── 5.0.0.md │ │ ├── 5.0.1.md │ │ ├── 5.10.0.md │ │ ├── 5.12.0.md │ │ ├── 5.14.0.md │ │ ├── 5.16.0.md │ │ ├── 5.18.0.md │ │ ├── 5.2.0.md │ │ ├── 5.20.0.md │ │ ├── 5.22.0.md │ │ ├── 5.4.0.md │ │ ├── 5.4.1.md │ │ ├── 5.6.0.md │ │ ├── 5.8.0.md │ │ ├── 5.8.1.md │ │ ├── 6.0.0.md │ │ ├── 6.10.0.md │ │ ├── 6.12.0.122.md │ │ ├── 6.12.0.174.md │ │ ├── 6.12.0.182.md │ │ ├── 6.12.0.200.md │ │ ├── 6.12.0.md │ │ ├── 6.2.0.md │ │ ├── 6.4.0.md │ │ ├── 6.6.0.md │ │ ├── 6.8.0.md │ │ └── index.md │ ├── roadmap.md │ ├── showcase │ │ ├── companies-using-mono.md │ │ ├── index.md │ │ ├── screenshots.md │ │ └── software.md │ ├── supported-platforms │ │ ├── aix.md │ │ ├── amd64.md │ │ ├── android.md │ │ ├── apple.md │ │ ├── arm.md │ │ ├── bsd.md │ │ ├── ia64.md │ │ ├── index.md │ │ ├── linux.md │ │ ├── macos.md │ │ ├── mips.md │ │ ├── playstation3.md │ │ ├── playstation4.md │ │ ├── powerpc.md │ │ ├── s390.md │ │ ├── solaris.md │ │ ├── sparc.md │ │ ├── wii.md │ │ ├── x86.md │ │ ├── xbox-one.md │ │ └── xbox-series-x-s.md │ ├── versioning.md │ └── vulnerabilities.md ├── advanced │ ├── aot.md │ ├── assemblies-and-the-gac.md │ ├── bcl-debugging.md │ ├── cas.md │ ├── checked-build.md │ ├── com-interop.md │ ├── com.md │ ├── embedding │ │ ├── embedslides.md │ │ ├── index.md │ │ └── scripting.md │ ├── garbage-collector │ │ ├── benchmark-suite.md │ │ ├── index.md │ │ └── sgen │ │ │ ├── dtrace.md │ │ │ ├── index.md │ │ │ └── working-with-sgen.md │ ├── index.md │ ├── iomap.md │ ├── mono-llvm.md │ ├── performance-tips.md │ ├── pinvoke │ │ ├── dllmap.md │ │ ├── dllnotfoundexception.md │ │ └── index.md │ ├── runtime │ │ ├── docs │ │ │ ├── BITCODE.md │ │ │ ├── aot.md │ │ │ ├── ascii-strings.md │ │ │ ├── atomics-memory-model.md │ │ │ ├── coop-state-machine.dot │ │ │ ├── coop-state-machine.png │ │ │ ├── coop-suspend.md │ │ │ ├── exception-handling.md │ │ │ ├── generic-sharing.md │ │ │ ├── generics.md │ │ │ ├── glossary.md │ │ │ ├── gsharedvt.md │ │ │ ├── index.md │ │ │ ├── linear-ir.md │ │ │ ├── llvm-backend.md │ │ │ ├── memory-management.md │ │ │ ├── mini-porting.md │ │ │ ├── mono-error.md │ │ │ ├── other.md │ │ │ ├── register-allocation.md │ │ │ ├── soft-debugger-wire-format.md │ │ │ ├── soft-debugger.md │ │ │ ├── thread-safety.md │ │ │ ├── trampolines.md │ │ │ └── xdebug.md │ │ ├── index.md │ │ ├── jitslides.md │ │ ├── logging-runtime-events.md │ │ ├── memory-leaks.md │ │ ├── porting.md │ │ ├── runtime-hacking.md │ │ ├── runtime-requests.md │ │ └── thread-priority.md │ ├── safehandles.md │ ├── sandbox.md │ └── signals.md ├── compiling-mono │ ├── advanced-mono-compile-options.md │ ├── compiling-from-git.md │ ├── compiling-from-tarball.md │ ├── index.md │ ├── linux │ │ └── index.md │ ├── mac │ │ └── index.md │ ├── parallel-mono-environments.md │ ├── small-footprint.md │ ├── unsupported-advanced-compile-options.md │ └── windows │ │ ├── index.md │ │ └── no-cygwin.md ├── database-access │ ├── adonet.md │ ├── entityframework.md │ ├── index.md │ └── providers │ │ ├── db2.md │ │ ├── firebird.md │ │ ├── index.md │ │ ├── mysql.md │ │ ├── odbc.md │ │ ├── oracle.md │ │ ├── postgresql.md │ │ ├── sqlclient.md │ │ ├── sqlite.md │ │ └── sybase.md ├── debug+profile │ ├── clang │ │ ├── addresssanitizer.md │ │ ├── blacklists.md │ │ ├── customisation.md │ │ ├── index.md │ │ └── threadsanitizer.md │ ├── debug │ │ ├── debugger.md │ │ ├── index.md │ │ ├── lldb-source-map.md │ │ └── telemetry.md │ ├── index.md │ └── profile │ │ ├── code-coverage.md │ │ ├── dtrace.md │ │ ├── index.md │ │ └── profiler.md ├── faq │ ├── aspnet.md │ ├── documentation.md │ ├── general.md │ ├── gtk.md │ ├── index.md │ ├── known-issues │ │ ├── index.md │ │ └── urikind-relativeorabsolute.md │ ├── licensing.md │ ├── security.md │ ├── technical.md │ └── winforms.md ├── getting-started │ ├── application-deployment.md │ ├── application-portability.md │ ├── development-environments.md │ ├── index.md │ ├── install │ │ ├── index.md │ │ ├── linux │ │ │ ├── ci-packages.md │ │ │ └── index.md │ │ ├── mac │ │ │ └── index.md │ │ └── windows │ │ │ └── index.md │ └── mono-basics.md ├── gui │ ├── choosing-a-gui-toolkit.md │ ├── drawing.md │ ├── gtksharp │ │ ├── beginners-guide.md │ │ ├── details.md │ │ ├── gapi.md │ │ ├── gtksharp3-porting-guide.md │ │ ├── hello-world.md │ │ ├── ideas.md │ │ ├── implementing-ginterfaces.md │ │ ├── index.md │ │ ├── installer-for-net-framework.md │ │ ├── new-in-version-2x.md │ │ ├── plan.md │ │ ├── responsive-applications.md │ │ ├── tutorials.md │ │ ├── upgrade.md │ │ └── widgets │ │ │ ├── adjustments.md │ │ │ ├── arrows.md │ │ │ ├── buttons.md │ │ │ ├── dialogs.md │ │ │ ├── fixed-container.md │ │ │ ├── frames.md │ │ │ ├── index.md │ │ │ ├── labels.md │ │ │ ├── layout-container.md │ │ │ ├── nodeview-tutorial-examples.md │ │ │ ├── nodeview-tutorial.md │ │ │ ├── notification-icon.md │ │ │ ├── packing-with-boxes.md │ │ │ ├── packing-with-tables.md │ │ │ ├── progress-bars.md │ │ │ ├── range-widgets.md │ │ │ ├── scale-widgets.md │ │ │ ├── scrollbar-widgets.md │ │ │ ├── tooltips.md │ │ │ ├── treeview-tutorial.md │ │ │ ├── widget-colours.md │ │ │ ├── widget-hierarchy.md │ │ │ ├── widget-layout-and-packing.md │ │ │ └── widget-overview.md │ ├── index.md │ ├── libgdiplus.md │ ├── problemgdiplusinit.md │ ├── winforms │ │ ├── debugging-with-mwf.md │ │ ├── getting-started-guide.md │ │ ├── index.md │ │ ├── porting-winforms-applications.md │ │ └── webbrowser.md │ └── wpf.md ├── index.md ├── tools+libraries │ ├── dead-toolkits.md │ ├── index.md │ ├── libraries │ │ ├── Mono.Cairo │ │ │ ├── cookbook.md │ │ │ ├── index.md │ │ │ └── tutorial.md │ │ ├── Mono.Cecil │ │ │ ├── faq.md │ │ │ └── index.md │ │ ├── index.md │ │ ├── monocurses.md │ │ ├── monomac.md │ │ └── xml.md │ └── tools │ │ ├── gendarme │ │ ├── development-faq.md │ │ ├── faq.md │ │ ├── index.md │ │ ├── roadmap.md │ │ └── rules │ │ │ ├── bad-practice.md │ │ │ ├── concurrency.md │ │ │ ├── correctness.md │ │ │ ├── design-generic.md │ │ │ ├── design-linq.md │ │ │ ├── design.md │ │ │ ├── exceptions.md │ │ │ ├── index.md │ │ │ ├── interoperability.md │ │ │ ├── maintainability.md │ │ │ ├── naming.md │ │ │ ├── performance.md │ │ │ ├── portability.md │ │ │ ├── security-cas.md │ │ │ ├── security.md │ │ │ ├── serialization.md │ │ │ ├── smells.md │ │ │ └── ui.md │ │ ├── index.md │ │ ├── linker.md │ │ ├── mdassembler.md │ │ ├── mdoc.md │ │ ├── mkbundle.md │ │ ├── monodis.md │ │ ├── monodoc │ │ ├── contributing.md │ │ ├── editing.md │ │ ├── generating-documentation.md │ │ └── index.md │ │ ├── monodocer.md │ │ └── repl.md └── web │ ├── aspnet.md │ ├── fastcgi │ ├── abyss.md │ ├── cherokee.md │ ├── index.md │ ├── lighttpd.md │ └── nginx.md │ ├── index.md │ ├── mod_mono-autoconfiguration.md │ ├── mod_mono.md │ ├── moonlight.md │ ├── porting-aspnet-applications.md │ └── wcf.md ├── download ├── nightly.html ├── preview.html └── stable.html ├── favicon.ico ├── files ├── gsoc-2017-clang-sanitizers-enhancitizer.zip └── mono-old-passwordderivebytes-4.0.5.1.zip ├── images ├── 2016-09-10-arm64-icache_hexdump.png ├── 2018-01-16-mono-static-webassembly-compilation │ ├── diagram1.png │ └── diagram2.png ├── 2018-09-12-csharp-jit │ ├── .gitignore │ ├── Makefile │ ├── mini-runtime.0.svg │ ├── mini-runtime.1.svg │ ├── mini-runtime.2.svg │ └── mini-runtime.tex ├── 2019-02-13-plastic-scm-mono │ ├── macplastic-brex.png │ ├── mergetool-on-solaris-11.jpg │ ├── performance-benchmark.png │ ├── plastic-1-on-linux.jpg │ ├── plastic-1-very-early.jpg │ ├── plastic-2-on-linux-2.jpg │ ├── plastic-2-on-linux.jpg │ ├── plastic-2.7-on-solaris-cde.jpg │ ├── plastic-3-running-on-solaris-11.jpg │ ├── plastic-on-solaris-sparc.png │ ├── scalability-benchmark.png │ ├── windows-brex.png │ └── windows-diff-window.png ├── OneClick.svg ├── System-drawing.png ├── bcl-debug-1.png ├── bcl-debug-2.png ├── bcl-debug-3.png ├── centos-logo.svg ├── code-completion-csharp.png ├── concurrent-gc-pause-times.png ├── debian-logo.svg ├── e4k-android-studio-dep.png ├── e4k-android-studio-import.png ├── embed-slides │ ├── img0.jpg │ ├── img1.jpg │ ├── img10.jpg │ ├── img11.jpg │ ├── img12.jpg │ ├── img13.jpg │ ├── img14.jpg │ ├── img15.jpg │ ├── img16.jpg │ ├── img17.jpg │ ├── img18.jpg │ ├── img19.jpg │ ├── img2.jpg │ ├── img3.jpg │ ├── img4.jpg │ ├── img5.jpg │ ├── img6.jpg │ ├── img7.jpg │ ├── img8.jpg │ └── img9.jpg ├── fedora-logo.svg ├── gsoc-2017-corefx-System.IO.Pipes.png ├── gsoc-2017-lambda-support-in-debugger-expression-evaluator.png ├── igv-diff.png ├── igv-screenshot.png ├── jit-slides │ ├── img0.jpg │ ├── img1.jpg │ ├── img10.jpg │ ├── img11.jpg │ ├── img12.jpg │ ├── img13.jpg │ ├── img14.jpg │ ├── img15.jpg │ ├── img16.jpg │ ├── img17.jpg │ ├── img18.jpg │ ├── img19.jpg │ ├── img2.jpg │ ├── img3.jpg │ ├── img4.jpg │ ├── img5.jpg │ ├── img6.jpg │ ├── img7.jpg │ ├── img8.jpg │ └── img9.jpg ├── mono-gorilla.png ├── mono-gorilla.svg ├── mono-mac-install.png ├── mono-os400.png ├── mono-repo-changes-pipeline-screenshot.png ├── raspbian-logo.svg ├── ubuntu-logo.svg ├── windows-install-mono-cmd.png └── windows-install-mono.png ├── index.html ├── markdownlint-config.rb └── news ├── index.html └── index.rss2 /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "bundler" 4 | directory: "/" 5 | schedule: 6 | interval: "monthly" 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site/ 2 | .vagrant 3 | .jekyll-metadata 4 | .DS_Store 5 | -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: "404 - File Not Found" 4 | permalink: /404.html 5 | --- 6 |
7 |
8 |

We could not find that page

9 |
10 | Please check that the link you used is correct. 11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | www.mono-project.com 2 | -------------------------------------------------------------------------------- /CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Code of Conduct 2 | 3 | This project has adopted the code of conduct defined by the Contributor Covenant 4 | to clarify expected behavior in our community. 5 | 6 | For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). 7 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Please read the [Contributing to the website](https://github.com/mono/website#contributing-to-the-website) section in the readme. 2 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'github-pages' 3 | gem 'html-proofer' 4 | gem 'mdl' 5 | gem "webrick", "~> 1.9" 6 | -------------------------------------------------------------------------------- /_data/assetsversions.yml: -------------------------------------------------------------------------------- 1 | # bump this whenever you make changes to the corresponding .css/.js files in the assets folder 2 | fontawesome: 6.1.1 3 | highlightjs: 11.5.1 4 | foundation: 5.3.0 5 | main: 1 6 | jquery: 2.1.1 7 | modernizr: 3.7.0 8 | normalize: 3.0.1 9 | -------------------------------------------------------------------------------- /_data/previewrelease.yml: -------------------------------------------------------------------------------- 1 | alpharelease.yml -------------------------------------------------------------------------------- /_data/stablerelease.yml: -------------------------------------------------------------------------------- 1 | latestrelease.yml -------------------------------------------------------------------------------- /_includes/blogpost/author.html: -------------------------------------------------------------------------------- 1 | {% capture author %}{{ page.author }}{{ blogpost.author }}{% endcapture %} 2 | 3 | {{ author }} 4 | -------------------------------------------------------------------------------- /_includes/blogpost/date.html: -------------------------------------------------------------------------------- 1 | {% capture date %}{{ page.date }}{{ blogpost.date }}{% endcapture %} 2 | {% capture has_date %}{{ date | size }}{% endcapture %} 3 | 4 | {% if has_date != '0' %} 5 | {% capture time %}{% endcapture %} 6 | {% endif %} 7 | 8 | 9 | -------------------------------------------------------------------------------- /_includes/blogpost/meta.html: -------------------------------------------------------------------------------- 1 |
2 | {% include blogpost/author.html %} 3 | {% include blogpost/date.html %}{{ time }} 4 | {% if page.tags == empty or blogpost.tags == empty %} 5 | {% else %} 6 | {% include blogpost/tags.html %} 7 | {% endif %} 8 |
9 | -------------------------------------------------------------------------------- /_includes/blogpost/tags.html: -------------------------------------------------------------------------------- 1 | {{ page.tags | join: ', ' }}{{ blogpost.tags | join: ', ' }} 2 | -------------------------------------------------------------------------------- /_includes/note.html: -------------------------------------------------------------------------------- 1 |
2 | {{ include.message | markdownify }} 3 |
4 | -------------------------------------------------------------------------------- /_posts/2014-11-18-mono-and-dotnet-integration.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: blog 3 | title: "Mono and .NET integration" 4 | author: Miguel de Icaza 5 | tags: [plans] 6 | --- 7 | 8 | We just published the [plan to integrate the .NET Framework source code into Mono](/docs/about-mono/dotnet-integration), and our plans to contribute to the .NET Core efforts. 9 | -------------------------------------------------------------------------------- /_posts/2015-05-18-gsoc-2015.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: blog 3 | title: "Selected Projects for Google Summer of Code 2015" 4 | author: Miguel de Icaza 5 | tags: [releases] 6 | --- 7 | 8 | Check out the projects 10 | that were accepted for the Google Summer of Code 2015. 11 | -------------------------------------------------------------------------------- /api/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: https://download.mono-project.com/api/master/ 3 | --- 4 | -------------------------------------------------------------------------------- /archived/.markdownlint.jsonc: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "../.markdownlint.json", 3 | "MD025": false // too many violations and we don't care about it in /archived 4 | } -------------------------------------------------------------------------------- /archived/3de.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "3DE" 3 | lastmodified: '2005-12-22' 4 | redirect_from: 5 | - /3DE/ 6 | --- 7 | 8 | 3DE 9 | === 10 | 11 | Definition 12 | ---------- 13 | 14 | 3D Development Environment 15 | 16 | Examples 17 | -------- 18 | 19 | [Jenkara](/Jenkara) 20 | -------------------------------------------------------------------------------- /archived/accessibility_moonuiaatkbridge_functional_specification.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Accessibility: MoonUiaAtkBridge Functional Specification" 3 | lastmodified: '2009-09-09' 4 | redirect_from: 5 | - /Accessibility%3A_MoonUiaAtkBridge_Functional_Specification/ 6 | --- 7 | 8 | Accessibility: MoonUiaAtkBridge Functional Specification 9 | ======================================================== 10 | -------------------------------------------------------------------------------- /archived/accessibility_test_script_standard.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Accessibility: Test Script Standard" 3 | lastmodified: '2008-06-11' 4 | redirect_from: 5 | - /Accessibility%3A_Test_Script_Standard/ 6 | --- 7 | 8 | Accessibility: Test Script Standard 9 | =================================== 10 | -------------------------------------------------------------------------------- /archived/atksharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AtkSharp" 3 | lastmodified: '2008-03-17' 4 | redirect_from: 5 | - /AtkSharp/ 6 | --- 7 | 8 | AtkSharp 9 | ======== 10 | 11 | Go to the [MonoDoc API page](http://docs.go-mono.com/index.aspx?tlink=5@N%3aAtk) for reference. 12 | -------------------------------------------------------------------------------- /archived/categoryadonet.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:ADO.NET" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AADO.NET/ 6 | --- 7 | 8 | Category:ADO.NET 9 | ================ 10 | 11 | See [ADO.NET](/ADO.NET) 12 | -------------------------------------------------------------------------------- /archived/categoryarticles.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Articles" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AArticles/ 6 | --- 7 | 8 | Category:Articles 9 | ================= 10 | 11 | See [Articles](/Articles) for more information. 12 | -------------------------------------------------------------------------------- /archived/categoryaspnet.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:ASP.NET" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AASP.NET/ 6 | --- 7 | 8 | Category:ASP.NET 9 | ================ 10 | 11 | See [ASP.NET](/ASP.NET) page for more information related to ASP.NET. 12 | -------------------------------------------------------------------------------- /archived/categorydeveloper_resource.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Developer Resource" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3ADeveloper_Resource/ 6 | --- 7 | 8 | Category:Developer Resource 9 | =========================== 10 | 11 | All the pages focused on providing information about programming with Mono to the developer. 12 | -------------------------------------------------------------------------------- /archived/categorydocumentation.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Documentation" 3 | lastmodified: '2005-10-13' 4 | redirect_from: 5 | - /Category%3ADocumentation/ 6 | --- 7 | 8 | Category:Documentation 9 | ====================== 10 | 11 | Documentation 12 | -------------------------------------------------------------------------------- /archived/categoryfaq.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:FAQ" 3 | lastmodified: '2007-01-26' 4 | redirect_from: 5 | - /Category%3AFAQ/ 6 | --- 7 | 8 | Category:FAQ 9 | ============ 10 | 11 | FAQ pages. For a categorized list of available FAQs see the [main FAQ Article](/FAQ). 12 | -------------------------------------------------------------------------------- /archived/categoryfastcgi.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:FastCGI" 3 | lastmodified: '2008-06-25' 4 | redirect_from: 5 | - /Category%3AFastCGI/ 6 | --- 7 | 8 | Category:FastCGI 9 | ================ 10 | 11 | Pages containing information about [FastCGI](/FastCGI) 12 | -------------------------------------------------------------------------------- /archived/categorygstreamersharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:GstreamerSharp" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /Category%3AGstreamerSharp/ 6 | --- 7 | 8 | Category:GstreamerSharp 9 | ======================= 10 | 11 | (n/a) 12 | -------------------------------------------------------------------------------- /archived/categorygtkgl.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:GtkGL" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /Category%3AGtkGL/ 6 | --- 7 | 8 | Category:GtkGL 9 | ============== 10 | 11 | (n/a) 12 | -------------------------------------------------------------------------------- /archived/categorygtksharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:GtkSharp" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AGtkSharp/ 6 | --- 7 | 8 | Category:GtkSharp 9 | ================= 10 | 11 | Pages related to [Gtk#](/GtkSharp) 12 | -------------------------------------------------------------------------------- /archived/categoryhowto.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:HowTo" 3 | lastmodified: '2007-10-25' 4 | redirect_from: 5 | - /Category%3AHowTo/ 6 | --- 7 | 8 | Category:HowTo 9 | ============== 10 | 11 | Simple documents that explain how to get a specific task done with Mono. 12 | -------------------------------------------------------------------------------- /archived/categoryincomplete.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Incomplete" 3 | lastmodified: '2005-09-20' 4 | redirect_from: 5 | - /Category%3AIncomplete/ 6 | --- 7 | 8 | Category:Incomplete 9 | =================== 10 | 11 | This is a list of incomplete pages that need more information added to them. 12 | -------------------------------------------------------------------------------- /archived/categoryjava.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Java" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AJava/ 6 | --- 7 | 8 | Category:Java 9 | ============= 10 | 11 | See [IKVM](/IKVM) 12 | -------------------------------------------------------------------------------- /archived/categorylanguages.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Languages" 3 | lastmodified: '2005-10-13' 4 | redirect_from: 5 | - /Category%3ALanguages/ 6 | --- 7 | 8 | Category:Languages 9 | ================== 10 | 11 | Languages supported by Mono 12 | -------------------------------------------------------------------------------- /archived/categorymonkeyguide.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Monkeyguide" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AMonkeyguide/ 6 | --- 7 | 8 | Category:Monkeyguide 9 | ==================== 10 | 11 | Pages from the orginial Monkeyguide 12 | -------------------------------------------------------------------------------- /archived/categorymono_framework.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Mono Framework" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Category%3AMono_Framework/ 6 | --- 7 | 8 | Category:Mono Framework 9 | ======================= 10 | 11 | Pages related to Mono and the Mono Framework in general 12 | -------------------------------------------------------------------------------- /archived/categoryneedscleanup.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:NeedsCleanup" 3 | lastmodified: '2005-09-20' 4 | redirect_from: 5 | - /Category%3ANeedsCleanup/ 6 | --- 7 | 8 | Category:NeedsCleanup 9 | ===================== 10 | -------------------------------------------------------------------------------- /archived/categoryobjcsharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:ObjCSharp" 3 | lastmodified: '2006-05-17' 4 | redirect_from: 5 | - /Category%3AObjCSharp/ 6 | --- 7 | 8 | Category:ObjCSharp 9 | ================== 10 | 11 | . 12 | -------------------------------------------------------------------------------- /archived/categoryobsolete.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Obsolete" 3 | lastmodified: '2007-05-14' 4 | redirect_from: 5 | - /Category%3AObsolete/ 6 | --- 7 | 8 | Category:Obsolete 9 | ================= 10 | 11 | A list of articles which are now obsolete. 12 | -------------------------------------------------------------------------------- /archived/categoryporting.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Porting" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /Category%3APorting/ 6 | --- 7 | 8 | Category:Porting 9 | ================ 10 | 11 | How to port applications to Mono - things to do, people to see, etc, etc. 12 | -------------------------------------------------------------------------------- /archived/categorysummer_of_code.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Summer of Code" 3 | lastmodified: '2006-05-25' 4 | redirect_from: 5 | - /Category%3ASummer_of_Code/ 6 | --- 7 | 8 | Category:Summer of Code 9 | ======================= 10 | 11 | Summer Of Code Projects 12 | -------------------------------------------------------------------------------- /archived/categorysupport.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Support" 3 | lastmodified: '2005-09-08' 4 | redirect_from: 5 | - /Category%3ASupport/ 6 | --- 7 | 8 | Category:Support 9 | ================ 10 | 11 | Various Support Options 12 | -------------------------------------------------------------------------------- /archived/categorytutorial.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Tutorial" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /Category%3ATutorial/ 6 | --- 7 | 8 | Category:Tutorial 9 | ================= 10 | 11 | Tutorials galore 12 | -------------------------------------------------------------------------------- /archived/categorywebbrowser.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:WebBrowser" 3 | lastmodified: '2006-05-11' 4 | redirect_from: 5 | - /Category%3AWebBrowser/ 6 | --- 7 | 8 | Category:WebBrowser 9 | =================== 10 | 11 | . 12 | -------------------------------------------------------------------------------- /archived/categorywindows.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Windows" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /Category%3AWindows/ 6 | --- 7 | 8 | Category:Windows 9 | ================ 10 | 11 | Windows-specific entries - compiling, porting, etc. 12 | -------------------------------------------------------------------------------- /archived/categorywinforms.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:WinForms" 3 | lastmodified: '2007-01-26' 4 | redirect_from: 5 | - /Category%3AWinForms/ 6 | --- 7 | 8 | Category:WinForms 9 | ================= 10 | 11 | This category contains articles about the Windows Forms GUI Toolkit. Please see [WinForms](/WinForms) for a general overview. 12 | -------------------------------------------------------------------------------- /archived/categoryworkflow.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Category:Workflow" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /Category%3AWorkflow/ 6 | --- 7 | 8 | Category:Workflow 9 | ================= 10 | 11 | Windows Workflow Foundation - related entries. 12 | -------------------------------------------------------------------------------- /archived/gtkglareasharp008.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GtkGLAreaSharp:0.0.8" 3 | lastmodified: '2007-05-25' 4 | redirect_from: 5 | - /GtkGLAreaSharp%3A0.0.8/ 6 | --- 7 | 8 | GtkGLAreaSharp:0.0.8 9 | ==================== 10 | 11 | GtkGLArea version 0.0.8 marks the completion (I hate that word) of the rotation-buttons example. 12 | -------------------------------------------------------------------------------- /archived/gtkglext.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GtkGLExt" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /GtkGLExt/ 6 | --- 7 | 8 | GtkGLExt 9 | ======== 10 | 11 | A GL extension to GTK 12 | 13 | [http://gtkglext.sourceforge.net/](http://gtkglext.sourceforge.net/) 14 | -------------------------------------------------------------------------------- /archived/gtkglextmm.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GtkGLExtMM" 3 | lastmodified: '2007-03-12' 4 | redirect_from: 5 | - /GtkGLExtMM/ 6 | --- 7 | 8 | GtkGLExtMM 9 | ========== 10 | 11 | c++ wrapper around [GtkGLExt](/GtkGLExt) 12 | -------------------------------------------------------------------------------- /archived/gtkglglobjectbase.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GtkGL.GLObjectBase" 3 | lastmodified: '2007-05-25' 4 | redirect_from: 5 | - /GtkGL.GLObjectBase/ 6 | --- 7 | 8 | GtkGL.GLObjectBase 9 | ================== 10 | 11 | I created GtkGL.GLObjectBase in order to create default implementations of the methods required by the [GtkGL.IGLObject](/GtkGL.IGLObject) interface 12 | -------------------------------------------------------------------------------- /archived/gtkglrotationdirection.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GtkGL.Rotation.Direction" 3 | lastmodified: '2007-05-25' 4 | redirect_from: 5 | - /GtkGL.Rotation.Direction/ 6 | --- 7 | 8 | GtkGL.Rotation.Direction 9 | ======================== 10 | 11 | An enum. Values are Clockwise and CounterClockwise 12 | -------------------------------------------------------------------------------- /archived/gtkglteapot.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GtkGL.Teapot" 3 | lastmodified: '2007-05-25' 4 | redirect_from: 5 | - /GtkGL.Teapot/ 6 | --- 7 | 8 | GtkGL.Teapot 9 | ============ 10 | 11 | GtkGL.Teapot is the first instance of [GtkGL.GLObjectBase](/GtkGL.GLObjectBase) and further, it is the first class to implement the [GtkGL.IGLObject](/GtkGL.IGLObject) interface. 12 | -------------------------------------------------------------------------------- /archived/gtkmm.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GTKMM" 3 | lastmodified: '2005-12-22' 4 | redirect_from: 5 | - /GTKMM/ 6 | --- 7 | 8 | GTKMM 9 | ===== 10 | 11 | C++ wrappers around gtk+ 12 | -------------------------------------------------------------------------------- /archived/ikvm.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "IKVM" 3 | lastmodified: '2005-09-08' 4 | redirect_from: 5 | - /IKVM/ 6 | --- 7 | 8 | IKVM 9 | ==== 10 | 11 | The framework required to host and interface with Java byte code on top of the MS .NET and Mono runtimes. 12 | 13 | See [Java](/Java) or [http://www.ikvm.net](http://www.ikvm.net). 14 | -------------------------------------------------------------------------------- /archived/images/0/02/Linux4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/02/Linux4.png -------------------------------------------------------------------------------- /archived/images/0/03/Mono.fire.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/03/Mono.fire.gif -------------------------------------------------------------------------------- /archived/images/0/03/Novell_Patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/03/Novell_Patches.png -------------------------------------------------------------------------------- /archived/images/0/04/GtkSharpCombo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/04/GtkSharpCombo.png -------------------------------------------------------------------------------- /archived/images/0/04/GtkSharpNodeViewSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/04/GtkSharpNodeViewSimple.png -------------------------------------------------------------------------------- /archived/images/0/05/Gsoc2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/05/Gsoc2010.png -------------------------------------------------------------------------------- /archived/images/0/05/Monocalendar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/05/Monocalendar2.png -------------------------------------------------------------------------------- /archived/images/0/06/Step1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/06/Step1.jpg -------------------------------------------------------------------------------- /archived/images/0/07/GtkSharpTreeViewTutorial4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/07/GtkSharpTreeViewTutorial4.png -------------------------------------------------------------------------------- /archived/images/0/08/Blogengine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/08/Blogengine.png -------------------------------------------------------------------------------- /archived/images/0/08/Mono-powered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/08/Mono-powered.png -------------------------------------------------------------------------------- /archived/images/0/0a/20131130-allies02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0a/20131130-allies02.png -------------------------------------------------------------------------------- /archived/images/0/0a/I18n_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0a/I18n_en.png -------------------------------------------------------------------------------- /archived/images/0/0a/Matt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0a/Matt.png -------------------------------------------------------------------------------- /archived/images/0/0b/Airlines-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0b/Airlines-demo.png -------------------------------------------------------------------------------- /archived/images/0/0b/Nunit-gui-2.2.5-msnet_tests-loaded.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0b/Nunit-gui-2.2.5-msnet_tests-loaded.PNG -------------------------------------------------------------------------------- /archived/images/0/0c/CSharpPlugin_img_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0c/CSharpPlugin_img_10.jpg -------------------------------------------------------------------------------- /archived/images/0/0c/Dt_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0c/Dt_7.png -------------------------------------------------------------------------------- /archived/images/0/0c/Path-parsing-progression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0c/Path-parsing-progression.png -------------------------------------------------------------------------------- /archived/images/0/0d/Harinath.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0d/Harinath.jpg -------------------------------------------------------------------------------- /archived/images/0/0e/Mvp-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0e/Mvp-start.png -------------------------------------------------------------------------------- /archived/images/0/0e/Svn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0e/Svn3.png -------------------------------------------------------------------------------- /archived/images/0/0e/Tml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0e/Tml.png -------------------------------------------------------------------------------- /archived/images/0/0f/Combo400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/0/0f/Combo400.png -------------------------------------------------------------------------------- /archived/images/1/10/Md_hw_iphone13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/10/Md_hw_iphone13.png -------------------------------------------------------------------------------- /archived/images/1/10/Nclass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/10/Nclass2.png -------------------------------------------------------------------------------- /archived/images/1/10/Splendidcrm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/10/Splendidcrm.jpg -------------------------------------------------------------------------------- /archived/images/1/10/Uia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/10/Uia.jpg -------------------------------------------------------------------------------- /archived/images/1/11/CSharpPlugin_img_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/11/CSharpPlugin_img_12.jpg -------------------------------------------------------------------------------- /archived/images/1/11/CSharpPlugin_img_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/11/CSharpPlugin_img_9.jpg -------------------------------------------------------------------------------- /archived/images/1/12/CecilInstrCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/12/CecilInstrCD.png -------------------------------------------------------------------------------- /archived/images/1/12/GtkSharpIconView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/12/GtkSharpIconView.png -------------------------------------------------------------------------------- /archived/images/1/12/Soc_rules48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/12/Soc_rules48.png -------------------------------------------------------------------------------- /archived/images/1/12/Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/12/Viewer.png -------------------------------------------------------------------------------- /archived/images/1/13/Md_hw_iphone28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/13/Md_hw_iphone28.png -------------------------------------------------------------------------------- /archived/images/1/14/Cjac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/14/Cjac.png -------------------------------------------------------------------------------- /archived/images/1/14/Gtksharp-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/14/Gtksharp-thumb.png -------------------------------------------------------------------------------- /archived/images/1/15/PEditGtkSharpN800.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/15/PEditGtkSharpN800.gif -------------------------------------------------------------------------------- /archived/images/1/15/SGenSpaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/15/SGenSpaces.png -------------------------------------------------------------------------------- /archived/images/1/15/Uiaclient1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/15/Uiaclient1.png -------------------------------------------------------------------------------- /archived/images/1/17/Bgmerrell0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/17/Bgmerrell0.png -------------------------------------------------------------------------------- /archived/images/1/17/Tangerine-prefs-win32-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/17/Tangerine-prefs-win32-new.png -------------------------------------------------------------------------------- /archived/images/1/18/Build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/18/Build.png -------------------------------------------------------------------------------- /archived/images/1/18/Cesar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/18/Cesar.png -------------------------------------------------------------------------------- /archived/images/1/18/Md_hw_iphone8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/18/Md_hw_iphone8.png -------------------------------------------------------------------------------- /archived/images/1/18/Mwf_added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/18/Mwf_added.png -------------------------------------------------------------------------------- /archived/images/1/19/Cairo_setsourcegradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/19/Cairo_setsourcegradient.png -------------------------------------------------------------------------------- /archived/images/1/1a/Airlines-current-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1a/Airlines-current-demo.png -------------------------------------------------------------------------------- /archived/images/1/1a/Dialog-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1a/Dialog-warning.png -------------------------------------------------------------------------------- /archived/images/1/1b/DockPatternProvider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1b/DockPatternProvider.png -------------------------------------------------------------------------------- /archived/images/1/1b/Framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1b/Framework.png -------------------------------------------------------------------------------- /archived/images/1/1c/Addin-arch4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1c/Addin-arch4.png -------------------------------------------------------------------------------- /archived/images/1/1c/Cairo_path-moveto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1c/Cairo_path-moveto.png -------------------------------------------------------------------------------- /archived/images/1/1c/Msnclass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1c/Msnclass.png -------------------------------------------------------------------------------- /archived/images/1/1c/Thread-stacks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1c/Thread-stacks.png -------------------------------------------------------------------------------- /archived/images/1/1d/Gnome_menu-monodoc-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1d/Gnome_menu-monodoc-1.png -------------------------------------------------------------------------------- /archived/images/1/1d/Mwf_adding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1d/Mwf_adding.png -------------------------------------------------------------------------------- /archived/images/1/1e/Cairo_path-arcto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1e/Cairo_path-arcto.png -------------------------------------------------------------------------------- /archived/images/1/1e/Surfacemodified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1e/Surfacemodified.png -------------------------------------------------------------------------------- /archived/images/1/1e/Test-monkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1e/Test-monkey.png -------------------------------------------------------------------------------- /archived/images/1/1f/Asppublish2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/1/1f/Asppublish2.png -------------------------------------------------------------------------------- /archived/images/2/20/Spouliot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/20/Spouliot.png -------------------------------------------------------------------------------- /archived/images/2/21/CodicePlasticMac1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/21/CodicePlasticMac1.jpg -------------------------------------------------------------------------------- /archived/images/2/22/Accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/22/Accept.png -------------------------------------------------------------------------------- /archived/images/2/22/CSharpPlugin_img_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/22/CSharpPlugin_img_13.jpg -------------------------------------------------------------------------------- /archived/images/2/22/Ieclone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/22/Ieclone.png -------------------------------------------------------------------------------- /archived/images/2/22/MoMA_1.1-Step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/22/MoMA_1.1-Step_2.png -------------------------------------------------------------------------------- /archived/images/2/23/Flow2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/23/Flow2.jpg -------------------------------------------------------------------------------- /archived/images/2/23/MonoToolsEnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/23/MonoToolsEnt.png -------------------------------------------------------------------------------- /archived/images/2/26/Java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/26/Java.png -------------------------------------------------------------------------------- /archived/images/2/26/Silverlight-airlines-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/26/Silverlight-airlines-demo.png -------------------------------------------------------------------------------- /archived/images/2/27/90-180-360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/27/90-180-360.png -------------------------------------------------------------------------------- /archived/images/2/28/Screenshot-MonoCalendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/28/Screenshot-MonoCalendar.png -------------------------------------------------------------------------------- /archived/images/2/28/Uia-atk_bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/28/Uia-atk_bridge.png -------------------------------------------------------------------------------- /archived/images/2/29/Pedroas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/29/Pedroas.png -------------------------------------------------------------------------------- /archived/images/2/2a/0911030528Mp6F5SHL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2a/0911030528Mp6F5SHL.png -------------------------------------------------------------------------------- /archived/images/2/2a/20-to-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2a/20-to-21.png -------------------------------------------------------------------------------- /archived/images/2/2a/ClientAssemblies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2a/ClientAssemblies.png -------------------------------------------------------------------------------- /archived/images/2/2a/Md-monomac-bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2a/Md-monomac-bundle.png -------------------------------------------------------------------------------- /archived/images/2/2a/Notepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2a/Notepad.png -------------------------------------------------------------------------------- /archived/images/2/2b/Cairo_showtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2b/Cairo_showtext.png -------------------------------------------------------------------------------- /archived/images/2/2b/Demo-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2b/Demo-screenshot.png -------------------------------------------------------------------------------- /archived/images/2/2b/Jluke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2b/Jluke.png -------------------------------------------------------------------------------- /archived/images/2/2b/Loaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2b/Loaded.png -------------------------------------------------------------------------------- /archived/images/2/2b/Monovs-1click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2b/Monovs-1click.png -------------------------------------------------------------------------------- /archived/images/2/2d/Scanstarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2d/Scanstarts.png -------------------------------------------------------------------------------- /archived/images/2/2d/Xamarin_Query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2d/Xamarin_Query.png -------------------------------------------------------------------------------- /archived/images/2/2e/Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2e/Star.png -------------------------------------------------------------------------------- /archived/images/2/2f/Mojoportal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2f/Mojoportal.png -------------------------------------------------------------------------------- /archived/images/2/2f/Mono_icon_solaris.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/2/2f/Mono_icon_solaris.gif -------------------------------------------------------------------------------- /archived/images/3/30/Antialias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/30/Antialias.png -------------------------------------------------------------------------------- /archived/images/3/30/Aspnetedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/30/Aspnetedit.png -------------------------------------------------------------------------------- /archived/images/3/30/Text2330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/30/Text2330.png -------------------------------------------------------------------------------- /archived/images/3/31/Dt_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Dt_9.png -------------------------------------------------------------------------------- /archived/images/3/31/Hector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Hector.png -------------------------------------------------------------------------------- /archived/images/3/31/Md_hw_iphone14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Md_hw_iphone14.png -------------------------------------------------------------------------------- /archived/images/3/31/Mono-powered-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Mono-powered-big.png -------------------------------------------------------------------------------- /archived/images/3/31/Mono1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Mono1.gif -------------------------------------------------------------------------------- /archived/images/3/31/Nunit-gui-2.2.5-msnet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Nunit-gui-2.2.5-msnet.PNG -------------------------------------------------------------------------------- /archived/images/3/31/Rect2300_nes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Rect2300_nes.png -------------------------------------------------------------------------------- /archived/images/3/31/RoundedRectangles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/RoundedRectangles.png -------------------------------------------------------------------------------- /archived/images/3/31/Tablelayoutpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/31/Tablelayoutpanel.png -------------------------------------------------------------------------------- /archived/images/3/32/Md_hw_iphone9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/32/Md_hw_iphone9.png -------------------------------------------------------------------------------- /archived/images/3/32/Screenshot-SharpChess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/32/Screenshot-SharpChess.png -------------------------------------------------------------------------------- /archived/images/3/33/Scribbler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/33/Scribbler.png -------------------------------------------------------------------------------- /archived/images/3/33/TrayIconPopMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/33/TrayIconPopMenu.png -------------------------------------------------------------------------------- /archived/images/3/34/Md1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/34/Md1.png -------------------------------------------------------------------------------- /archived/images/3/34/Monodoc-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/34/Monodoc-thumb.png -------------------------------------------------------------------------------- /archived/images/3/34/Ray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/34/Ray.png -------------------------------------------------------------------------------- /archived/images/3/35/Checkbutton-accerciser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/35/Checkbutton-accerciser.png -------------------------------------------------------------------------------- /archived/images/3/35/Jordi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/35/Jordi.png -------------------------------------------------------------------------------- /archived/images/3/35/Moma1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/35/Moma1.png -------------------------------------------------------------------------------- /archived/images/3/35/Nunit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/35/Nunit2.png -------------------------------------------------------------------------------- /archived/images/3/36/CSharpPlugin_img_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/36/CSharpPlugin_img_15.jpg -------------------------------------------------------------------------------- /archived/images/3/36/Moma48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/36/Moma48.png -------------------------------------------------------------------------------- /archived/images/3/36/MonoDevelop0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/36/MonoDevelop0.5.png -------------------------------------------------------------------------------- /archived/images/3/36/Vwglogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/36/Vwglogo.gif -------------------------------------------------------------------------------- /archived/images/3/37/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/37/Architecture.png -------------------------------------------------------------------------------- /archived/images/3/37/Openvpn-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/37/Openvpn-admin.png -------------------------------------------------------------------------------- /archived/images/3/38/Request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/38/Request.png -------------------------------------------------------------------------------- /archived/images/3/39/Conditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/39/Conditional.png -------------------------------------------------------------------------------- /archived/images/3/3b/Mono-roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/3b/Mono-roadmap.png -------------------------------------------------------------------------------- /archived/images/3/3c/Lesson03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/3c/Lesson03.png -------------------------------------------------------------------------------- /archived/images/3/3d/Md2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/3d/Md2.png -------------------------------------------------------------------------------- /archived/images/3/3e/CSharpPlugin_img_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/3e/CSharpPlugin_img_2.jpg -------------------------------------------------------------------------------- /archived/images/3/3e/CSharpPlugin_img_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/3e/CSharpPlugin_img_7.jpg -------------------------------------------------------------------------------- /archived/images/3/3f/Nclass1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/3/3f/Nclass1.png -------------------------------------------------------------------------------- /archived/images/4/40/Md_hw_iphone25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/40/Md_hw_iphone25.png -------------------------------------------------------------------------------- /archived/images/4/41/Md_hw_iphone29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/41/Md_hw_iphone29.png -------------------------------------------------------------------------------- /archived/images/4/41/Monodoc-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/41/Monodoc-edit.png -------------------------------------------------------------------------------- /archived/images/4/42/Summit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/42/Summit.png -------------------------------------------------------------------------------- /archived/images/4/43/Context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/43/Context.png -------------------------------------------------------------------------------- /archived/images/4/43/Datagridview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/43/Datagridview.png -------------------------------------------------------------------------------- /archived/images/4/43/Md_hw_iphone21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/43/Md_hw_iphone21.png -------------------------------------------------------------------------------- /archived/images/4/43/SgenNurseryAlloc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/43/SgenNurseryAlloc.png -------------------------------------------------------------------------------- /archived/images/4/44/Moma2p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/44/Moma2p3.png -------------------------------------------------------------------------------- /archived/images/4/44/Xs_new_pcl_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/44/Xs_new_pcl_project.png -------------------------------------------------------------------------------- /archived/images/4/46/Uia-winform-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/46/Uia-winform-diagram.png -------------------------------------------------------------------------------- /archived/images/4/47/CecilMainCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/47/CecilMainCD.png -------------------------------------------------------------------------------- /archived/images/4/48/Dt_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/48/Dt_8.png -------------------------------------------------------------------------------- /archived/images/4/48/Filelist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/48/Filelist.png -------------------------------------------------------------------------------- /archived/images/4/48/Mono_rpm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/48/Mono_rpm.gif -------------------------------------------------------------------------------- /archived/images/4/49/Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/49/Error.png -------------------------------------------------------------------------------- /archived/images/4/4a/Transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4a/Transform.png -------------------------------------------------------------------------------- /archived/images/4/4a/TransformPattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4a/TransformPattern.png -------------------------------------------------------------------------------- /archived/images/4/4c/Jonpryor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4c/Jonpryor.png -------------------------------------------------------------------------------- /archived/images/4/4d/Johannes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4d/Johannes.png -------------------------------------------------------------------------------- /archived/images/4/4d/Md_hw_iphone6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4d/Md_hw_iphone6.png -------------------------------------------------------------------------------- /archived/images/4/4e/Profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4e/Profiles.png -------------------------------------------------------------------------------- /archived/images/4/4e/Sandy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4e/Sandy.png -------------------------------------------------------------------------------- /archived/images/4/4f/Heapshot_opened_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/4/4f/Heapshot_opened_file.png -------------------------------------------------------------------------------- /archived/images/5/51/Smuxi-theming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/51/Smuxi-theming.png -------------------------------------------------------------------------------- /archived/images/5/52/CSharpPlugin_img_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/52/CSharpPlugin_img_4.jpg -------------------------------------------------------------------------------- /archived/images/5/53/Beagle-1-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/53/Beagle-1-thumb.png -------------------------------------------------------------------------------- /archived/images/5/53/Heapshot_hashtable_referencing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/53/Heapshot_hashtable_referencing.png -------------------------------------------------------------------------------- /archived/images/5/53/Moma2p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/53/Moma2p1.png -------------------------------------------------------------------------------- /archived/images/5/54/CSharpPlugin_img_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/54/CSharpPlugin_img_5.jpg -------------------------------------------------------------------------------- /archived/images/5/54/Knocte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/54/Knocte.png -------------------------------------------------------------------------------- /archived/images/5/54/WinMonoXspStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/54/WinMonoXspStart.png -------------------------------------------------------------------------------- /archived/images/5/54/Xaml-demo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/54/Xaml-demo-1.png -------------------------------------------------------------------------------- /archived/images/5/55/Binaryclock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/55/Binaryclock.jpg -------------------------------------------------------------------------------- /archived/images/5/55/Intertw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/55/Intertw1.png -------------------------------------------------------------------------------- /archived/images/5/55/MoMA_1.1-Step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/55/MoMA_1.1-Step_1.png -------------------------------------------------------------------------------- /archived/images/5/55/Step4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/55/Step4.jpg -------------------------------------------------------------------------------- /archived/images/5/56/CSharpPlugin_img_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/56/CSharpPlugin_img_14.jpg -------------------------------------------------------------------------------- /archived/images/5/56/GtkSharpTreeViewTutorial2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/56/GtkSharpTreeViewTutorial2.png -------------------------------------------------------------------------------- /archived/images/5/57/IFolder_Linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/57/IFolder_Linux.png -------------------------------------------------------------------------------- /archived/images/5/57/Monouml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/57/Monouml.png -------------------------------------------------------------------------------- /archived/images/5/57/Roots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/57/Roots.png -------------------------------------------------------------------------------- /archived/images/5/57/Tomboy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/57/Tomboy2.png -------------------------------------------------------------------------------- /archived/images/5/58/SgenEvacuation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/58/SgenEvacuation.png -------------------------------------------------------------------------------- /archived/images/5/59/Cairo_tips-ellipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/59/Cairo_tips-ellipse.png -------------------------------------------------------------------------------- /archived/images/5/59/Calen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/59/Calen.png -------------------------------------------------------------------------------- /archived/images/5/59/Pinta1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/59/Pinta1.jpg -------------------------------------------------------------------------------- /archived/images/5/59/SurfaceJun17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/59/SurfaceJun17.png -------------------------------------------------------------------------------- /archived/images/5/59/Tomboy-mainwindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/59/Tomboy-mainwindow.png -------------------------------------------------------------------------------- /archived/images/5/5a/Lesson01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5a/Lesson01.png -------------------------------------------------------------------------------- /archived/images/5/5a/Md_hw_iphone22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5a/Md_hw_iphone22.png -------------------------------------------------------------------------------- /archived/images/5/5a/Step2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5a/Step2.jpg -------------------------------------------------------------------------------- /archived/images/5/5a/Strongwind_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5a/Strongwind_arch.png -------------------------------------------------------------------------------- /archived/images/5/5b/Asppublish1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5b/Asppublish1.png -------------------------------------------------------------------------------- /archived/images/5/5b/Lesson04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5b/Lesson04.png -------------------------------------------------------------------------------- /archived/images/5/5b/Screenshot128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5b/Screenshot128.png -------------------------------------------------------------------------------- /archived/images/5/5d/Pedro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5d/Pedro.png -------------------------------------------------------------------------------- /archived/images/5/5e/Addin-arch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5e/Addin-arch1.png -------------------------------------------------------------------------------- /archived/images/5/5e/Banshee1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5e/Banshee1.png -------------------------------------------------------------------------------- /archived/images/5/5e/Monovsmonosgen_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5e/Monovsmonosgen_thumb.png -------------------------------------------------------------------------------- /archived/images/5/5e/Nursery-pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5e/Nursery-pinned.png -------------------------------------------------------------------------------- /archived/images/5/5f/CSharpPlugin_img_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5f/CSharpPlugin_img_0.jpg -------------------------------------------------------------------------------- /archived/images/5/5f/Graffiticms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/5/5f/Graffiticms.png -------------------------------------------------------------------------------- /archived/images/6/60/Moma2p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/60/Moma2p4.png -------------------------------------------------------------------------------- /archived/images/6/60/MonoPrj2Make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/60/MonoPrj2Make.png -------------------------------------------------------------------------------- /archived/images/6/62/Nclass_builderrors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/62/Nclass_builderrors.png -------------------------------------------------------------------------------- /archived/images/6/62/Output1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/62/Output1.png -------------------------------------------------------------------------------- /archived/images/6/63/Cairo_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/63/Cairo_source.png -------------------------------------------------------------------------------- /archived/images/6/63/IFolder_Mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/63/IFolder_Mac.png -------------------------------------------------------------------------------- /archived/images/6/63/Md_hw_iphone24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/63/Md_hw_iphone24.png -------------------------------------------------------------------------------- /archived/images/6/63/Moma2p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/63/Moma2p2.png -------------------------------------------------------------------------------- /archived/images/6/63/Monotoolsbox_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/63/Monotoolsbox_3.png -------------------------------------------------------------------------------- /archived/images/6/63/Xml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/63/Xml.gif -------------------------------------------------------------------------------- /archived/images/6/64/Jenkara-20020317-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/64/Jenkara-20020317-a.png -------------------------------------------------------------------------------- /archived/images/6/64/Tattoo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/64/Tattoo.jpg -------------------------------------------------------------------------------- /archived/images/6/65/Addin-arch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/65/Addin-arch3.png -------------------------------------------------------------------------------- /archived/images/6/65/Addin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/65/Addin.png -------------------------------------------------------------------------------- /archived/images/6/65/Dt_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/65/Dt_3.png -------------------------------------------------------------------------------- /archived/images/6/65/Nursery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/65/Nursery.png -------------------------------------------------------------------------------- /archived/images/6/65/Report.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/65/Report.jpg -------------------------------------------------------------------------------- /archived/images/6/67/Uiaclient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/67/Uiaclient.png -------------------------------------------------------------------------------- /archived/images/6/68/Editorshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/68/Editorshot.jpg -------------------------------------------------------------------------------- /archived/images/6/69/Alta-grande.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/69/Alta-grande.png -------------------------------------------------------------------------------- /archived/images/6/69/Heapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/69/Heapshot.png -------------------------------------------------------------------------------- /archived/images/6/69/Md_hw_iphone16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/69/Md_hw_iphone16.png -------------------------------------------------------------------------------- /archived/images/6/6a/Beagle-2-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6a/Beagle-2-thumb.png -------------------------------------------------------------------------------- /archived/images/6/6a/CSharpPlugin_img_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6a/CSharpPlugin_img_1.jpg -------------------------------------------------------------------------------- /archived/images/6/6a/Miguel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6a/Miguel.png -------------------------------------------------------------------------------- /archived/images/6/6a/Writebarriers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6a/Writebarriers.png -------------------------------------------------------------------------------- /archived/images/6/6b/Add_to_cart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6b/Add_to_cart.gif -------------------------------------------------------------------------------- /archived/images/6/6b/Pws_logged_in_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6b/Pws_logged_in_screen.png -------------------------------------------------------------------------------- /archived/images/6/6b/Screenshot132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6b/Screenshot132.png -------------------------------------------------------------------------------- /archived/images/6/6b/Text2286.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6b/Text2286.png -------------------------------------------------------------------------------- /archived/images/6/6c/Linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6c/Linux.png -------------------------------------------------------------------------------- /archived/images/6/6d/Aspcopy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6d/Aspcopy2.png -------------------------------------------------------------------------------- /archived/images/6/6d/Monocatalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6d/Monocatalog.png -------------------------------------------------------------------------------- /archived/images/6/6f/Dt_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6f/Dt_5.png -------------------------------------------------------------------------------- /archived/images/6/6f/Smuxi-find-group-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/6/6f/Smuxi-find-group-chat.png -------------------------------------------------------------------------------- /archived/images/7/70/Screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/70/Screenshot3.png -------------------------------------------------------------------------------- /archived/images/7/71/Lesson05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/71/Lesson05.png -------------------------------------------------------------------------------- /archived/images/7/71/Md_hw_iphone30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/71/Md_hw_iphone30.png -------------------------------------------------------------------------------- /archived/images/7/71/Nunit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/71/Nunit1.png -------------------------------------------------------------------------------- /archived/images/7/72/GtkSharpTreeViewTutorial3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/72/GtkSharpTreeViewTutorial3.png -------------------------------------------------------------------------------- /archived/images/7/72/Gtkgl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/72/Gtkgl.png -------------------------------------------------------------------------------- /archived/images/7/73/Vsprj2make.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/73/Vsprj2make.PNG -------------------------------------------------------------------------------- /archived/images/7/74/Test006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/74/Test006.jpg -------------------------------------------------------------------------------- /archived/images/7/75/Button_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/75/Button_ok.png -------------------------------------------------------------------------------- /archived/images/7/75/GSharpPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/75/GSharpPlot.png -------------------------------------------------------------------------------- /archived/images/7/75/Qa_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/75/Qa_arch.png -------------------------------------------------------------------------------- /archived/images/7/77/Gvaish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/77/Gvaish.png -------------------------------------------------------------------------------- /archived/images/7/77/Screenshot597.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/77/Screenshot597.png -------------------------------------------------------------------------------- /archived/images/7/78/Migrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/78/Migrate.png -------------------------------------------------------------------------------- /archived/images/7/79/Magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/79/Magnifier.png -------------------------------------------------------------------------------- /archived/images/7/7a/Gconftutorial-gconf-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7a/Gconftutorial-gconf-editor.png -------------------------------------------------------------------------------- /archived/images/7/7b/Md_hw_iphone5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7b/Md_hw_iphone5.png -------------------------------------------------------------------------------- /archived/images/7/7b/Monocomponentsmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7b/Monocomponentsmap.png -------------------------------------------------------------------------------- /archived/images/7/7b/Nunit-gui-2.2.5-msnet_tests-run.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7b/Nunit-gui-2.2.5-msnet_tests-run.PNG -------------------------------------------------------------------------------- /archived/images/7/7b/Popfly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7b/Popfly.jpg -------------------------------------------------------------------------------- /archived/images/7/7c/Reversi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7c/Reversi.png -------------------------------------------------------------------------------- /archived/images/7/7d/Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7d/Apple.png -------------------------------------------------------------------------------- /archived/images/7/7e/Cairo_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7e/Cairo_fill.png -------------------------------------------------------------------------------- /archived/images/7/7e/Peterw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7e/Peterw.png -------------------------------------------------------------------------------- /archived/images/7/7f/Beagle-3-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/7/7f/Beagle-3-thumb.png -------------------------------------------------------------------------------- /archived/images/8/80/Chess-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/80/Chess-demo.png -------------------------------------------------------------------------------- /archived/images/8/80/Svn4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/80/Svn4.png -------------------------------------------------------------------------------- /archived/images/8/81/Screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/81/Screenshot1.png -------------------------------------------------------------------------------- /archived/images/8/81/WinMonoGtkStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/81/WinMonoGtkStart.png -------------------------------------------------------------------------------- /archived/images/8/82/Uia.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/82/Uia.GIF -------------------------------------------------------------------------------- /archived/images/8/83/BlogStarterKit_StartPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/83/BlogStarterKit_StartPage.png -------------------------------------------------------------------------------- /archived/images/8/83/Cairo_paint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/83/Cairo_paint.png -------------------------------------------------------------------------------- /archived/images/8/83/Popfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/83/Popfly.png -------------------------------------------------------------------------------- /archived/images/8/84/Moonsmile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/84/Moonsmile.jpg -------------------------------------------------------------------------------- /archived/images/8/86/Cindetec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/86/Cindetec.png -------------------------------------------------------------------------------- /archived/images/8/86/Dialog1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/86/Dialog1.png -------------------------------------------------------------------------------- /archived/images/8/86/MonoToolsUlt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/86/MonoToolsUlt.png -------------------------------------------------------------------------------- /archived/images/8/87/CodicePlasticMac1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/87/CodicePlasticMac1.png -------------------------------------------------------------------------------- /archived/images/8/87/GtkSharpTreeViewTutorial8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/87/GtkSharpTreeViewTutorial8.png -------------------------------------------------------------------------------- /archived/images/8/87/Linked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/87/Linked.png -------------------------------------------------------------------------------- /archived/images/8/87/Soc_ideas48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/87/Soc_ideas48.png -------------------------------------------------------------------------------- /archived/images/8/88/CSharpPlugin_img_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/88/CSharpPlugin_img_3.jpg -------------------------------------------------------------------------------- /archived/images/8/88/Screenshot129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/88/Screenshot129.png -------------------------------------------------------------------------------- /archived/images/8/89/Linmoma1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/89/Linmoma1.png -------------------------------------------------------------------------------- /archived/images/8/8a/GtkSharpFileChooser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8a/GtkSharpFileChooser.png -------------------------------------------------------------------------------- /archived/images/8/8a/GtkSharpTreeViewTutorial1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8a/GtkSharpTreeViewTutorial1.png -------------------------------------------------------------------------------- /archived/images/8/8a/Gtkglext-sharp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8a/Gtkglext-sharp1.png -------------------------------------------------------------------------------- /archived/images/8/8b/CSharpPlugin_img_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8b/CSharpPlugin_img_16.jpg -------------------------------------------------------------------------------- /archived/images/8/8b/Calvin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8b/Calvin.png -------------------------------------------------------------------------------- /archived/images/8/8c/Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8c/Delete.png -------------------------------------------------------------------------------- /archived/images/8/8c/LikewiseMac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8c/LikewiseMac.png -------------------------------------------------------------------------------- /archived/images/8/8c/Step3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8c/Step3.jpg -------------------------------------------------------------------------------- /archived/images/8/8c/TrayIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8c/TrayIcon.png -------------------------------------------------------------------------------- /archived/images/8/8c/Xs_pcl_profile_selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8c/Xs_pcl_profile_selector.png -------------------------------------------------------------------------------- /archived/images/8/8d/Aspexample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8d/Aspexample1.png -------------------------------------------------------------------------------- /archived/images/8/8d/GSoC2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8d/GSoC2012.png -------------------------------------------------------------------------------- /archived/images/8/8d/Mono-gorilla-aqua.100px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8d/Mono-gorilla-aqua.100px.png -------------------------------------------------------------------------------- /archived/images/8/8e/Gonzalo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8e/Gonzalo.png -------------------------------------------------------------------------------- /archived/images/8/8f/CSharpPlugin_img_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8f/CSharpPlugin_img_6.jpg -------------------------------------------------------------------------------- /archived/images/8/8f/Cmd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/8/8f/Cmd1.png -------------------------------------------------------------------------------- /archived/images/9/90/Dt_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/90/Dt_2.png -------------------------------------------------------------------------------- /archived/images/9/91/Mahjongg-0.6-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/91/Mahjongg-0.6-window.png -------------------------------------------------------------------------------- /archived/images/9/92/Flexwiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/92/Flexwiki.png -------------------------------------------------------------------------------- /archived/images/9/92/Fspot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/92/Fspot1.png -------------------------------------------------------------------------------- /archived/images/9/92/GtkSharpTreeViewTutorial-Tree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/92/GtkSharpTreeViewTutorial-Tree1.png -------------------------------------------------------------------------------- /archived/images/9/92/Mvp_call_tree_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/92/Mvp_call_tree_filtered.png -------------------------------------------------------------------------------- /archived/images/9/92/WinMonoCmdStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/92/WinMonoCmdStart.png -------------------------------------------------------------------------------- /archived/images/9/93/Md-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/93/Md-main.png -------------------------------------------------------------------------------- /archived/images/9/94/Novell_Query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/94/Novell_Query.png -------------------------------------------------------------------------------- /archived/images/9/95/Agclr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/95/Agclr.png -------------------------------------------------------------------------------- /archived/images/9/95/Md_hw_iphone11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/95/Md_hw_iphone11.png -------------------------------------------------------------------------------- /archived/images/9/95/Suresh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/95/Suresh.jpg -------------------------------------------------------------------------------- /archived/images/9/96/GtkSharpNodeViewInteractive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/96/GtkSharpNodeViewInteractive.png -------------------------------------------------------------------------------- /archived/images/9/96/MonoToolsPro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/96/MonoToolsPro.png -------------------------------------------------------------------------------- /archived/images/9/97/Bgmerrell0small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/97/Bgmerrell0small.png -------------------------------------------------------------------------------- /archived/images/9/98/MonoTouch_boxshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/98/MonoTouch_boxshot2.png -------------------------------------------------------------------------------- /archived/images/9/98/Monocalendar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/98/Monocalendar1.png -------------------------------------------------------------------------------- /archived/images/9/98/TreeViewTutorial-Pixbuf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/98/TreeViewTutorial-Pixbuf.png -------------------------------------------------------------------------------- /archived/images/9/9a/Nutech-monogui1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9a/Nutech-monogui1.png -------------------------------------------------------------------------------- /archived/images/9/9b/Banshee2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9b/Banshee2.png -------------------------------------------------------------------------------- /archived/images/9/9b/CSharpPlugin_img_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9b/CSharpPlugin_img_8.jpg -------------------------------------------------------------------------------- /archived/images/9/9b/Modmono-multiple-servers.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9b/Modmono-multiple-servers.PNG -------------------------------------------------------------------------------- /archived/images/9/9b/Screenshot9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9b/Screenshot9.png -------------------------------------------------------------------------------- /archived/images/9/9c/I18n_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9c/I18n_es.png -------------------------------------------------------------------------------- /archived/images/9/9c/Xbyhja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9c/Xbyhja.png -------------------------------------------------------------------------------- /archived/images/9/9d/Cairo_textextents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9d/Cairo_textextents.png -------------------------------------------------------------------------------- /archived/images/9/9d/Cairo_the-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9d/Cairo_the-mask.png -------------------------------------------------------------------------------- /archived/images/9/9d/Screenshot-MyfirstGTKApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9d/Screenshot-MyfirstGTKApp.png -------------------------------------------------------------------------------- /archived/images/9/9e/Debugger-browsable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9e/Debugger-browsable.jpg -------------------------------------------------------------------------------- /archived/images/9/9e/Md_hw_iphone17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9e/Md_hw_iphone17.png -------------------------------------------------------------------------------- /archived/images/9/9e/Xamarin_Patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9e/Xamarin_Patches.png -------------------------------------------------------------------------------- /archived/images/9/9f/Mono-contributor-static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9f/Mono-contributor-static.gif -------------------------------------------------------------------------------- /archived/images/9/9f/Nplot-gtk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/9/9f/Nplot-gtk.gif -------------------------------------------------------------------------------- /archived/images/a/a0/Dietmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a0/Dietmar.png -------------------------------------------------------------------------------- /archived/images/a/a1/Cairo_path-lineto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a1/Cairo_path-lineto.png -------------------------------------------------------------------------------- /archived/images/a/a1/Gconftutorial-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a1/Gconftutorial-app.png -------------------------------------------------------------------------------- /archived/images/a/a2/Cairo_destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a2/Cairo_destination.png -------------------------------------------------------------------------------- /archived/images/a/a3/SLEMonoBox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a3/SLEMonoBox.gif -------------------------------------------------------------------------------- /archived/images/a/a3/Screenshot103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a3/Screenshot103.png -------------------------------------------------------------------------------- /archived/images/a/a3/Splitcontainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a3/Splitcontainer.png -------------------------------------------------------------------------------- /archived/images/a/a4/Beagle-best.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a4/Beagle-best.png -------------------------------------------------------------------------------- /archived/images/a/a6/2dot0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a6/2dot0.png -------------------------------------------------------------------------------- /archived/images/a/a6/Tangerine-preferences-mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a6/Tangerine-preferences-mac.png -------------------------------------------------------------------------------- /archived/images/a/a7/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a7/Add.png -------------------------------------------------------------------------------- /archived/images/a/a7/Text2304.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a7/Text2304.png -------------------------------------------------------------------------------- /archived/images/a/a8/Monotools1-1-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a8/Monotools1-1-a.png -------------------------------------------------------------------------------- /archived/images/a/a9/CodicePlasticLinux1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a9/CodicePlasticLinux1.jpg -------------------------------------------------------------------------------- /archived/images/a/a9/Mono.Logos.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/a9/Mono.Logos.zip -------------------------------------------------------------------------------- /archived/images/a/aa/Fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/aa/Fragmentation.png -------------------------------------------------------------------------------- /archived/images/a/aa/Fspot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/aa/Fspot2.png -------------------------------------------------------------------------------- /archived/images/a/aa/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/aa/Help.png -------------------------------------------------------------------------------- /archived/images/a/aa/Maemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/aa/Maemo.gif -------------------------------------------------------------------------------- /archived/images/a/aa/Nclass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/aa/Nclass.png -------------------------------------------------------------------------------- /archived/images/a/aa/Xs_project_options_context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/aa/Xs_project_options_context_menu.png -------------------------------------------------------------------------------- /archived/images/a/ac/Dt_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/ac/Dt_4.png -------------------------------------------------------------------------------- /archived/images/a/ac/Md-monomac-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/ac/Md-monomac-menu.png -------------------------------------------------------------------------------- /archived/images/a/ad/Embed_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/ad/Embed_small.jpg -------------------------------------------------------------------------------- /archived/images/a/ad/Md-monomac-installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/ad/Md-monomac-installer.png -------------------------------------------------------------------------------- /archived/images/a/ad/Md_hw_iphone15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/ad/Md_hw_iphone15.png -------------------------------------------------------------------------------- /archived/images/a/af/Momareport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/af/Momareport.png -------------------------------------------------------------------------------- /archived/images/a/af/Nclass_builderrors2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/a/af/Nclass_builderrors2.png -------------------------------------------------------------------------------- /archived/images/b/b1/Steticinmonodevelop_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b1/Steticinmonodevelop_s.png -------------------------------------------------------------------------------- /archived/images/b/b1/Teapot-90-180-360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b1/Teapot-90-180-360.png -------------------------------------------------------------------------------- /archived/images/b/b3/Stylizer-both-platforms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b3/Stylizer-both-platforms.png -------------------------------------------------------------------------------- /archived/images/b/b3/Sxc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b3/Sxc.png -------------------------------------------------------------------------------- /archived/images/b/b3/TreeViewExample7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b3/TreeViewExample7.png -------------------------------------------------------------------------------- /archived/images/b/b4/Gnome-do-2-pane.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b4/Gnome-do-2-pane.jpg -------------------------------------------------------------------------------- /archived/images/b/b4/Md_hw_iphone23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b4/Md_hw_iphone23.png -------------------------------------------------------------------------------- /archived/images/b/b5/CodicePlasticLinux1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b5/CodicePlasticLinux1.png -------------------------------------------------------------------------------- /archived/images/b/b5/GtkSharpToolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b5/GtkSharpToolbar.png -------------------------------------------------------------------------------- /archived/images/b/b5/Hackergotchi-mario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b5/Hackergotchi-mario.png -------------------------------------------------------------------------------- /archived/images/b/b5/Tberman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b5/Tberman.png -------------------------------------------------------------------------------- /archived/images/b/b5/TreeViewExample6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b5/TreeViewExample6.png -------------------------------------------------------------------------------- /archived/images/b/b6/GtkSharpAbout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b6/GtkSharpAbout.png -------------------------------------------------------------------------------- /archived/images/b/b7/Cairo_stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b7/Cairo_stroke.png -------------------------------------------------------------------------------- /archived/images/b/b7/Gtkglext-sharp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b7/Gtkglext-sharp2.png -------------------------------------------------------------------------------- /archived/images/b/b7/Plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b7/Plugin.png -------------------------------------------------------------------------------- /archived/images/b/b8/Cairo_tips-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b8/Cairo_tips-font.png -------------------------------------------------------------------------------- /archived/images/b/b8/Heapshot_open_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b8/Heapshot_open_file.png -------------------------------------------------------------------------------- /archived/images/b/b9/Md_hw_iphone26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b9/Md_hw_iphone26.png -------------------------------------------------------------------------------- /archived/images/b/b9/Monopaint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/b9/Monopaint.png -------------------------------------------------------------------------------- /archived/images/b/ba/Gcmemsection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/ba/Gcmemsection.png -------------------------------------------------------------------------------- /archived/images/b/bb/Dt_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bb/Dt_6.png -------------------------------------------------------------------------------- /archived/images/b/bb/FlexCelPreview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bb/FlexCelPreview.gif -------------------------------------------------------------------------------- /archived/images/b/bb/LikewiseLinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bb/LikewiseLinux.png -------------------------------------------------------------------------------- /archived/images/b/bb/Md_hw_iphone12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bb/Md_hw_iphone12.png -------------------------------------------------------------------------------- /archived/images/b/bc/Compacting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bc/Compacting.png -------------------------------------------------------------------------------- /archived/images/b/bc/Linux1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bc/Linux1.jpg -------------------------------------------------------------------------------- /archived/images/b/bc/Paco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bc/Paco.jpg -------------------------------------------------------------------------------- /archived/images/b/bc/Screenshot599.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bc/Screenshot599.png -------------------------------------------------------------------------------- /archived/images/b/bd/Nokia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bd/Nokia.jpg -------------------------------------------------------------------------------- /archived/images/b/be/Debugger-display.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/be/Debugger-display.jpg -------------------------------------------------------------------------------- /archived/images/b/bf/GSharpRenderHandler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bf/GSharpRenderHandler.png -------------------------------------------------------------------------------- /archived/images/b/bf/Gnome-do-3-pane.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bf/Gnome-do-3-pane.jpg -------------------------------------------------------------------------------- /archived/images/b/bf/Timc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/b/bf/Timc.png -------------------------------------------------------------------------------- /archived/images/c/c0/Md_hw_iphone27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c0/Md_hw_iphone27.png -------------------------------------------------------------------------------- /archived/images/c/c0/Tomboy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c0/Tomboy1.png -------------------------------------------------------------------------------- /archived/images/c/c1/Moonlogosmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c1/Moonlogosmall.png -------------------------------------------------------------------------------- /archived/images/c/c1/Portable_NET_IPAQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c1/Portable_NET_IPAQ.png -------------------------------------------------------------------------------- /archived/images/c/c3/Screenshot25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c3/Screenshot25.png -------------------------------------------------------------------------------- /archived/images/c/c4/Cairo_path-curveto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c4/Cairo_path-curveto.png -------------------------------------------------------------------------------- /archived/images/c/c4/Moma2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c4/Moma2.png -------------------------------------------------------------------------------- /archived/images/c/c4/Monotools1-1-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c4/Monotools1-1-b.png -------------------------------------------------------------------------------- /archived/images/c/c4/Rpratap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c4/Rpratap.png -------------------------------------------------------------------------------- /archived/images/c/c4/Tomboy-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c4/Tomboy-search.png -------------------------------------------------------------------------------- /archived/images/c/c5/Dt_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c5/Dt_1.png -------------------------------------------------------------------------------- /archived/images/c/c5/Ed-primate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c5/Ed-primate.png -------------------------------------------------------------------------------- /archived/images/c/c6/F-Spot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c6/F-Spot.png -------------------------------------------------------------------------------- /archived/images/c/c6/Linmoma2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c6/Linmoma2.png -------------------------------------------------------------------------------- /archived/images/c/c7/Silverlight_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c7/Silverlight_sample.jpg -------------------------------------------------------------------------------- /archived/images/c/c8/Beagle-4-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c8/Beagle-4-thumb.png -------------------------------------------------------------------------------- /archived/images/c/c8/CSharpPlugin_img_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c8/CSharpPlugin_img_11.jpg -------------------------------------------------------------------------------- /archived/images/c/c8/UIAVerify03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c8/UIAVerify03.jpg -------------------------------------------------------------------------------- /archived/images/c/c9/Keepass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/c9/Keepass.png -------------------------------------------------------------------------------- /archived/images/c/ca/Fyireporting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/ca/Fyireporting.jpg -------------------------------------------------------------------------------- /archived/images/c/cb/Cairo_setsourcergba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/cb/Cairo_setsourcergba.png -------------------------------------------------------------------------------- /archived/images/c/cc/Modmono-basic-setup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/cc/Modmono-basic-setup.PNG -------------------------------------------------------------------------------- /archived/images/c/cd/GSoC2011_300x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/cd/GSoC2011_300x200.png -------------------------------------------------------------------------------- /archived/images/c/ce/Cairo_tips-letter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/ce/Cairo_tips-letter.png -------------------------------------------------------------------------------- /archived/images/c/ce/Momadownload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/ce/Momadownload.png -------------------------------------------------------------------------------- /archived/images/c/ce/Monotools2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/ce/Monotools2.png -------------------------------------------------------------------------------- /archived/images/c/cf/Heapshot_all_objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/cf/Heapshot_all_objects.png -------------------------------------------------------------------------------- /archived/images/c/cf/Linux-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/cf/Linux-05.png -------------------------------------------------------------------------------- /archived/images/c/cf/Race_to_linux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/c/cf/Race_to_linux.jpg -------------------------------------------------------------------------------- /archived/images/d/d0/Cairo_path-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d0/Cairo_path-close.png -------------------------------------------------------------------------------- /archived/images/d/d0/Lesson02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d0/Lesson02.png -------------------------------------------------------------------------------- /archived/images/d/d0/MoMA_1.1-Step_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d0/MoMA_1.1-Step_3.png -------------------------------------------------------------------------------- /archived/images/d/d0/Stetic-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d0/Stetic-thumb.png -------------------------------------------------------------------------------- /archived/images/d/d1/Md_hw_iphone10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d1/Md_hw_iphone10.png -------------------------------------------------------------------------------- /archived/images/d/d2/CairoGtk_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d2/CairoGtk_2.png -------------------------------------------------------------------------------- /archived/images/d/d2/Control-to-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d2/Control-to-pattern.png -------------------------------------------------------------------------------- /archived/images/d/d2/UIAVerify01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d2/UIAVerify01.jpg -------------------------------------------------------------------------------- /archived/images/d/d3/Pws_welcome_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d3/Pws_welcome_screen.png -------------------------------------------------------------------------------- /archived/images/d/d4/Reggie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d4/Reggie.png -------------------------------------------------------------------------------- /archived/images/d/d4/Screenshot-monodoc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d4/Screenshot-monodoc.jpg -------------------------------------------------------------------------------- /archived/images/d/d5/Jbthumb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d5/Jbthumb2.png -------------------------------------------------------------------------------- /archived/images/d/d6/UIASourceInterfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d6/UIASourceInterfaces.png -------------------------------------------------------------------------------- /archived/images/d/d7/Md_hw_iphone20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d7/Md_hw_iphone20.png -------------------------------------------------------------------------------- /archived/images/d/d7/Mdicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d7/Mdicon.png -------------------------------------------------------------------------------- /archived/images/d/d8/Beagle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d8/Beagle2.png -------------------------------------------------------------------------------- /archived/images/d/d8/CSharpPlugin_img_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d8/CSharpPlugin_img_17.jpg -------------------------------------------------------------------------------- /archived/images/d/d8/Martin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d8/Martin.png -------------------------------------------------------------------------------- /archived/images/d/d8/Pinta2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d8/Pinta2.jpg -------------------------------------------------------------------------------- /archived/images/d/d8/Soc_history48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d8/Soc_history48.png -------------------------------------------------------------------------------- /archived/images/d/d8/TreeViewTutorial-Editing1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d8/TreeViewTutorial-Editing1.png -------------------------------------------------------------------------------- /archived/images/d/d9/Process-AppDomain-Thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d9/Process-AppDomain-Thread.png -------------------------------------------------------------------------------- /archived/images/d/d9/Vista.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/d9/Vista.png -------------------------------------------------------------------------------- /archived/images/d/da/Aspcopy4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/da/Aspcopy4.png -------------------------------------------------------------------------------- /archived/images/d/da/Mono20-to-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/da/Mono20-to-21.png -------------------------------------------------------------------------------- /archived/images/d/db/Linux3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/db/Linux3.jpg -------------------------------------------------------------------------------- /archived/images/d/dd/Md_hw_iphone19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/dd/Md_hw_iphone19.png -------------------------------------------------------------------------------- /archived/images/d/dd/Mwf-designer-win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/dd/Mwf-designer-win32.png -------------------------------------------------------------------------------- /archived/images/d/de/Mwh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/de/Mwh.png -------------------------------------------------------------------------------- /archived/images/d/df/Mwf-designer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/df/Mwf-designer.png -------------------------------------------------------------------------------- /archived/images/d/df/Screenshot-lt-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/d/df/Screenshot-lt-demo.png -------------------------------------------------------------------------------- /archived/images/e/e0/Screenshot-pdn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e0/Screenshot-pdn.png -------------------------------------------------------------------------------- /archived/images/e/e0/Xaml-demo-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e0/Xaml-demo-2.png -------------------------------------------------------------------------------- /archived/images/e/e1/Gtk_webservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e1/Gtk_webservices.png -------------------------------------------------------------------------------- /archived/images/e/e1/Logo_uned.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e1/Logo_uned.gif -------------------------------------------------------------------------------- /archived/images/e/e1/UIAVerify02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e1/UIAVerify02.jpg -------------------------------------------------------------------------------- /archived/images/e/e2/Aleksey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e2/Aleksey.png -------------------------------------------------------------------------------- /archived/images/e/e2/Flow1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e2/Flow1.jpg -------------------------------------------------------------------------------- /archived/images/e/e2/Page_white_wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e2/Page_white_wrench.png -------------------------------------------------------------------------------- /archived/images/e/e2/Webbrowser_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e2/Webbrowser_architecture.png -------------------------------------------------------------------------------- /archived/images/e/e3/Aspcopy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/Aspcopy1.png -------------------------------------------------------------------------------- /archived/images/e/e3/Mono-addins-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/Mono-addins-sample.png -------------------------------------------------------------------------------- /archived/images/e/e3/MonoTouchBoxEnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/MonoTouchBoxEnt.png -------------------------------------------------------------------------------- /archived/images/e/e3/None.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/None.png -------------------------------------------------------------------------------- /archived/images/e/e3/Output2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/Output2.png -------------------------------------------------------------------------------- /archived/images/e/e3/Smuxi-find-group-chat_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/Smuxi-find-group-chat_small.png -------------------------------------------------------------------------------- /archived/images/e/e3/Tangerine-properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e3/Tangerine-properties.png -------------------------------------------------------------------------------- /archived/images/e/e4/MoMA_1.1-Step_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e4/MoMA_1.1-Step_4.png -------------------------------------------------------------------------------- /archived/images/e/e5/Addin-arch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e5/Addin-arch2.png -------------------------------------------------------------------------------- /archived/images/e/e5/Lluis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e5/Lluis.png -------------------------------------------------------------------------------- /archived/images/e/e5/Mod_mono_basic_use.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e5/Mod_mono_basic_use.PNG -------------------------------------------------------------------------------- /archived/images/e/e5/TreeViewRupertIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e5/TreeViewRupertIcon.png -------------------------------------------------------------------------------- /archived/images/e/e6/Logo_40wht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e6/Logo_40wht.gif -------------------------------------------------------------------------------- /archived/images/e/e7/Nickd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e7/Nickd.png -------------------------------------------------------------------------------- /archived/images/e/e8/Svn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e8/Svn2.png -------------------------------------------------------------------------------- /archived/images/e/e9/Duncan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e9/Duncan.png -------------------------------------------------------------------------------- /archived/images/e/e9/Ngao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e9/Ngao.png -------------------------------------------------------------------------------- /archived/images/e/e9/Screenshot24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/e9/Screenshot24.png -------------------------------------------------------------------------------- /archived/images/e/ea/Md_hw_iphone7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/ea/Md_hw_iphone7.png -------------------------------------------------------------------------------- /archived/images/e/ea/Uia1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/ea/Uia1.jpeg -------------------------------------------------------------------------------- /archived/images/e/eb/Svn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/eb/Svn1.png -------------------------------------------------------------------------------- /archived/images/e/ec/Colordialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/ec/Colordialog.png -------------------------------------------------------------------------------- /archived/images/e/ec/Gendarme-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/ec/Gendarme-small.png -------------------------------------------------------------------------------- /archived/images/e/ee/Cairo_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/ee/Cairo_mask.png -------------------------------------------------------------------------------- /archived/images/e/ee/Per.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/e/ee/Per.png -------------------------------------------------------------------------------- /archived/images/f/f0/Ifaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f0/Ifaces.png -------------------------------------------------------------------------------- /archived/images/f/f1/Oneclick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f1/Oneclick.png -------------------------------------------------------------------------------- /archived/images/f/f1/TruchetTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f1/TruchetTile.png -------------------------------------------------------------------------------- /archived/images/f/f2/CairoGtk_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f2/CairoGtk_1.png -------------------------------------------------------------------------------- /archived/images/f/f3/MonoDevelop-NewProject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f3/MonoDevelop-NewProject.png -------------------------------------------------------------------------------- /archived/images/f/f4/MonoTouchBoxPersonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f4/MonoTouchBoxPersonal.png -------------------------------------------------------------------------------- /archived/images/f/f4/SecondLifeMig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f4/SecondLifeMig.png -------------------------------------------------------------------------------- /archived/images/f/f5/Helloworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f5/Helloworld.png -------------------------------------------------------------------------------- /archived/images/f/f6/Silverlight-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f6/Silverlight-pad.png -------------------------------------------------------------------------------- /archived/images/f/f6/WinformsAutomationProvider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f6/WinformsAutomationProvider.png -------------------------------------------------------------------------------- /archived/images/f/f7/Mwf_reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f7/Mwf_reference.png -------------------------------------------------------------------------------- /archived/images/f/f8/MonoTouchBoxFamily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f8/MonoTouchBoxFamily.png -------------------------------------------------------------------------------- /archived/images/f/f9/Advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f9/Advanced.png -------------------------------------------------------------------------------- /archived/images/f/f9/Cairo-example-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/f9/Cairo-example-1.png -------------------------------------------------------------------------------- /archived/images/f/fa/Existing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fa/Existing.png -------------------------------------------------------------------------------- /archived/images/f/fa/Nutech-monogui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fa/Nutech-monogui2.png -------------------------------------------------------------------------------- /archived/images/f/fb/Jackson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fb/Jackson.png -------------------------------------------------------------------------------- /archived/images/f/fc/Beagle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fc/Beagle.png -------------------------------------------------------------------------------- /archived/images/f/fc/Heapshot_reverse_references.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fc/Heapshot_reverse_references.png -------------------------------------------------------------------------------- /archived/images/f/fd/Drpopper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fd/Drpopper2.png -------------------------------------------------------------------------------- /archived/images/f/fe/18386.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fe/18386.gif -------------------------------------------------------------------------------- /archived/images/f/fe/Monodoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fe/Monodoc.png -------------------------------------------------------------------------------- /archived/images/f/fe/SgenNurseryFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fe/SgenNurseryFull.png -------------------------------------------------------------------------------- /archived/images/f/fe/Uiaclient.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/fe/Uiaclient.GIF -------------------------------------------------------------------------------- /archived/images/f/ff/Gtksharp-project-template.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/ff/Gtksharp-project-template.PNG -------------------------------------------------------------------------------- /archived/images/f/ff/Monotools1-1-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/archived/images/f/ff/Monotools1-1-c.png -------------------------------------------------------------------------------- /archived/mono_on_other_platforms.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono On Other Platforms" 3 | lastmodified: '2005-09-06' 4 | redirect_from: 5 | - /Mono_On_Other_Platforms/ 6 | --- 7 | 8 | Mono On Other Platforms 9 | ======================= 10 | 11 | Beyond Linux and Windows, Mono is also supported on the following platforms: 12 | 13 | - [Mac OS X](/Mono:OSX) 14 | - [BSDs](/Mono:BSD) 15 | - Solaris 16 | -------------------------------------------------------------------------------- /archived/monoaddins_faq.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono.Addins FAQ" 3 | lastmodified: '2010-05-27' 4 | redirect_from: 5 | - /Mono.Addins_FAQ/ 6 | --- 7 | 8 | Mono.Addins FAQ 9 | =============== 10 | 11 | This page has been moved [here](http://monoaddins.codeplex.com/wikipage?title=FAQ&referringTitle=Documentation). 12 | -------------------------------------------------------------------------------- /archived/monoaddins_release_notes.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono.Addins Release Notes" 3 | lastmodified: '2010-05-27' 4 | redirect_from: 5 | - /Mono.Addins_Release_Notes/ 6 | --- 7 | 8 | Mono.Addins Release Notes 9 | ========================= 10 | 11 | This page has been moved [here](http://monoaddins.codeplex.com/releases/view/45628). 12 | -------------------------------------------------------------------------------- /archived/monoaddins_tutorials.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono.Addins Tutorials" 3 | lastmodified: '2008-07-30' 4 | redirect_from: 5 | - /Mono.Addins_Tutorials/ 6 | --- 7 | 8 | Mono.Addins Tutorials 9 | ===================== 10 | 11 | A simple extensible application 12 | =============================== 13 | -------------------------------------------------------------------------------- /archived/monocopyrights.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono:Copyrights" 3 | lastmodified: '2005-03-05' 4 | redirect_from: 5 | - /Mono%3ACopyrights/ 6 | --- 7 | 8 | Mono:Copyrights 9 | =============== 10 | 11 | Mono, the project's code, is licenced under many different licences. 12 | 13 | Copyrighted by Novell, Inc (Ximian) and that of the contributors themselves as noted in the changelogs. 14 | -------------------------------------------------------------------------------- /archived/monodevelop.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MonoDevelop" 3 | lastmodified: '2007-10-03' 4 | redirect_from: 5 | - /MonoDevelop/ 6 | --- 7 | 8 | MonoDevelop 9 | =========== 10 | 11 | WARNING: This document is out of date, please consult the 12 | MonoDevelop web site: http://www.monodevelop.org 13 | for up-to-date information. 14 | -------------------------------------------------------------------------------- /archived/monohpux.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono:HPUX" 3 | lastmodified: '2006-05-08' 4 | redirect_from: 5 | - /Mono%3AHPUX/ 6 | --- 7 | 8 | Mono:HPUX 9 | ========= 10 | 11 | Currently only the Mono Interpreter (mint) will work on HPUX. At this time, Mono's JIT does not work with HPUX 12 | 13 | See [Supported_Platforms](/Supported_Platforms) for more information. 14 | -------------------------------------------------------------------------------- /archived/monotouch.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MonoTouch" 3 | lastmodified: '2009-09-14' 4 | redirect_from: 5 | - /MonoTouch/ 6 | --- 7 | 8 | MonoTouch 9 | ========= 10 | 11 | 1. REDIRECT [http://monotouch.net](http://monotouch.net) 12 | -------------------------------------------------------------------------------- /archived/monoupnp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mono.Upnp" 3 | lastmodified: '2009-03-12' 4 | redirect_from: 5 | - /Mono.Upnp/ 6 | --- 7 | 8 | Mono.Upnp 9 | ========= 10 | 11 | This is a placeholder. 12 | -------------------------------------------------------------------------------- /archived/moonlighbeta1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MoonlighBeta1" 3 | lastmodified: '2008-10-09' 4 | redirect_from: 5 | - /MoonlighBeta1/ 6 | --- 7 | 8 | MoonlighBeta1 9 | ============= 10 | 11 | All information on this page has been moved to [MoonlightBeta1](/MoonlightBeta1) 12 | -------------------------------------------------------------------------------- /archived/moonlight_10_testsites.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Moonlight 1.0 TestSites" 3 | lastmodified: '2008-04-04' 4 | redirect_from: 5 | - /Moonlight_1.0_TestSites/ 6 | --- 7 | 8 | Moonlight 1.0 TestSites 9 | ======================= 10 | 11 | All data on this page has been moved to [http://go-mono.com/moonlight/MoonlightStatus.aspx](http://go-mono.com/moonlight/MoonlightStatus.aspx) 12 | -------------------------------------------------------------------------------- /archived/moonlight_moonlight2galleryissues.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Moonlight/Moonlight2GalleryIssues" 3 | lastmodified: '2009-03-13' 4 | redirect_from: 5 | - /Moonlight/Moonlight2GalleryIssues/ 6 | --- 7 | 8 | Moonlight/Moonlight2GalleryIssues 9 | ================================= 10 | 11 | - depreciated - 12 | -------------------------------------------------------------------------------- /archived/moonlighttestsites.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MoonlightTestSites" 3 | lastmodified: '2008-04-04' 4 | redirect_from: 5 | - /MoonlightTestSites/ 6 | --- 7 | 8 | MoonlightTestSites 9 | ================== 10 | 11 | Go To [http://go-mono.com/moonlight/MoonlightStatus.aspx](http://go-mono.com/moonlight/MoonlightStatus.aspx) 12 | -------------------------------------------------------------------------------- /archived/netware.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Netware" 3 | lastmodified: '2005-04-13' 4 | redirect_from: 5 | - /Netware/ 6 | --- 7 | 8 | Netware 9 | ======= 10 | 11 | Support for Mono on Netware is not currently planned. 12 | -------------------------------------------------------------------------------- /archived/orchard.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Orchard" 3 | lastmodified: '2011-03-14' 4 | redirect_from: 5 | - /Orchard/ 6 | --- 7 | 8 | Orchard 9 | ======= 10 | 11 | Please continue to the [Orchard Project's page on running it on Mono/Linux](http://orchardproject.net/docs/Running-Orchard-on-Mono.ashx). 12 | -------------------------------------------------------------------------------- /archived/prebuildcjac.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Prebuild:cjac" 3 | lastmodified: '2007-04-05' 4 | redirect_from: 5 | - /Prebuild%3Acjac/ 6 | --- 7 | 8 | Prebuild:cjac 9 | ============= 10 | 11 | C.J.'s branch of the Prebuild project. 12 | 13 | Used to add new features, correct bugs, etc. on the Prebuild project. 14 | -------------------------------------------------------------------------------- /archived/ribbon_sharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ribbon Sharp" 3 | lastmodified: '2008-03-25' 4 | redirect_from: 5 | - /Ribbon_Sharp/ 6 | - /RibbonSharp/ 7 | --- 8 | 9 | Ribbon Sharp 10 | ============ 11 | 12 | Ribbon Sharp is a Gtk# widget created on [GSoC](/StudentProjects) 2007. Its source code can be found [here](http://mono-soc-2007.googlecode.com/svn/trunk/laurent/src/Ribbons/). 13 | -------------------------------------------------------------------------------- /archived/rocks.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Rocks" 3 | lastmodified: '2013-03-22' 4 | redirect_from: 5 | - /Rocks/ 6 | --- 7 | 8 | Rocks 9 | ===== 10 | 11 | Mono.Rocks is a library which aims at providing useful extensions methods for the base class libraries. 12 | 13 | It has been obsoleted by [Cadenza](https://github.com/cadenza/cadenza). 14 | -------------------------------------------------------------------------------- /archived/sre.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "SRE" 3 | lastmodified: '2009-05-07' 4 | redirect_from: 5 | - /SRE/ 6 | --- 7 | 8 | SRE 9 | === 10 | 11 | Acronym. Stands for [System.Reflection.Emit](http://msdn.microsoft.com/en-us/library/system.reflection.emit.aspx). 12 | -------------------------------------------------------------------------------- /archived/studentprojectsbrainstorming.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "StudentProjectsBrainstorming" 3 | lastmodified: '2008-03-17' 4 | redirect_from: 5 | - /StudentProjectsBrainstorming/ 6 | --- 7 | 8 | StudentProjectsBrainstorming 9 | ============================ 10 | -------------------------------------------------------------------------------- /archived/talkcoding_guidelines.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Talk:Coding Guidelines" 3 | lastmodified: '2008-09-18' 4 | redirect_from: 5 | - /Talk%3ACoding_Guidelines/ 6 | --- 7 | 8 | Talk:Coding Guidelines 9 | ====================== 10 | 11 | Is there a policy for the lower/uppercaseness of enum/struct members? --knocte 12 | -------------------------------------------------------------------------------- /archived/talki18n_with_monounix.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Talk:I18N with Mono.Unix" 3 | lastmodified: '2006-08-10' 4 | redirect_from: 5 | - /Talk%3AI18N_with_Mono.Unix/ 6 | --- 7 | 8 | Talk:I18N with Mono.Unix 9 | ======================== 10 | 11 | Removed content since this was a precursor to [Internationalization](/Internationalization).--Ghe22 21:23, 9 Aug 2006 (EDT) 12 | -------------------------------------------------------------------------------- /archived/talkmain_page.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Talk:Main Page" 3 | lastmodified: '2008-09-18' 4 | redirect_from: 5 | - /Talk%3AMain_Page/ 6 | --- 7 | 8 | Talk:Main Page 9 | ============== 10 | -------------------------------------------------------------------------------- /archived/talkmoonlightshots.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Talk:MoonlightShots" 3 | lastmodified: '2007-06-04' 4 | redirect_from: 5 | - /Talk%3AMoonlightShots/ 6 | --- 7 | 8 | Talk:MoonlightShots 9 | =================== 10 | -------------------------------------------------------------------------------- /archived/talktesting.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Talk:Testing" 3 | lastmodified: '2005-03-17' 4 | redirect_from: 5 | - /Talk%3ATesting/ 6 | --- 7 | 8 | Talk:Testing 9 | ============ 10 | 11 | This page seems useless but looks like it has a bit of content. Maybe be better just to send to [Test_Suite](/Test_Suite). 12 | -------------------------------------------------------------------------------- /archived/templateexport.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "TemplateExport" 3 | lastmodified: '2008-10-05' 4 | redirect_from: 5 | - /TemplateExport/ 6 | --- 7 | 8 | TemplateExport 9 | ============== 10 | -------------------------------------------------------------------------------- /archived/test.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Test" 3 | lastmodified: '2007-08-25' 4 | redirect_from: 5 | - /Test/ 6 | --- 7 | 8 | Test 9 | ==== 10 | 11 | Edit 12 | -------------------------------------------------------------------------------- /archived/user_talkgonzalo.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User talk:Gonzalo" 3 | lastmodified: '2005-03-03' 4 | redirect_from: 5 | - /User_talk%3AGonzalo/ 6 | --- 7 | 8 | User talk:Gonzalo 9 | ================= 10 | 11 | Esto es de Gonzalito que está probando el wiki... Y ahora pruebo esto otro... 12 | -------------------------------------------------------------------------------- /archived/user_talkwaynejohnson.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User talk:WayneJohnson" 3 | lastmodified: '2005-11-25' 4 | redirect_from: 5 | - /User_talk%3AWayneJohnson/ 6 | --- 7 | 8 | User talk:WayneJohnson 9 | ====================== 10 | -------------------------------------------------------------------------------- /archived/user_talkzacbowling.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User talk:ZacBowling" 3 | lastmodified: '2006-09-23' 4 | redirect_from: 5 | - /User_talk%3AZacBowling/ 6 | --- 7 | 8 | User talk:ZacBowling 9 | ==================== 10 | 11 | Heya Zac, 12 | 13 | Can you tell me why you deleted WayneJohnson's user page? 14 | 15 | Cheers, 16 | 17 | C.J. 18 | -------------------------------------------------------------------------------- /archived/useralanmcgovern.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:AlanMcGovern" 3 | lastmodified: '2006-09-14' 4 | redirect_from: 5 | - /User%3AAlanMcGovern/ 6 | --- 7 | 8 | User:AlanMcGovern 9 | ================= 10 | -------------------------------------------------------------------------------- /archived/usercjcollier.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:CJCollier" 3 | lastmodified: '2009-01-07' 4 | redirect_from: 5 | - /User%3ACJCollier/ 6 | --- 7 | 8 | User:CJCollier 9 | ============== 10 | 11 | [http://wp.colliertech.org/cj/](http://wp.colliertech.org/cj/) 12 | [http://cjcollier.livejournal.com/](http://cjcollier.livejournal.com/) 13 | [http://www.colliertech.org/](http://www.colliertech.org/) 14 | -------------------------------------------------------------------------------- /archived/userdb4o.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:Db4o" 3 | lastmodified: '2005-05-09' 4 | redirect_from: 5 | - /User%3ADb4o/ 6 | --- 7 | 8 | User:Db4o 9 | ========= 10 | 11 | [http://www.db4o.com](http://www.db4o.com) 12 | -------------------------------------------------------------------------------- /archived/userggundy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:Ggundy" 3 | lastmodified: '2005-03-03' 4 | redirect_from: 5 | - /User%3AGgundy/ 6 | --- 7 | 8 | User:Ggundy 9 | =========== 10 | 11 | I'm just a mono lover and happy to do my part. 12 | 13 | Gabriel 14 | -------------------------------------------------------------------------------- /archived/userhubertfongarnand.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:HubertFONGARNAND" 3 | lastmodified: '2005-06-19' 4 | redirect_from: 5 | - /User%3AHubertFONGARNAND/ 6 | --- 7 | 8 | User:HubertFONGARNAND 9 | ===================== 10 | 11 | I'm an employee of Fiducial (france). I'm working on porting ASP.NET applications to Linux with Mono 12 | -------------------------------------------------------------------------------- /archived/userismaelolea.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:IsmaelOlea" 3 | lastmodified: '2007-11-12' 4 | redirect_from: 5 | - /User%3AIsmaelOlea/ 6 | --- 7 | 8 | User:IsmaelOlea 9 | =============== 10 | 11 | - [Ismael Olea's bio](http://olea.org/mini-biografia.en.html) 12 | - [Ismael Olea's blog](http://olea.org/diario/) 13 | -------------------------------------------------------------------------------- /archived/userjoseloc.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:Joseloc" 3 | lastmodified: '2005-06-22' 4 | redirect_from: 5 | - /User%3AJoseloc/ 6 | --- 7 | 8 | User:Joseloc 9 | ============ 10 | 11 | Hi, This is my first step in this page 12 | -------------------------------------------------------------------------------- /archived/usermatthargett.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:MattHargett" 3 | lastmodified: '2006-01-08' 4 | redirect_from: 5 | - /User%3AMattHargett/ 6 | --- 7 | 8 | User:MattHargett 9 | ================ 10 | 11 | [web page](http://www.clock.org/~matt%7CMatt's) 12 | 13 | [blog](http://wiki.yak.net/~pretention%7CMatt's) 14 | -------------------------------------------------------------------------------- /archived/userrogerio.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:Rogerio" 3 | lastmodified: '2005-03-08' 4 | redirect_from: 5 | - /User%3ARogerio/ 6 | --- 7 | 8 | User:Rogerio 9 | ============ 10 | -------------------------------------------------------------------------------- /archived/userrolfbjarne.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "User:RolfBjarne" 3 | lastmodified: '2007-04-25' 4 | redirect_from: 5 | - /User%3ARolfBjarne/ 6 | --- 7 | 8 | User:RolfBjarne 9 | =============== 10 | 11 | Rolf Bjarne Kvinge 12 | -------------------------------------------------------------------------------- /assets/fontawesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/assets/fontawesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /assets/fontawesome/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/assets/fontawesome/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /assets/fontawesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/assets/fontawesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /assets/fontawesome/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/assets/fontawesome/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /community/google-summer-of-code/reports/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Google Summer of Code Reports 3 | --- 4 | 5 | Check out the reports from GSoC students about their experiences participating with the Mono Project: 6 | 7 | - [Google Summer of Code 2017](/community/google-summer-of-code/reports/2017/) 8 | -------------------------------------------------------------------------------- /docs/about-mono/releases/1.0.0-beta3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: Mono 1.0 Beta 3 4 | version: 1.0.0-beta3 5 | releasedate: '2004-06-15' 6 | --- 7 | 8 | A bug fix release with many bugs identified by people. 9 | -------------------------------------------------------------------------------- /docs/about-mono/releases/3.0.10.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: New in Mono 3.0.10 4 | version: 3.0.10 5 | releasedate: '2013-04-25' 6 | --- 7 | 8 | A hot-fix release. 9 | 10 | Reverted parallel mkbundle. 11 | 12 | Fixed duplicated debug symbol problem in the compiler. 13 | -------------------------------------------------------------------------------- /docs/about-mono/releases/3.0.5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: New in Mono 3.0.5 4 | version: 3.0.5 5 | releasedate: '2013-02-26' 6 | --- 7 | 8 | This is a hot-fix release. It fixes a crash in the runtime support for generics, which could be triggered by Xamarin Studio. 9 | -------------------------------------------------------------------------------- /docs/about-mono/releases/3.0.6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: New in Mono 3.0.6 4 | version: 3.0.6 5 | releasedate: '2013-02-27' 6 | --- 7 | 8 | This is another hotfix release. It reverses the visibility change made to Mono.Runtime.GetDisplayName. 9 | -------------------------------------------------------------------------------- /docs/about-mono/releases/3.12.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: Release Notes Mono 3.12.1 4 | version: 3.12.1 5 | releasedate: '2015-03-07' 6 | --- 7 | 8 | Mono 3.12.1 is a hotfix release to address vulnerabilities in Mono's TLS stack. 9 | 10 | Check out the [blog post](http://www.mono-project.com/news/2015/03/07/mono-tls-vulnerability/) for more details. 11 | -------------------------------------------------------------------------------- /docs/about-mono/releases/3.2.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: New in Mono 3.2.1 4 | version: 3.2.1 5 | releasedate: '2013-08-01' 6 | --- 7 | 8 | Mono 3.2.1 is a hot-fix release. 9 | 10 | It fixes [bug 13509](https://bugzilla.xamarin.com/show_bug.cgi?id=13509), which causes a crash when the current culture is set to zh_TW. 11 | -------------------------------------------------------------------------------- /docs/about-mono/releases/4.2.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: Mono 4.2.0 Release Notes 4 | version: 4.2.0 5 | releasedate: '2015-08-25' 6 | --- 7 | 8 | Please see the [4.2.1 release notes](/docs/about-mono/releases/4.2.1/). 9 | -------------------------------------------------------------------------------- /docs/about-mono/releases/5.22.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: 'Mono 5.22.0 Release Notes' 4 | version: 5.22.0 5 | releasedate: 'skipped' 6 | --- 7 | 8 | We decided to skip the 5.22 release and continue straight with the [6.0.0](/docs/about-mono/releases/6.0.0) release. 9 | -------------------------------------------------------------------------------- /docs/about-mono/releases/5.6.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: 'Mono 5.6.0 Release Notes' 4 | version: 5.6.0 5 | releasedate: 'skipped' 6 | --- 7 | 8 | We decided to skip the 5.6 release and continue straight with the [5.8.0](/docs/about-mono/releases/5.8.0) release. 9 | -------------------------------------------------------------------------------- /docs/about-mono/releases/6.12.0.122.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: 'Mono 6.12.0.122 Release Notes' 4 | version: 6.12.0.122 5 | releasedate: '2021-02-23' 6 | --- 7 | 8 | ## Highlights 9 | 10 | - This is a security release which addresses [CVE-2021-24112](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-24112) 11 | -------------------------------------------------------------------------------- /docs/about-mono/releases/6.2.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: releasenotes 3 | title: 'Mono 6.2.0 Release Notes' 4 | version: 6.2.0 5 | releasedate: 'skipped' 6 | --- 7 | 8 | We decided to skip the 6.2 release and continue straight with the [6.4.0](/docs/about-mono/releases/6.4.0) release. 9 | -------------------------------------------------------------------------------- /docs/about-mono/showcase/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Showcase 3 | --- 4 | 5 | - [Companies using Mono](/docs/about-mono/showcase/companies-using-mono/) 6 | - [Screenshots](/docs/about-mono/showcase/screenshots/) 7 | - [Software](/docs/about-mono/showcase/software/) 8 | -------------------------------------------------------------------------------- /docs/about-mono/supported-platforms/mips.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: MIPS 3 | redirect_from: 4 | - /Mono%3AMIPS/ 5 | --- 6 | 7 | Mono 1.2.1 was the first version to support the MIPS cpu. 8 | 9 | The port was done by Mark Easton, and its a MIPS32 port. 10 | -------------------------------------------------------------------------------- /docs/about-mono/supported-platforms/playstation3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: PlayStation3 3 | redirect_from: 4 | - /Mono%3APlayStation3/ 5 | --- 6 | 7 | The Mono runtime runs on the PLAYSTATION®3 3 with Linux. 8 | 9 | For users interested in using Mono on the PLAYSTATION®3 with the native operating system a license can be obtained from Novell. You must be a registered Sony PLAYSTATION®3 Developer. 10 | -------------------------------------------------------------------------------- /docs/advanced/garbage-collector/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Garbage Collector 3 | --- 4 | 5 | - [SGen](/docs/advanced/garbage-collector/sgen/) 6 | - [Benchmark Suite](/docs/advanced/garbage-collector/benchmark-suite/) 7 | -------------------------------------------------------------------------------- /docs/advanced/runtime/docs/coop-state-machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/docs/advanced/runtime/docs/coop-state-machine.png -------------------------------------------------------------------------------- /docs/database-access/entityframework.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: EntityFramework 3 | redirect_from: 4 | - /EntityFramework/ 5 | --- 6 | 7 | As of Mono 2.11.3, Microsoft's open sourced EntityFramework is part of Mono's distribution. 8 | -------------------------------------------------------------------------------- /docs/debug+profile/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Debug and Profile 3 | --- 4 | 5 | - [Debug](/docs/debug+profile/debug/) 6 | - [Profile](/docs/debug+profile/profile/) 7 | - [Clang Sanitizers](/docs/debug+profile/clang/) 8 | -------------------------------------------------------------------------------- /docs/faq/known-issues/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Known Issues 3 | --- 4 | 5 | - [UriKind.RelativeOrAbsolute workaround](/docs/faq/known-issues/urikind-relativeorabsolute/) 6 | -------------------------------------------------------------------------------- /docs/getting-started/install/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Install Mono 3 | redirect_from: 4 | - /Mono_Installation/ 5 | - /archived/mono_installation/ 6 | --- 7 | 8 | - [macOS](/docs/getting-started/install/mac/) 9 | - [Linux](/docs/getting-started/install/linux/) 10 | - [Windows](/docs/getting-started/install/windows/) 11 | -------------------------------------------------------------------------------- /docs/tools+libraries/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tools+Libraries 3 | --- 4 | 5 | - [Tools](/docs/tools+libraries/tools/) 6 | - [Libraries](/docs/tools+libraries/libraries/) 7 | -------------------------------------------------------------------------------- /docs/tools+libraries/tools/gendarme/rules/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Rules 3 | --- 4 | 5 | TODO: list rules 6 | -------------------------------------------------------------------------------- /docs/web/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Web 3 | --- 4 | 5 | TODO: list web topics 6 | -------------------------------------------------------------------------------- /download/nightly.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Download - Nightly 4 | navgroup: download 5 | redirect_from: 6 | - /docs/getting-started/install/weekly-packages/ 7 | --- 8 | 9 | {% include download.html releasename="Nightly" %} 10 | -------------------------------------------------------------------------------- /download/preview.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Download - Preview 4 | navgroup: download 5 | redirect_from: 6 | - /alpha/ 7 | - /Alpha/ 8 | - /download/alpha/ 9 | - /beta/ 10 | - /Beta/ 11 | - /download/beta/ 12 | --- 13 | 14 | {% include download.html releasename="Preview" releasedata=site.data.previewrelease %} 15 | -------------------------------------------------------------------------------- /download/stable.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Download - Stable 4 | navgroup: download 5 | redirect_from: 6 | - /downloads/ 7 | - /Downloads/ 8 | - /download/ 9 | - /Download/ 10 | - /download/vs/ 11 | --- 12 | 13 | {% include download.html releasename="Stable" releasedata=site.data.stablerelease %} 14 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/favicon.ico -------------------------------------------------------------------------------- /files/gsoc-2017-clang-sanitizers-enhancitizer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/files/gsoc-2017-clang-sanitizers-enhancitizer.zip -------------------------------------------------------------------------------- /files/mono-old-passwordderivebytes-4.0.5.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/files/mono-old-passwordderivebytes-4.0.5.1.zip -------------------------------------------------------------------------------- /images/2016-09-10-arm64-icache_hexdump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2016-09-10-arm64-icache_hexdump.png -------------------------------------------------------------------------------- /images/2018-01-16-mono-static-webassembly-compilation/diagram1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2018-01-16-mono-static-webassembly-compilation/diagram1.png -------------------------------------------------------------------------------- /images/2018-01-16-mono-static-webassembly-compilation/diagram2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2018-01-16-mono-static-webassembly-compilation/diagram2.png -------------------------------------------------------------------------------- /images/2018-09-12-csharp-jit/.gitignore: -------------------------------------------------------------------------------- 1 | *.svg 2 | *.aux 3 | *.log 4 | *.pdf 5 | mini-runtime.?.tex 6 | *.dvi 7 | *.fdb_latexmk 8 | *.fls 9 | -------------------------------------------------------------------------------- /images/2018-09-12-csharp-jit/Makefile: -------------------------------------------------------------------------------- 1 | SHELL := bash 2 | 3 | .PRECIOUS: %.tex %.pdf 4 | 5 | all: mini-runtime.0.svg mini-runtime.1.svg mini-runtime.2.svg 6 | 7 | %.svg: %.pdf 8 | pdf2svg $< $@ 9 | 10 | %.pdf: %.tex 11 | latex-mk --pdflatex $< || latexmk --pdf $< 12 | 13 | %.tex: mini-runtime.tex 14 | sed "s/##VERSION##/$(subst .,,$(suffix $(basename $@)))/g" $< > $@ 15 | 16 | -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/macplastic-brex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/macplastic-brex.png -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/mergetool-on-solaris-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/mergetool-on-solaris-11.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/performance-benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/performance-benchmark.png -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-1-on-linux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-1-on-linux.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-1-very-early.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-1-very-early.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-2-on-linux-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-2-on-linux-2.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-2-on-linux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-2-on-linux.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-2.7-on-solaris-cde.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-2.7-on-solaris-cde.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-3-running-on-solaris-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-3-running-on-solaris-11.jpg -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/plastic-on-solaris-sparc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/plastic-on-solaris-sparc.png -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/scalability-benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/scalability-benchmark.png -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/windows-brex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/windows-brex.png -------------------------------------------------------------------------------- /images/2019-02-13-plastic-scm-mono/windows-diff-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/2019-02-13-plastic-scm-mono/windows-diff-window.png -------------------------------------------------------------------------------- /images/System-drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/System-drawing.png -------------------------------------------------------------------------------- /images/bcl-debug-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/bcl-debug-1.png -------------------------------------------------------------------------------- /images/bcl-debug-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/bcl-debug-2.png -------------------------------------------------------------------------------- /images/bcl-debug-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/bcl-debug-3.png -------------------------------------------------------------------------------- /images/code-completion-csharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/code-completion-csharp.png -------------------------------------------------------------------------------- /images/concurrent-gc-pause-times.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/concurrent-gc-pause-times.png -------------------------------------------------------------------------------- /images/e4k-android-studio-dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/e4k-android-studio-dep.png -------------------------------------------------------------------------------- /images/e4k-android-studio-import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/e4k-android-studio-import.png -------------------------------------------------------------------------------- /images/embed-slides/img0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img0.jpg -------------------------------------------------------------------------------- /images/embed-slides/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img1.jpg -------------------------------------------------------------------------------- /images/embed-slides/img10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img10.jpg -------------------------------------------------------------------------------- /images/embed-slides/img11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img11.jpg -------------------------------------------------------------------------------- /images/embed-slides/img12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img12.jpg -------------------------------------------------------------------------------- /images/embed-slides/img13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img13.jpg -------------------------------------------------------------------------------- /images/embed-slides/img14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img14.jpg -------------------------------------------------------------------------------- /images/embed-slides/img15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img15.jpg -------------------------------------------------------------------------------- /images/embed-slides/img16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img16.jpg -------------------------------------------------------------------------------- /images/embed-slides/img17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img17.jpg -------------------------------------------------------------------------------- /images/embed-slides/img18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img18.jpg -------------------------------------------------------------------------------- /images/embed-slides/img19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img19.jpg -------------------------------------------------------------------------------- /images/embed-slides/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img2.jpg -------------------------------------------------------------------------------- /images/embed-slides/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img3.jpg -------------------------------------------------------------------------------- /images/embed-slides/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img4.jpg -------------------------------------------------------------------------------- /images/embed-slides/img5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img5.jpg -------------------------------------------------------------------------------- /images/embed-slides/img6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img6.jpg -------------------------------------------------------------------------------- /images/embed-slides/img7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img7.jpg -------------------------------------------------------------------------------- /images/embed-slides/img8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img8.jpg -------------------------------------------------------------------------------- /images/embed-slides/img9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/embed-slides/img9.jpg -------------------------------------------------------------------------------- /images/gsoc-2017-corefx-System.IO.Pipes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/gsoc-2017-corefx-System.IO.Pipes.png -------------------------------------------------------------------------------- /images/gsoc-2017-lambda-support-in-debugger-expression-evaluator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/gsoc-2017-lambda-support-in-debugger-expression-evaluator.png -------------------------------------------------------------------------------- /images/igv-diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/igv-diff.png -------------------------------------------------------------------------------- /images/igv-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/igv-screenshot.png -------------------------------------------------------------------------------- /images/jit-slides/img0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img0.jpg -------------------------------------------------------------------------------- /images/jit-slides/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img1.jpg -------------------------------------------------------------------------------- /images/jit-slides/img10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img10.jpg -------------------------------------------------------------------------------- /images/jit-slides/img11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img11.jpg -------------------------------------------------------------------------------- /images/jit-slides/img12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img12.jpg -------------------------------------------------------------------------------- /images/jit-slides/img13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img13.jpg -------------------------------------------------------------------------------- /images/jit-slides/img14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img14.jpg -------------------------------------------------------------------------------- /images/jit-slides/img15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img15.jpg -------------------------------------------------------------------------------- /images/jit-slides/img16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img16.jpg -------------------------------------------------------------------------------- /images/jit-slides/img17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img17.jpg -------------------------------------------------------------------------------- /images/jit-slides/img18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img18.jpg -------------------------------------------------------------------------------- /images/jit-slides/img19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img19.jpg -------------------------------------------------------------------------------- /images/jit-slides/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img2.jpg -------------------------------------------------------------------------------- /images/jit-slides/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img3.jpg -------------------------------------------------------------------------------- /images/jit-slides/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img4.jpg -------------------------------------------------------------------------------- /images/jit-slides/img5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img5.jpg -------------------------------------------------------------------------------- /images/jit-slides/img6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img6.jpg -------------------------------------------------------------------------------- /images/jit-slides/img7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img7.jpg -------------------------------------------------------------------------------- /images/jit-slides/img8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img8.jpg -------------------------------------------------------------------------------- /images/jit-slides/img9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/jit-slides/img9.jpg -------------------------------------------------------------------------------- /images/mono-gorilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/mono-gorilla.png -------------------------------------------------------------------------------- /images/mono-mac-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/mono-mac-install.png -------------------------------------------------------------------------------- /images/mono-os400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/mono-os400.png -------------------------------------------------------------------------------- /images/mono-repo-changes-pipeline-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/mono-repo-changes-pipeline-screenshot.png -------------------------------------------------------------------------------- /images/windows-install-mono-cmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/windows-install-mono-cmd.png -------------------------------------------------------------------------------- /images/windows-install-mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/website/20b381086f569c7878bc0564b76527ed53627a28/images/windows-install-mono.png -------------------------------------------------------------------------------- /news/index.rss2: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /atom.xml 3 | --- --------------------------------------------------------------------------------