<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PrismLibrary and Unity containers examples in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10672781#M36534</link>
    <description>&lt;P&gt;Anschlei-&lt;/P&gt;&lt;P&gt;Did you have any further success implementing the Prism framework in Revit? &amp;nbsp;I am trying to do the same, ideally using a dockpanel page as the shell (using Unity). &amp;nbsp;The issue I’m finding is that I can’t seem to override the shell dependency object&amp;nbsp;to a page instead of a window. &amp;nbsp;This may just be my inexperience!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 11:23:20 GMT</pubDate>
    <dc:creator>jasonprichardtcc</dc:creator>
    <dc:date>2021-10-07T11:23:20Z</dc:date>
    <item>
      <title>PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/9331311#M36528</link>
      <description>&lt;P&gt;I wondered if anyone knows of an example that utilizes PrismLibrary 6 or 7 and the concept of unity containers for Revit addins. All examples I have googled uses "Application" as example. Any help would be huge.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 16:30:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/9331311#M36528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-20T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/9351971#M36529</link>
      <description>&lt;P&gt;I have little knowledge about PrismLibrary and Unity containers, so&amp;nbsp;I did some quick reading of the github repos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the PrismLibrary, I noticed this library provides the ability to create &lt;SPAN&gt;loosely coupled MVVM&lt;/SPAN&gt; modules. I do think it can be well managed by some Reflection code. I included some of my ideas in the demo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you mean containers for Inverse of Control by Unity containers, actually I have adopted my own simple container implementation in my production code. It's not that complicated with some knowledge of Reflection. It can also provide the ability to create loosely coupled business modules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more details, check the attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 06:59:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/9351971#M36529</guid>
      <dc:creator>Kennan.Chen</dc:creator>
      <dc:date>2020-03-02T06:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/9380932#M36530</link>
      <description>&lt;P&gt;Thank you! I will study it.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 18:12:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/9380932#M36530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-16T18:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10622726#M36531</link>
      <description>&lt;P&gt;Sorry, that i have to reopen that Question.&lt;/P&gt;&lt;P&gt;Why would you use Reflection or IoC? I am familiar with both. I would get that you would use IoC to create a loosly coupled Project or are there more benefits? Why would u use Reflection?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also aiming to work with MVVM and Prism to create an Application for Revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anton S.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 22:31:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10622726#M36531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-14T22:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10622885#M36532</link>
      <description>&lt;P&gt;Yes, I use IoC mainly to create a loosely coupled project which makes every part of my project replacable. And I believe it's a good practise for interface oriented programming which is the core concept of decoupling. Reflection is just a necessary tool if you want to implement a IoC container yourself as the main job of an IoC container is to return an instance according to a type.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 00:25:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10622885#M36532</guid>
      <dc:creator>Kennan.Chen</dc:creator>
      <dc:date>2021-09-15T00:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10633013#M36533</link>
      <description>&lt;P&gt;Thank you Kennan!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Sep 2021 20:41:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10633013#M36533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-19T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: PrismLibrary and Unity containers examples</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10672781#M36534</link>
      <description>&lt;P&gt;Anschlei-&lt;/P&gt;&lt;P&gt;Did you have any further success implementing the Prism framework in Revit? &amp;nbsp;I am trying to do the same, ideally using a dockpanel page as the shell (using Unity). &amp;nbsp;The issue I’m finding is that I can’t seem to override the shell dependency object&amp;nbsp;to a page instead of a window. &amp;nbsp;This may just be my inexperience!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 11:23:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/prismlibrary-and-unity-containers-examples/m-p/10672781#M36534</guid>
      <dc:creator>jasonprichardtcc</dc:creator>
      <dc:date>2021-10-07T11:23:20Z</dc:date>
    </item>
  </channel>
</rss>

