UserInformationTracker 1.0.1
dotnet add package UserInformationTracker --version 1.0.1
NuGet\Install-Package UserInformationTracker -Version 1.0.1
<PackageReference Include="UserInformationTracker" Version="1.0.1" />
<PackageVersion Include="UserInformationTracker" Version="1.0.1" />
<PackageReference Include="UserInformationTracker" />
paket add UserInformationTracker --version 1.0.1
#r "nuget: UserInformationTracker, 1.0.1"
#:package UserInformationTracker@1.0.1
#addin nuget:?package=UserInformationTracker&version=1.0.1
#tool nuget:?package=UserInformationTracker&version=1.0.1
A plugin I made to help with tracking user information such as device and ip
Inside Global.asax in "Application_Start" you can call
UserInformation.Init("DefaultContext", createTable: true, tableName: "tbl_UserInformation");
This will accept the parameters: connectionStringName, create a new table and the table name, once the table has been created you can call "Log" which takes the parameter of a userId.
This will insert into the table you made with Init and insert UserId, IP, IsOnMobile, Device and DeviceType
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|
Changed it to work with framework 4.5