DotNetAppStarterKit.Web
1.0.2
See the version list below for details.
dotnet add package DotNetAppStarterKit.Web --version 1.0.2
NuGet\Install-Package DotNetAppStarterKit.Web -Version 1.0.2
<PackageReference Include="DotNetAppStarterKit.Web" Version="1.0.2" />
paket add DotNetAppStarterKit.Web --version 1.0.2
#r "nuget: DotNetAppStarterKit.Web, 1.0.2"
// Install DotNetAppStarterKit.Web as a Cake Addin #addin nuget:?package=DotNetAppStarterKit.Web&version=1.0.2 // Install DotNetAppStarterKit.Web as a Cake Tool #tool nuget:?package=DotNetAppStarterKit.Web&version=1.0.2
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- DotNetAppStarterKit.Core (>= 1.0.3)
- elmah (>= 1.2.2)
- log4net (>= 2.0.0)
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.
* Fixes potential issue with WebCacheProvider where it was using HttpContext.Current. Changed to pass in HttpContextBase so IOC containers can provide the implementation.