FastMember.NetCore
1.1.0
dotnet add package FastMember.NetCore --version 1.1.0
NuGet\Install-Package FastMember.NetCore -Version 1.1.0
<PackageReference Include="FastMember.NetCore" Version="1.1.0" />
paket add FastMember.NetCore --version 1.1.0
#r "nuget: FastMember.NetCore, 1.1.0"
// Install FastMember.NetCore as a Cake Addin
#addin nuget:?package=FastMember.NetCore&version=1.1.0
// Install FastMember.NetCore as a Cake Tool
#tool nuget:?package=FastMember.NetCore&version=1.1.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. Fastmember re-compiled for .NetCore
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 2.0
- System.Reflection.Emit (>= 4.3.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FastMember.NetCore:
Package | Downloads |
---|---|
SimplyTyped
SimplyTyped is a .NET library that allows simple, strongly typed access to AWS SimpleDB domains. It wraps the `AWSSDK.SimpleDB` library, and exposes the functionality it offers with a simple, strongly-typed, asynchronous API. |
|
FourConnected.DapperExtension.Core
This dapper extension only works with SQL Server to allow simple Add/Update/Delete of entity from database. Example: using (var connection = new SqlConnection(ConnectionString)) using (var transaction = connection.BeginTransaction()) { try { connection.Open(); if (connection.InsertOrUpdate(transaction, item) != null) { return connection.GetInsertOrUpdateStatement(item); }; transaction.Commit(); } catch (Exception) { transaction.Rollback(); } finally { if (connection != null && connection.State == System.Data.ConnectionState.Open) connection.Close(); } return string.Empty; } |
|
Noty
Package Description |
|
Dapper.FastBulkOperations.MySql
Extra Fast bulk Insert / Update / InserOrUpdate / Delete operations for Dapper |
|
Rp.DataAccess
Fast ORM |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 585,421 | 12/14/2017 |
Version 1.1.0 re-compiled for .NetCore