Skip to content

Commit

Permalink
Add backup of Paolo's embedding slides (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm authored and akoeplinger committed Feb 21, 2018
1 parent 2d45064 commit d81bd5e
Show file tree
Hide file tree
Showing 22 changed files with 50 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/advanced/embedding/embedslides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Embedding Mono Runtime
author: Paolo Molaro
---

Backup of the [original slides](http://primates.ximian.com/~lupus/slides/embed).

[![Title page](/images/embed-slides/img0.jpg)](/images/embed-slides/img0.jpg)

[![Overview](/images/embed-slides/img1.jpg)](/images/embed-slides/img1.jpg)

[![Mono embedded everywhere...](/images/embed-slides/img2.jpg)](/images/embed-slides/img2.jpg)

[![Metadata library](/images/embed-slides/img3.jpg)](/images/embed-slides/img3.jpg)

[![Helper libraries](/images/embed-slides/img4.jpg)](/images/embed-slides/img4.jpg)

[![Execution engine support](/images/embed-slides/img5.jpg)](/images/embed-slides/img5.jpg)

[![API guidelines](/images/embed-slides/img6.jpg)](/images/embed-slides/img6.jpg)

[![API guidelines (continued)](/images/embed-slides/img7.jpg)](/images/embed-slides/img7.jpg)

[![Accessing metadata](/images/embed-slides/img8.jpg)](/images/embed-slides/img8.jpg)

[![Accessing metadata](/images/embed-slides/img9.jpg)](/images/embed-slides/img9.jpg)

[![Creating an object](/images/embed-slides/img10.jpg)](/images/embed-slides/img10.jpg)

[![Creating an object (continued)](/images/embed-slides/img11.jpg)](/images/embed-slides/img11.jpg)

[![Calling a method](/images/embed-slides/img12.jpg)](/images/embed-slides/img12.jpg)

[![Accessing fields](/images/embed-slides/img13.jpg)](/images/embed-slides/img13.jpg)

[![Who holds the control?](/images/embed-slides/img14.jpg)](/images/embed-slides/img14.jpg)

[![Exposing functions to the app](/images/embed-slides/img15.jpg)](/images/embed-slides/img15.jpg)

[![Issues](/images/embed-slides/img16.jpg)](/images/embed-slides/img16.jpg)

[![The garbage collector](/images/embed-slides/img17.jpg)](/images/embed-slides/img17.jpg)

[![Debugger support](/images/embed-slides/img18.jpg)](/images/embed-slides/img18.jpg)

[![Sample time](/images/embed-slides/img19.jpg)](/images/embed-slides/img19.jpg)
4 changes: 4 additions & 0 deletions docs/advanced/embedding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,7 @@ Samples
See the sample programs in [mono/samples/embed](https://github.com/mono/mono/tree/master/samples/embed) for examples of embedding the Mono runtime in your application.
Outdated Presentation
=====================
Paolo Molaro did a presentation on [embedding the Mono Runtime](/docs/advanced/embedding/embedslides/).
Binary file added images/embed-slides/img0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img18.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/embed-slides/img9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d81bd5e

Please sign in to comment.