
<rss version="2.0">
<channel>
    <title>LLBLGen.com Forums Announcements feed</title>
    <link>http://www.llblgen.com/TinyForum/Threads.aspx?ForumID=11</link>
    <description>This is the RSS feed for the forum Announcements on the LLBLGen.com Forums forum system.</description>
    <ttl>30</ttl>
    <language>en-us</language>

	
		<item>
			<title>Important: NHibernate changes coming up by Otis</title>
			<description>&lt;span&gt;In the next build, August 5th, we'll rollback this change:&lt;br&gt;&lt;table width=&quot;95%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
    &lt;tr&gt;
      &lt;td align=&quot;left&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;QuoteText&quot;&gt;&lt;br&gt;We've changed this to be the group name in this case, or more importantly, we changed the [projectName] directive in the presets to [containerName] as it should have been.&lt;br&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;&lt;br&gt;&lt;br&gt;as it was 1) unnecessary and 2) causes problems with vs.net filename creation: the rootnamespace active at that point was the project name, whic already contained the groupname, and the change we made would create project names with just the group name.&lt;br&gt;&lt;br&gt;Our apologies for any inconvenience this might have caused. To workaround this today, change [containedName] in the vs.net project tasks to [projectName] &lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18391&amp;StartAtMessage=0#103349</link>
			<pubDate>Thu, 05 Aug 2010 10:30:37 GMT</pubDate>
			<category>Important: NHibernate changes coming up</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18391&amp;StartAtMessage=0#103349</guid>
		</item>
	
		<item>
			<title>Important: Entity Framework changes coming up by Otis</title>
			<description>&lt;span&gt;In the next build, August 5th, we'll rollback this change:&lt;br&gt;&lt;table width=&quot;95%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
    &lt;tr&gt;
      &lt;td align=&quot;left&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;QuoteText&quot;&gt;We've changed this to be the group name in this case, or more importantly, we changed the [projectName] directive in the presets to [containerName] as it should have been. &lt;br&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;&lt;br&gt;&lt;br&gt;as it was 1) unnecessary and 2) causes problems with vs.net filename creation: the rootnamespace active at that point was the project name, whic already contained the groupname, and the change we made would create project names with just the group name.&lt;br&gt;&lt;br&gt;Our apologies for any inconvenience this might have caused. To workaround this today, change [containedName] in the vs.net project tasks to [projectName]&lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18390&amp;StartAtMessage=0#103348</link>
			<pubDate>Thu, 05 Aug 2010 10:30:23 GMT</pubDate>
			<category>Important: Entity Framework changes coming up</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18390&amp;StartAtMessage=0#103348</guid>
		</item>
	
		<item>
			<title>Important: NHibernate changes coming up by Otis</title>
			<description>&lt;span&gt;We discovered that multiple database types in a single nhibernate project didn't work in practice: the code of databases enumerated later on in the code generation process overwrote the already generated code. This was due to a problem in the presets: it should generate the code per database in a specific folder, if required. We have addressed this in the upcoming build. &lt;br&gt;&lt;br&gt;It was discovered that when using multiple groups and the grouping mechanism is set to AsSeparateProjects, the vs.net project name generated wasn't reflecting the group, but always had the 'projectname' as its name. This has the disadvantage that when you add all vs.net projects to 1 solution, you get conflicts and it doesn't work.&lt;br&gt;&lt;br&gt;We've changed this to be the group name in this case, or more importantly, we changed the [projectName] directive in the presets to [containerName] as it should have been. &lt;br&gt;&lt;br&gt;We added N:M support for NHibernate to the upcoming build as well. &lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18391&amp;StartAtMessage=0#103050</link>
			<pubDate>Wed, 28 Jul 2010 09:58:32 GMT</pubDate>
			<category>Important: NHibernate changes coming up</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18391&amp;StartAtMessage=0#103050</guid>
		</item>
	
		<item>
			<title>Important: Entity Framework changes coming up by Otis</title>
			<description>&lt;span&gt;A couple of important changes have been made in the presets for Entity framework v1 and v4 in the upcoming build. &lt;br&gt;&lt;br&gt;It was discovered that when using multiple groups and the grouping mechanism is set to AsSeparateProjects, the vs.net project name generated wasn't reflecting the group, but always had the 'projectname' as its name. This has the disadvantage that when you add all vs.net projects to 1 solution, you get conflicts and it doesn't work.&lt;br&gt;&lt;br&gt;We've changed this to be the group name in this case, or more importantly, we changed the [projectName] directive in the presets to [containerName] as it should have been. &lt;br&gt;&lt;br&gt;This also has effect on people with the default grouping mechanism where everything is 1 project: the project name is now made pascal cased, as well as the context name. &lt;br&gt;&lt;br&gt;Also, we made the change that we now generate per database type a persistence project or in the case of v1 style, a complete set of classes + edmx/context file. Before, we generated all meta-data and mappings in a single edmx file but this was not usable at runtime as the EF doesn't offer a switching mechanism between the different database types in the edmx file. &lt;img src=&quot;pics/smileyregular.gif&quot; border=&quot;0&quot; alt=&quot;Regular Smiley&quot;&gt;&lt;br&gt;&lt;br&gt;This has the effect that if you use multiple database types (e.g. SQL server and firebird) with EF, for every database a folder is created now with the persistence project. &lt;br&gt;&lt;br&gt;The changes will be in the v3 build of July 28th or later. &lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18390&amp;StartAtMessage=0#103049</link>
			<pubDate>Wed, 28 Jul 2010 09:54:39 GMT</pubDate>
			<category>Important: Entity Framework changes coming up</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18390&amp;StartAtMessage=0#103049</guid>
		</item>
	
		<item>
			<title>Bitwise AND predicate uploaded by Otis</title>
			<description>&lt;span&gt;&lt;table width=&quot;95%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
    &lt;tr&gt;
      &lt;td align=&quot;left&quot;&gt;&lt;b&gt;TomV wrote:&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;QuoteText&quot;&gt;Hello Otis,&lt;br&gt;&lt;br&gt;I'm also not able to find this link. Is it still available?&lt;br&gt;Or has llblgen in meantime already some support for bitwise fields?&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;TomV&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;&lt;br&gt;In which database? We support them in oracle in v3.&lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=958&amp;StartAtMessage=0#102116</link>
			<pubDate>Fri, 09 Jul 2010 07:44:04 GMT</pubDate>
			<category>Bitwise AND predicate uploaded</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=958&amp;StartAtMessage=0#102116</guid>
		</item>
	
		<item>
			<title>Bitwise AND predicate uploaded by TomV</title>
			<description>&lt;span&gt;Hello Otis,&lt;br&gt;&lt;br&gt;I'm also not able to find this link. Is it still available?&lt;br&gt;Or has llblgen in meantime already some support for bitwise fields?&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;TomV&lt;/span&gt;</description>
			<author>TomV</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=958&amp;StartAtMessage=0#102107</link>
			<pubDate>Fri, 09 Jul 2010 06:45:37 GMT</pubDate>
			<category>Bitwise AND predicate uploaded</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=958&amp;StartAtMessage=0#102107</guid>
		</item>
	
		<item>
			<title>Beta of ADO.NET dataservices templates posted! by WayneBrantley</title>
			<description>&lt;span&gt;AquaMan,&lt;br&gt;   Look at the work in this thread:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=16377&amp;amp;HighLight=1&quot; target=&quot;_blank&quot;&gt;http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=16377&amp;amp;HighLight=1&lt;/a&gt;&lt;br&gt;&lt;/span&gt;</description>
			<author>WayneBrantley</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=14968&amp;StartAtMessage=0#100828</link>
			<pubDate>Wed, 09 Jun 2010 17:59:50 GMT</pubDate>
			<category>Beta of ADO.NET dataservices templates posted!</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=14968&amp;StartAtMessage=0#100828</guid>
		</item>
	
		<item>
			<title>LLBLGen Pro v3.0 RTM has been released! by vikramka</title>
			<description>&lt;span&gt;Congratulations. I just ordered an upgrade.&lt;br&gt;&lt;br&gt;Can't wait to finally see what Entity Framework and nhibernate are all about.&lt;/span&gt;</description>
			<author>vikramka</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17942&amp;StartAtMessage=0#100478</link>
			<pubDate>Tue, 01 Jun 2010 02:10:19 GMT</pubDate>
			<category>LLBLGen Pro v3.0 RTM has been released!</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17942&amp;StartAtMessage=0#100478</guid>
		</item>
	
		<item>
			<title>LLBLGen Pro v3.0 RTM has been released! by Ian</title>
			<description>&lt;span&gt;Congratulations on the release. &lt;img src=&quot;pics/smileylaugh.gif&quot; border=&quot;0&quot; alt=&quot;Laugh&quot;&gt; Loving the Element Grouping. Why isn't this in SQL Server Management Studio?!&lt;/span&gt;</description>
			<author>Ian</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17942&amp;StartAtMessage=0#100431</link>
			<pubDate>Mon, 31 May 2010 04:17:24 GMT</pubDate>
			<category>LLBLGen Pro v3.0 RTM has been released!</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17942&amp;StartAtMessage=0#100431</guid>
		</item>
	
		<item>
			<title>LLBLGen Pro v3.0 RTM has been released! by Otis</title>
			<description>&lt;span&gt;&lt;img src=&quot;pics/smileyregular.gif&quot; border=&quot;0&quot; alt=&quot;Regular Smiley&quot;&gt; Thanks Sven &lt;img src=&quot;pics/smileyregular.gif&quot; border=&quot;0&quot; alt=&quot;Regular Smiley&quot;&gt;. &lt;/span&gt;</description>
			<author>Otis</author>
			<link>http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17942&amp;StartAtMessage=0#100420</link>
			<pubDate>Sun, 30 May 2010 18:59:17 GMT</pubDate>
			<category>LLBLGen Pro v3.0 RTM has been released!</category>
			<guid isPermaLink="true">http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17942&amp;StartAtMessage=0#100420</guid>
		</item>
	
</channel>
</rss>  
