System.Reflection.Emit 4.6.0-preview9.19421.4
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers.
Commonly Used Types:
System.Reflection.Emit.AssemblyBuilder
System.Reflection.Emit.FieldBuilder
System.Reflection.Emit.TypeBuilder
System.Reflection.Emit.MethodBuilder
System.Reflection.Emit.ConstructorBuilder
System.Reflection.Emit.GenericTypeParameterBuilder
System.Reflection.Emit.ModuleBuilder
System.Reflection.Emit.PropertyBuilder
System.Reflection.Emit.AssemblyBuilderAccess
System.Reflection.Emit.EventBuilder
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on System.Reflection.Emit.
| Packages | Downloads |
|---|---|
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
24 |
|
Dapper
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
|
24 |
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
22 |
|
System.Dynamic.Runtime
Provides classes and interfaces that support the Dynamic Language Runtime (DLR).
Commonly Used Types:
System.Runtime.CompilerServices.CallSite
System.Runtime.CompilerServices.CallSite<T>
System.Dynamic.IDynamicMetaObjectProvider
System.Dynamic.DynamicMetaObject
System.Dynamic.SetMemberBinder
System.Dynamic.GetMemberBinder
System.Dynamic.ExpandoObject
System.Dynamic.DynamicObject
System.Runtime.CompilerServices.CallSiteBinder
System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
|
22 |
|
System.Linq.Dynamic.Core
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
|
20 |
|
AutoMapper
A convention-based object-object mapper.
|
19 |
|
System.Xml.XmlSerializer
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.
Commonly Used Types:
System.Xml.Serialization.IXmlSerializable
System.Xml.Serialization.XmlSerializer
System.Xml.Serialization.XmlIgnoreAttribute
System.Xml.Serialization.XmlElementAttribute
System.Xml.Serialization.XmlAttributeAttribute
System.Xml.Serialization.XmlArrayAttribute
System.Xml.Serialization.XmlRootAttribute
System.Xml.Serialization.XmlArrayItemAttribute
System.Xml.Serialization.XmlTypeAttribute
System.Xml.Serialization.XmlEnumAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
19 |
|
Z.EntityFramework.Plus.EFCore
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
**IMPORTANT**
- For EF Core 6.x, use the latest EF Plus v6.x version
- For EF Core 5.x, use the latest EF Plus v5.x version
- For EF Core 3.x, use the latest EF Plus v3.x version
- For EF Core 2.x, use the latest EF Plus v2.x version
|
16 |
|
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
When using NuGet 3.x this package requires at least version 3.4.
|
15 |
|
Aspose.Words
Aspose.Words for .NET is a cross-platform class library that enables your applications to perform a great range of document processing tasks. With Aspose.Words you can load, save and convert documents between the following formats: DOC, DOT, DOCX, DOCM, DOTX, DOTM, XML (including Word 2003 XML), RTF, HTML, MHTML, MOBI, ODT, OTT, TXT – also you can convert them to: PDF, XPS, SVG, EPUB, XAML, PS, PCL, TIFF, BMP, PNG, EMF, JPEG, GIF and other formats. With Aspose.Words you can generate, modify, convert, render and print documents without utilizing Microsoft Word®.
Aspose.Words for .NET is well documented to help you create your solutions on different platforms.
Rich Set of Features
Aspose.Words for .NET features can be divided into four main areas:
- Conversions: High quality conversions to and from DOC, OOXML, RTF, WordprocessingML, HTML, MHTML, TXT and OpenDocument formats
- Document Object Model: Programmatic access through a rich API to all document elements and formatting allows to create, modify, extract, copy, split, join, and replace document content
- Rendering: Convert whole documents or pages to PDF, XPS or for server-side document generation. Also convert document pages to TIFF, PNG, BMP or EMF images, print or render pages to .NET Graphics. All with high fidelity - exactly like Microsoft Word® would have done it.
- Reporting: Generate documents or reports from scratch or by filling templates with data from data sources or business objects.
Platform Independence
You can use Aspose.Words for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, UWP, .NET Standard, .NET Core etc. It is possible to use Aspose.Words for .NET via COM Interop from ASP, Perl, PHP and Python. You can also use Aspose.Words for .NET to build applications with Mono.
Performance and Scalability
Aspose.Words is designed to perform great both on a server or client. Aspose.Words is a single .NET assembly that can be deployed with any .NET application by simply copying it. You do not have to worry about any other services or modules. You can literally generate thousands of documents in minutes with Aspose.Words and that involves opening a document, modifying content and formatting or populating it with data and saving it. Even most of the complex documents are opened and saved on a P4 2.4Ghz 1Gb RAM machine in fractions of a second.
Aspose.Words is multithread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time.
Aspose.Words Documentation
https://docs.aspose.com/display/wordsnet/Home
Free support for Aspose.Words for .NET is provided on our support forum:
https://forum.aspose.com/
and on StackOverflow:
https://stackoverflow.com/questions/tagged/aspose.words
|
14 |
|
AutoMapper
A convention-based object-object mapper.
|
14 |
|
System.Reflection.DispatchProxy
Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type.
Commonly Used Types:
System.Reflection.DispatchProxy
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
|
14 |
|
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
|
12 |
|
System.Linq.Expressions
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.
Commonly Used Types:
System.Linq.Expressions.Expression<TDelegate>
System.Linq.Expressions.Expression
System.Linq.Expressions.MemberExpression
System.Linq.Expressions.ExpressionVisitor
System.Linq.Expressions.MethodCallExpression
System.Linq.IQueryable<T>
System.Linq.IQueryable
System.Linq.Expressions.NewExpression
System.Linq.Expressions.ParameterExpression
System.Linq.Expressions.ConstantExpression
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
|
Stimulsoft.Reports.Engine.NetCore
The native .NET Core report engine is a part of the reporting tool for .NET Standard, .NET Core and .NET, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.
|
12 |
|
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
|
12 |
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
12 |
|
Z.EntityFramework.Extensions.EFCore
Microsoft.EntityFrameworkCore Extension Methods
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
Example: https://dotnetfiddle.net/RQ0kFz
Benchmark: https://dotnetfiddle.net/vZQnZt
**IMPORTANT**
- For EF Core 6.x, use the latest EF Extensions v6.x version
- For EF Core 5.x, use the latest EF Extensions v5.x version
- For EF Core 3.x, use the latest EF Extensions v3.x version
- For EF Core 2.x, use the latest EF Extensions v2.x version
Include free and prime features.
|
12 |
|
Z.Expressions.Eval
Evaluate, Compile and Execute C# code at runtime.
Support: Dynamic LINQ, Extension Method, Expando Object, and more!
Online Example: https://dotnetfiddle.net/COq6FC
Include free and prime features.
|
12 |
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
11 |
MonoAndroid 1.0
- No dependencies.
MonoTouch 1.0
- No dependencies.
.NET Framework 4.5
- No dependencies.
.NETCore 5.0
- System.IO (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
.NET Core 2.0
- No dependencies.
.NET Standard 1.1
- System.IO (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
.NET Standard 2.0
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
.NET Standard 2.1
- No dependencies.
.NETPortable 4.5
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
UAP 10.0.16299
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
Windows 8.0
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
WindowsPhoneApp 8.1
- System.Reflection.Emit.ILGeneration (>= 4.6.0-preview9.19421.4)
Xamarin.iOS 1.0
- No dependencies.
Xamarin.Mac 2.0
- No dependencies.
Xamarin.TVOS 1.0
- No dependencies.
Xamarin.WatchOS 1.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.7.0 | 8 | 09/15/2023 |
| 4.7.0-preview3.19551.4 | 0 | 11/13/2019 |
| 4.7.0-preview2.19523.17 | 0 | 11/01/2019 |
| 4.7.0-preview1.19504.10 | 0 | 10/15/2019 |
| 4.6.0 | 15 | 09/15/2023 |
| 4.6.0-rc1.19456.4 | 0 | 09/16/2019 |
| 4.6.0-preview9.19421.4 | 0 | 09/04/2019 |
| 4.6.0-preview9.19416.11 | 0 | 09/04/2019 |
| 4.6.0-preview8.19405.3 | 0 | 08/13/2019 |
| 4.6.0-preview7.19362.9 | 0 | 07/23/2019 |
| 4.6.0-preview6.19303.8 | 0 | 06/12/2019 |
| 4.6.0-preview6.19264.9 | 0 | 09/04/2019 |
| 4.6.0-preview5.19224.8 | 0 | 05/06/2019 |
| 4.6.0-preview4.19212.13 | 0 | 04/18/2019 |
| 4.6.0-preview3.19128.7 | 0 | 03/06/2019 |
| 4.6.0-preview.19073.11 | 0 | 01/29/2019 |
| 4.6.0-preview.18571.3 | 0 | 12/03/2018 |
| 4.3.0 | 12 | 09/15/2023 |
| 4.0.1 | 12 | 09/15/2023 |
| 4.0.1-rc2-24027 | 1 | 07/15/2024 |