-
# Blog | DalSoft Ltd
We're an established, highly capable development consultancy specialising in full stack development and DevOps.
[https://www.dalsoft.co.uk/blog/index.php/2016/12/13/entity-f…
-
Hi,
Since Noda's Money is a struct type, we cannot use it as field type for our entities in our .Net Core 2.0 project, using Entity Framework Core 2.0.
Since EF Core 2.0 now fully supports owned e…
ghost updated
3 years ago
-
Hi everyone -
As you may have seen in [this week's ASP.NET Community Standup](https://www.youtube.com/watch?v=FSf83_TU5Yg&list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF&index=0) and Scott Hanselman's blog p…
Eilon updated
8 years ago
-
Tooling is explicitly blocked at the moment, so we'd need to do some work there to enable migrations.
```
PM> Add-Migration Test
Startup project 'Phoneword' targets framework 'MonoAndroid'. The E…
-
https://rehansaeed.com/migrating-to-entity-framework-core-seed-data/
-
In [DbContext in dependency injection for ASP.NET Core](https://docs.microsoft.com/ef/core/dbcontext-configuration/#dbcontext-in-dependency-injection-for-aspnet-core) it reads:
```c#
options => op…
-
In EF6 it was very simple to output the generated SQL with a one-line of code using Database.Logging property.
I tried to do everything discussed in this article as well as ASP.NET Core logging linke…
-
We have an entity hierarchy with a root entity that has several collections of dependent entities (the collections are big enough), some of the dependents may have their own dependent entities, and so…
-
I already made this package which is currently on nuget, I thought it might be a good fit for the communitytoolkit.
https://www.nuget.org/packages/AspireMassTransit.RabbitMQ.Client
https://www.nuge…
-
Maybe I'm wrong, but I believe that this section in docs is wrong and can cause issues: [Migrations in Team Environments](https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/teams#me…