<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Architecture</title><link>http://forums.asp.net/16.aspx</link><description>Discuss and debate ASP.NET application designs. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=8&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to communicate methods on different applications sharing classes?</title><link>http://forums.asp.net/thread/3270772.aspx</link><pubDate>Thu, 02 Jul 2009 08:47:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3270772</guid><dc:creator>vivek_iit</dc:creator><author>vivek_iit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3270772.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=3270772</wfw:commentRss><description>&lt;p&gt;It looks like you might need to change your architecture. Since AppA and AppB are different applications and need related classes (class 1 and class2), it is best to create a separate class library project having both these classes in it and then reference this project in AppA and AppB.&lt;/p&gt;&lt;p&gt;This way you can use both the classes in both the projects without needing to rewrite them.&lt;/p&gt;&lt;p&gt;HTH,&lt;/p&gt;&lt;p&gt;Vivek&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to communicate methods on different applications sharing classes?</title><link>http://forums.asp.net/thread/3262350.aspx</link><pubDate>Sun, 28 Jun 2009 07:25:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3262350</guid><dc:creator>lsanchez0305</dc:creator><author>lsanchez0305</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3262350.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=3262350</wfw:commentRss><description>&lt;p&gt;I have 2 applications, &lt;b&gt;App A&lt;/b&gt; and&lt;b&gt; App B&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;App A&lt;/b&gt; has class &lt;b&gt;CLASS1 &lt;/b&gt;with properties and methods&lt;/p&gt;&lt;p&gt;&lt;b&gt;App B&lt;/b&gt; has class &lt;b&gt;CLASS2 &lt;/b&gt;which has different methods that uses &lt;b&gt;CLASS1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;I have no problem creating a reference of the namespace that has &lt;b&gt;CLASS1 &lt;/b&gt;on &lt;b&gt;CLASS2 &lt;/b&gt;on the BLL of &lt;b&gt;App B&lt;/b&gt;&lt;/p&gt;&lt;p&gt;But I also use &lt;b&gt;CLASS1 &lt;/b&gt;on the presentation layer of &lt;b&gt;App B&lt;/b&gt;, is there a way to pass all the properties and methods of &lt;b&gt;CLASS1 &lt;/b&gt;to the presentation layer of &lt;b&gt;App B &lt;/b&gt;using &lt;b&gt;CLASS2&lt;/b&gt; or any other way without having to rewrite the &lt;b&gt;CLASS1 &lt;/b&gt;on the BLL of &lt;b&gt;App B&lt;/b&gt; again?&lt;/p&gt;&lt;p&gt;Thanks, help must appreciate it.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>