EWSoftware.EntityFramework 2025.3.17

dotnet add package EWSoftware.EntityFramework --version 2025.3.17
                    
NuGet\Install-Package EWSoftware.EntityFramework -Version 2025.3.17
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EWSoftware.EntityFramework" Version="2025.3.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EWSoftware.EntityFramework" Version="2025.3.17" />
                    
Directory.Packages.props
<PackageReference Include="EWSoftware.EntityFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EWSoftware.EntityFramework --version 2025.3.17
                    
#r "nuget: EWSoftware.EntityFramework, 2025.3.17"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=EWSoftware.EntityFramework&version=2025.3.17
                    
Install EWSoftware.EntityFramework as a Cake Addin
#tool nuget:?package=EWSoftware.EntityFramework&version=2025.3.17
                    
Install EWSoftware.EntityFramework as a Cake Tool

EWSoftware Entity Framework Utilities Library

The main goal of this library is to provide better support for stored procedures in Entity Framework and to provide a way to use them in a way similar to LINQ to SQL. It consists of a set of extension methods and some data annotation attributes that can be applied to the entity types to define which stored procedure to use for operations such as loading all entities, loading by key value, inserts, updates, and deletes. It also provides a way to add stored procedure methods to the Entity Framework data context similar to LINQ to SQL.

To aid in the transition from LINQ to SQL to Entity Framework, a conversion tool is also provided that allows converting a DBML file to a fairly equivalent set of entity classes and a data context. Some review and rework of the converted types and the code that uses them is still needed but it is a quick way to get up and running with Entity Framework without having to completely rewrite the LINQ to SQL data access code especially if you made significant use of stored procedures with it.

See the online help content for usage and API information: https://EWSoftware.github.io/EntityFrameworkUtils/index.html

See the project website for the source code and demos: https://github.com/EWSoftware/EntityFrameworkUtils

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2025.3.17 135 3/17/2025
2025.3.14 56 3/15/2025
2025.2.15 101 2/15/2025
2025.1.16 91 1/16/2025
2024.12.30 94 12/30/2024
2024.12.29 99 12/30/2024