SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 3 total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.5
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
StructureMap.MVC5
by: Web Advanced
- 3 total downloads
- Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver for ASP.NET MVC5. Does not work with 'ApiControllers', please add the Structuremap.WebAPI2 package if you need WebAPI support.
StructureMap.WebApi2
by: Web Advanced
- 3 total downloads
- Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver.
Swashbuckle.AspNetCore
by: domaindrivendev
- 7,324k total downloads
- Latest version: 10.1.7
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 36 total downloads
- Latest version: 10.1.7
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 991 total downloads
- Latest version: 10.1.7
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 1,19k total downloads
- Latest version: 10.1.7
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 1,297k total downloads
- Latest version: 10.1.7
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.ClientModel
by: Microsoft
- 221 total downloads
- Latest version: 1.9.0
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections.Immutable
by: Microsoft
- 1,462k total downloads
- Latest version: 10.0.0
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.ComponentModel.Composition
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.
Commonly Used Types:
System.ComponentModel.Composition.ChangeRejectedException
System.ComponentModel.Composition.CompositionContractMismatchException
System.ComponentModel.Composition.CompositionError
System.ComponentModel.Composition.CompositionException
System.ComponentModel.Composition.ExportAttribute
System.ComponentModel.Composition.ImportAttribute
System.ComponentModel.Composition.ImportCardinalityMismatchException
System.ComponentModel.Composition.Hosting.AggregateCatalog
System.ComponentModel.Composition.Hosting.ApplicationCatalog
System.ComponentModel.Composition.Hosting.AssemblyCatalog
System.ComponentModel.Composition.Hosting.CompositionContainer
System.ComponentModel.Composition.Primitives.ComposablePartException
System.ComponentModel.Composition.Primitives.ExportDefinition
System.ComponentModel.Composition.Primitives.ImportDefinition
System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices
System.ComponentModel.Composition.Registration
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.
Commonly Used Types:
System.ComponentModel.Composition.Registration.RegistrationBuilder
System.ComponentModel.Composition.Registration.PartBuilder
System.ComponentModel.Composition.Registration.PartBuilder<T>
System.ComponentModel.Composition.Registration.ParameterImportBuilder
System.ComponentModel.Composition.Registration.ImportBuilder
System.ComponentModel.Composition.Registration.ExportBuilder
System.Composition
by: Microsoft
- 327 total downloads
- Latest version: 6.0.0
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions
System.Composition.AttributedModel
by: Microsoft
- 1,446k total downloads
- Latest version: 9.0.0
Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).
System.Composition.Convention
by: Microsoft
- 1,448k total downloads
- Latest version: 9.0.0
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting
by: Microsoft
- 1,452k total downloads
- Latest version: 9.0.0
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.Runtime
by: Microsoft
- 1,452k total downloads
- Latest version: 9.0.0
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Composition.TypedParts
by: Microsoft
- 1,443k total downloads
- Latest version: 9.0.0
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).