	<rss version="2.0">
		<channel>
			<title>LLBLGen Pro Support System General Chat feed</title>
			<link>https://llblgen.com/tinyforum//Forum/1</link>
			<description>This is the RSS feed for the forum General Chat on the LLBLGen Pro Support System forum system.</description>
			<ttl>30</ttl>
			<language>en-us</language>
				<item>
					<title>Migrating to EF core 10 with MySQL by Otis</title>
					<description>&lt;p&gt;We don&#x27;t support EF Core on mysql. For a long time the provider needed from devart wasn&#x27;t good enough so we didn&#x27;t support it because of that. When they finally had a provider that worked we decided not to support them (devart) anymore. The main issue is that a commercial ADO.NET provider is needed from them. We kept mysql support for our own runtime for backwards compatibility. &lt;/p&gt;&#xA;&lt;p&gt;Entity Framework 6 works on .net standard and thus on .net 10, but not sure how it works with blazor. &lt;/p&gt;&#xA;</description>
					<author>Otis</author>
					<link>https://llblgen.com/tinyforum/Thread/29074#154602</link>
					<pubdate>Tue, 17 Feb 2026 08:15:45 GMT</pubdate>
					<category>Migrating to EF core 10 with MySQL</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29074#154602</guid>
				</item>
				<item>
					<title>Migrating to EF core 10 with MySQL by JanRHansen</title>
					<description>&lt;p&gt;Hi&lt;/p&gt;&#xA;&lt;p&gt;The title is a bit misleading. It should have been &amp;quot;Migrating to EF core 10 &lt;em&gt;with&lt;/em&gt; MySQL&amp;quot;. Feel free to update if possible.&lt;/p&gt;&#xA;&lt;p&gt;My current setup is &#xD;&#xA;- LLBLGen 5.13 handling a model for &#xD;&#xA;- my old ASP.NET webforms (framework 4.8 ) (yes, that old)&#xD;&#xA;- and a MySQL 8 database&#xD;&#xA;- using the LLBLGen Pro Runtime&lt;/p&gt;&#xA;&lt;p&gt;My gold is to to update/migrate to a Blazor web solution on .NET 10, but this leaves me with a few questions.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m sort of stuck with the MySQL requirement, but according to https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html, the MySQL Connector/NET v. 9.4 supports .NET 10 preview - and according to https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-6-0.html a 9.6 version has been released in january 2026. I&#x27;m guessing/hoping that the .NET 10 support is &amp;quot;OK&amp;quot;, but their documentation is not very updated.&lt;/p&gt;&#xA;&lt;p&gt;Also, according to https://www.llblgen.com/Pages/EntityFramework.aspx - the supported Entity Framework Version is &amp;quot;Entity Framework (not on .NET Standard)&amp;quot;. No mention of Entity Framework Core. Am I missing something?&lt;/p&gt;&#xA;&lt;p&gt;Assuming that .NET 10 is supported (do you have nay knowledge about this?) what would be a good way to proceed?&lt;/p&gt;&#xA;&lt;p&gt;Should I create a new llblgen project, or can I have both my current model and a new one in the same? I need to be able to continue releasing on the existing platform, and I foresee this will be a lengthy project &lt;img src=&quot;/tinyforum/pics/emojis/simple_smile.png&quot; class=&quot;emoji&quot; alt=&quot;simple_smile&quot;/&gt; Any suggested path? &#xD;&#xA;Also, if I want to try out the Entity framework Core v10 target framework, how is that best achieved?&lt;/p&gt;&#xA;&lt;p&gt;Sorry if the questions are a bit inconcrete, I&#x27;m looking for guidance more than definite answers &lt;img src=&quot;/tinyforum/pics/emojis/simple_smile.png&quot; class=&quot;emoji&quot; alt=&quot;simple_smile&quot;/&gt;&lt;/p&gt;&#xA;</description>
					<author>JanRHansen</author>
					<link>https://llblgen.com/tinyforum/Thread/29074#154601</link>
					<pubdate>Tue, 17 Feb 2026 06:30:34 GMT</pubdate>
					<category>Migrating to EF core 10 with MySQL</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29074#154601</guid>
				</item>
				<item>
					<title>UnitOfWorkBlockTypes by Otis</title>
					<description>&lt;p&gt;Yes, so you first set the FK field in Y to NULL, add it to the UOW, add X to the UOW and set the commit order in such a way that updates are run before deletes. If the FK in Y isn&#x27;t nullable, you have to delete the Y instance, so add that first to the UOW, then X. You can also change the FK constraint in the database to support cascades, e.g. let the DB set the FK to null OR delete the Y instance&lt;/p&gt;&#xA;</description>
					<author>Otis</author>
					<link>https://llblgen.com/tinyforum/Thread/29014#154284</link>
					<pubdate>Sat, 05 Jul 2025 06:37:38 GMT</pubdate>
					<category>UnitOfWorkBlockTypes</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29014#154284</guid>
				</item>
				<item>
					<title>UnitOfWorkBlockTypes by User001</title>
					<description>&lt;p&gt;Let&#x27;s say I have a Parent Table called X, Child Table called Y. They are link in terms of Primary Key and Foreign Key with a Field called F1.&lt;/p&gt;&#xA;&lt;p&gt;Want to delete Parent Class but couldnt because I know that there is still a Child Table related to that Parent Table has not deleted.&lt;/p&gt;&#xA;&lt;p&gt;Do I need to setup own UOW2.CommitOrder? Thanks.&lt;/p&gt;&#xA;</description>
					<author>User001</author>
					<link>https://llblgen.com/tinyforum/Thread/29014#154283</link>
					<pubdate>Fri, 04 Jul 2025 08:19:17 GMT</pubdate>
					<category>UnitOfWorkBlockTypes</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29014#154283</guid>
				</item>
				<item>
					<title>Is LLBLGen ready for Npgsql 10? by Otis</title>
					<description>&lt;blockquote&gt;&lt;p class=&quot;quote-nickname&quot;&gt;mbp wrote:&lt;/p&gt;&#xA;&lt;p&gt;Thanks for your reply.&lt;/p&gt;&#xA;&lt;p&gt;Of course, we are also not happy if those sync methods stopped worked, primarily because we have code that is not using async calls, that would have to be rewritten.&lt;/p&gt;&#xA;&lt;p&gt;You are right that Npgsql 10 should work (if they add a toggle to enable sync I/O), so it probably will be in Npgsql 11 that it could be a real problem.&lt;/p&gt;&#xA;&lt;p&gt;In any case, if we ever come to a situation where we can&#x27;t use the latest bits from Microsoft, and LLBLGen is preventing us to upgrade, then that would probably mean we would have to look for alternatives. So the goal with my post was merely to give me some kind of hope that we can use LLBLGen for many years forward, even if Microsoft does things we disagree with :-) &lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;If the current npgsql does what you need, you don&#x27;t need to upgrade to newer version that ditches existing api&#x27;s. &lt;img src=&quot;/tinyforum/pics/emojis/simple_smile.png&quot; class=&quot;emoji&quot; alt=&quot;simple_smile&quot;/&gt; So I guess it&#x27;s only for new code targeting .net 10&#x2B; that might be affected. Existing projects targeting .net 8 with e.g. npgsql 8/9 will keep on working just fine. &lt;/p&gt;&#xA;&lt;p&gt;I don&#x27;t want to give you false hope, as in the end it&#x27;s not a problem we create, so there&#x27;s little we can do but wait and see. But for the coming years (2 at least I think) I wouldn&#x27;t worry about it&lt;/p&gt;&#xA;</description>
					<author>Otis</author>
					<link>https://llblgen.com/tinyforum/Thread/29009#154259</link>
					<pubdate>Thu, 12 Jun 2025 15:08:19 GMT</pubdate>
					<category>Is LLBLGen ready for Npgsql 10?</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29009#154259</guid>
				</item>
				<item>
					<title>Is LLBLGen ready for Npgsql 10? by mbp</title>
					<description>&lt;p&gt;Thanks for your reply.&lt;/p&gt;&#xA;&lt;p&gt;Of course, we are also not happy if those sync methods stopped worked, primarily because we have code that is not using async calls, that would have to be rewritten.&lt;/p&gt;&#xA;&lt;p&gt;You are right that Npgsql 10 should work (if they add a toggle to enable sync I/O), so it probably will be in Npgsql 11 that it could be a real problem.&lt;/p&gt;&#xA;&lt;p&gt;In any case, if we ever come to a situation where we can&#x27;t use the latest bits from Microsoft, and LLBLGen is preventing us to upgrade, then that would probably mean we would have to look for alternatives. So the goal with my post was merely to give me some kind of hope that we can use LLBLGen for many years forward, even if Microsoft does things we disagree with :-) &lt;/p&gt;&#xA;</description>
					<author>mbp</author>
					<link>https://llblgen.com/tinyforum/Thread/29009#154255</link>
					<pubdate>Thu, 12 Jun 2025 06:23:05 GMT</pubdate>
					<category>Is LLBLGen ready for Npgsql 10?</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29009#154255</guid>
				</item>
				<item>
					<title>Is LLBLGen ready for Npgsql 10? by Otis</title>
					<description>&lt;p&gt;I replied last year in their issue: &lt;a href=&quot;https://github.com/npgsql/npgsql/issues/5865&quot; rel=&quot;nofollow&quot;&gt;https://github.com/npgsql/npgsql/issues/5865&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;We have an async api, so it should be fine in general, IF you only call async methods. However we don&#x27;t implement CommitAsync calls as that&#x27;s not in .netstandard2.0.  We ship an older npgsql for the driver so it&#x27;s only at runtime. &lt;/p&gt;&#xA;&lt;p&gt;My personal opinion is that this is a stupid move of them. Removing APIs that are used by many is beyond pointless. You can deprecate things and signal to the user &#x27;hey it&#x27;s better to use the alternative&#x27; but there&#x27;s little else to it.&lt;/p&gt;&#xA;&lt;p&gt;But in the end it&#x27;s all what-if, they haven&#x27;t released v10 yet and in v10 it still should work ok. We&#x27;ll see. &lt;/p&gt;&#xA;</description>
					<author>Otis</author>
					<link>https://llblgen.com/tinyforum/Thread/29009#154254</link>
					<pubdate>Thu, 12 Jun 2025 06:11:10 GMT</pubdate>
					<category>Is LLBLGen ready for Npgsql 10?</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29009#154254</guid>
				</item>
				<item>
					<title>Is LLBLGen ready for Npgsql 10? by mbp</title>
					<description>&lt;p&gt;Hi,&lt;/p&gt;&#xA;&lt;p&gt;I read on Npgsql 9.0 release notes, that they are considering dropping support for synchronous APIs.&#xD;&#xA;Link: https://www.npgsql.org/doc/release-notes/9.0.html&lt;/p&gt;&#xA;&lt;p&gt;I want to ask if LLBLGen will be ready to work without those APIs, when Npgsql 10 comes out?&lt;/p&gt;&#xA;</description>
					<author>mbp</author>
					<link>https://llblgen.com/tinyforum/Thread/29009#154253</link>
					<pubdate>Wed, 11 Jun 2025 07:59:36 GMT</pubdate>
					<category>Is LLBLGen ready for Npgsql 10?</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/29009#154253</guid>
				</item>
				<item>
					<title>.Net Upgrade to 4.8 by Otis</title>
					<description>&lt;blockquote&gt;&lt;p class=&quot;quote-nickname&quot;&gt;Jayr1985 wrote:&lt;/p&gt;&#xA;&lt;p&gt;We need to move a legacy application that uses LGP files from.Net 2.0 to.Net 4.8. Please provide instructions on how to update the.lgp file to the most recent version and regenerate the class objects since we don&#x27;t have the older version of Designer installed. Additionally, the project upgraded to.net 4.8 without any build issues when we used class objects generated from.lgp.  Please provide guidance on the next steps. We have also purchased the most recent pro license.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Also answered via email: &lt;/p&gt;&#xA;&lt;p&gt;To migrate the project, please see:  &lt;a href=&quot;https://www.llblgen.com/Documentation/5.11/Designer/Migratingv2xProject.htm&quot; rel=&quot;nofollow&quot;&gt;https://www.llblgen.com/Documentation/5.11/Designer/Migratingv2xProject.htm&lt;/a&gt;&#xD;&#xA;To migrate your code, please see: &lt;a href=&quot;https://www.llblgen.com/Documentation/5.11/LLBLGen%20Pro%20RTF/migratingcode.htm&quot; rel=&quot;nofollow&quot;&gt;https://www.llblgen.com/Documentation/5.11/LLBLGen%20Pro%20RTF/migratingcode.htm&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Most breaking changes are likely not something you&#x27;ll run into, but just in case, all breaking changes are documented there. &lt;/p&gt;&#xA;</description>
					<author>Otis</author>
					<link>https://llblgen.com/tinyforum/Thread/28967#154069</link>
					<pubdate>Thu, 06 Feb 2025 20:31:32 GMT</pubdate>
					<category>.Net Upgrade to 4.8</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/28967#154069</guid>
				</item>
				<item>
					<title>.Net Upgrade to 4.8 by Jayr1985</title>
					<description>&lt;p&gt;We need to move a legacy application that uses LGP files from.Net 2.0 to.Net 4.8. Please provide instructions on how to update the.lgp file to the most recent version and regenerate the class objects since we don&#x27;t have the older version of Designer installed. Additionally, the project upgraded to.net 4.8 without any build issues when we used class objects generated from.lgp.  Please provide guidance on the next steps. We have also purchased the most recent pro license.&lt;/p&gt;&#xA;</description>
					<author>Jayr1985</author>
					<link>https://llblgen.com/tinyforum/Thread/28967#154068</link>
					<pubdate>Thu, 06 Feb 2025 13:24:33 GMT</pubdate>
					<category>.Net Upgrade to 4.8</category>
					<guid ispermalink="true">https://llblgen.com/tinyforum/Thread/28967#154068</guid>
				</item>
		</channel>
	</rss>
