DotNetAppStarterKit.Web
2.0.0
Gets you up and going with a DotNet app quicker by providing web implementations on the DotNetAppStarterKit.Core interfaces for commonly used components such as logging, caching and security.
Install-Package DotNetAppStarterKit.Web -Version 2.0.0
dotnet add package DotNetAppStarterKit.Web --version 2.0.0
<PackageReference Include="DotNetAppStarterKit.Web" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetAppStarterKit.Web --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
* Upgrades to .NET 4.5.1
* Upgrades DotNetAppStarterKit.Core to 2.0.0.0 which has breaking changes - see release notes
Dependencies
-
- DotNetAppStarterKit.Core (>= 2.0.0)
- elmah (>= 1.2.2)
- log4net (>= 2.0.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DotNetAppStarterKit.Web:
Package | Downloads |
---|---|
DotNetAppStarterKit.Web.Mvc
Gets you up and going with an ASP.NET MVC app quicker by providing handy components such as action filters and helper methods to perform actions like caching and logging.
|
GitHub repositories
This package is not used by any popular GitHub repositories.