
<rss version="2.0">
<channel>
    <title>LLBLGen.com Forums Architecture feed</title>
    <link>http://llblgen.com/TinyForum/Threads.aspx?ForumID=17</link>
    <description>This is the RSS feed for the forum Architecture on the LLBLGen.com Forums forum system.</description>
    <ttl>30</ttl>
    <language>en-us</language>

	
		<item>
			<title>No able to Use different catalogue name by daelmo</title>
			<description>&lt;span&gt;Hi Petru,&lt;br&gt;&lt;br&gt;I wrote a post about that: &lt;a href=&quot;http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/&quot; target=&quot;_blank&quot;&gt;http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Let me know if that is what you are looking for.&lt;/span&gt;</description>
			<author>daelmo</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18620&amp;StartAtMessage=0#104366</link>
			<pubDate>Fri, 03 Sep 2010 21:28:11 GMT</pubDate>
			<category>No able to Use different catalogue name</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18620&amp;StartAtMessage=0#104366</guid>
		</item>
	
		<item>
			<title>No able to Use different catalogue name by Petru</title>
			<description>&lt;span&gt;Hi,&lt;br&gt;&lt;br&gt;We are successfully using LLBL component (v.2.5) for our project. &lt;br&gt;&lt;br&gt;Keeping the same entities / store procedures etc. we'll need to use different catalogue names for different LLBL projects. When the project is running we are using the web.config settings (CatalogNameToUse), but we'll need a similar setting to update also LLBL project.&lt;br&gt;&lt;br&gt;I also know LLBL project is multi catalogue enabled. But replacing the database name with the new one, we need to redo entire project settings (e.g. add again all store procedures etc.).&lt;br&gt;&lt;br&gt;Is there any easy way to replace the name without redo the project ?&lt;br&gt;&lt;br&gt;Thanks in advance for your answer,&lt;br&gt;Petru &lt;/span&gt;</description>
			<author>Petru</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18620&amp;StartAtMessage=0#104345</link>
			<pubDate>Fri, 03 Sep 2010 15:20:01 GMT</pubDate>
			<category>No able to Use different catalogue name</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18620&amp;StartAtMessage=0#104345</guid>
		</item>
	
		<item>
			<title>Insert/Update/Detele ops through stored procedures by daelmo</title>
			<description>&lt;span&gt;Hi Costa, that is not supported. For fetch you can use projections, for save you can call the SP from your code directly.&lt;br&gt;&lt;br&gt;Related thread: &lt;a href=&quot;http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17027&quot; target=&quot;_blank&quot;&gt;http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17027&lt;/a&gt;&lt;/span&gt;</description>
			<author>daelmo</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18544&amp;StartAtMessage=0#103919</link>
			<pubDate>Sun, 22 Aug 2010 21:27:11 GMT</pubDate>
			<category>Insert/Update/Detele ops through stored procedures</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18544&amp;StartAtMessage=0#103919</guid>
		</item>
	
		<item>
			<title>Insert/Update/Detele ops through stored procedures by costab</title>
			<description>&lt;span&gt;I downloaded LLBLGen pro last night and I could not find a way to assign stored procedures to do the insert/update/delete operations. I want to generate Linq to sql classes for vs2008. In the vs 2008 O/R designer for L2S you can override the default behaviour to save the data through stored procs.&lt;br&gt;&lt;br&gt;Am I missing something?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Costa&lt;br&gt;&lt;/span&gt;</description>
			<author>costab</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18544&amp;StartAtMessage=0#103903</link>
			<pubDate>Sat, 21 Aug 2010 20:38:37 GMT</pubDate>
			<category>Insert/Update/Detele ops through stored procedures</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18544&amp;StartAtMessage=0#103903</guid>
		</item>
	
		<item>
			<title>Join Entities in different catalogs by DasDirector</title>
			<description>&lt;span&gt;thanks for the explanation&lt;/span&gt;</description>
			<author>DasDirector</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103653</link>
			<pubDate>Mon, 16 Aug 2010 14:25:45 GMT</pubDate>
			<category>Join Entities in different catalogs</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103653</guid>
		</item>
	
		<item>
			<title>Join Entities in different catalogs by Otis</title>
			<description>&lt;span&gt;You can only join entities which are in the same session factory, so if you have Customer in sessionfactory S1 with assembly A, and Order in session factory S2 with assembly B, you can't join them, using a session created on S1 or S2 as both sessionfactories don't know all the types. &lt;br&gt;&lt;br&gt;&lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103650</link>
			<pubDate>Mon, 16 Aug 2010 13:19:32 GMT</pubDate>
			<category>Join Entities in different catalogs</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103650</guid>
		</item>
	
		<item>
			<title>Join Entities in different catalogs by DasDirector</title>
			<description>&lt;span&gt;We are using different (NHibernate) sessions with the multiple assemblies. The entities that we want to join are in these different assemblies. Currently, we are using LINQ to NHibernate to get the results.&lt;br&gt;&lt;br&gt;In the cases where the entities were in the same assembly we use Typed Lists; so is it right that the typed lists cannot be used if the entities are in different assemblies? &lt;/span&gt;</description>
			<author>DasDirector</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103649</link>
			<pubDate>Mon, 16 Aug 2010 13:05:53 GMT</pubDate>
			<category>Join Entities in different catalogs</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103649</guid>
		</item>
	
		<item>
			<title>Join Entities in different catalogs by Otis</title>
			<description>&lt;span&gt;You want to keep the entity definitions also separated? Do you use a single session with multiple assemblies?&lt;br&gt;&lt;br&gt;LLBLGen Pro supports multiple catalogs, and you can define in the project multiple groups which can represent multiple vs.net projects (assemblies), so you can define the entity (e.g. 'Product') multiple times in the project (e.g. in each group) and map it to the same target. This has the advantage that when the target table changes, all the entities mapped onto it are validated against it. &lt;br&gt;&lt;br&gt;&lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103618</link>
			<pubDate>Sun, 15 Aug 2010 11:13:08 GMT</pubDate>
			<category>Join Entities in different catalogs</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103618</guid>
		</item>
	
		<item>
			<title>Join Entities in different catalogs by DasDirector</title>
			<description>&lt;span&gt;Sorry, I should be specifying these!&lt;br&gt;&lt;br&gt;v3.0 Final&lt;br&gt;NHibernate&lt;br&gt;&lt;/span&gt;</description>
			<author>DasDirector</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103604</link>
			<pubDate>Fri, 13 Aug 2010 15:45:54 GMT</pubDate>
			<category>Join Entities in different catalogs</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103604</guid>
		</item>
	
		<item>
			<title>Join Entities in different catalogs by Otis</title>
			<description>&lt;span&gt;so in different projects? Which framework / llblgen pro version are you using?&lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103602</link>
			<pubDate>Fri, 13 Aug 2010 15:00:08 GMT</pubDate>
			<category>Join Entities in different catalogs</category>
			<guid isPermaLink="true">http://llblgen.com/TinyForum/Messages.aspx?ThreadID=18487&amp;StartAtMessage=0#103602</guid>
		</item>
	
</channel>
</rss>  
