All Projects → wangkanai → Analytics

wangkanai / Analytics

Licence: Apache-2.0 license
Wangkanai Analytics is a .NET Core library extension that tracks and generates details statistics about visitors to your website.

Programming Languages

CSS
56736 projects
C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Analytics

aspnetcore-authentication-apikey
Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key in Header, Authorization Header, QueryParams or HeaderOrQueryParams.
Stars: ✭ 215 (+1031.58%)
Mutual labels:  aspnetcore
CfpExchange
An online community website used to share interesting call for papers with speakers.
Stars: ✭ 24 (+26.32%)
Mutual labels:  aspnetcore
AspNetCoreServiceBus
ASP.NET Core with Azure Service Bus
Stars: ✭ 95 (+400%)
Mutual labels:  aspnetcore
pokeR
Planning poker with SignalR
Stars: ✭ 37 (+94.74%)
Mutual labels:  aspnetcore
AspNetCoreUpdater
AspNetCore 应用程序热更新工具(全网第一个公开且完整的解决方案)。(Help AspNetCore application implement hot update tool.)
Stars: ✭ 77 (+305.26%)
Mutual labels:  aspnetcore
Reddnet
🎭 Minimal Reddit clone
Stars: ✭ 125 (+557.89%)
Mutual labels:  aspnetcore
AspNetCoreIdentityEncryption
How to do manual encryption for ASP.NET Core Identity 2.1. Not that you should be doing it.
Stars: ✭ 51 (+168.42%)
Mutual labels:  aspnetcore
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (+100%)
Mutual labels:  aspnetcore
Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
Stars: ✭ 13 (-31.58%)
Mutual labels:  aspnetcore
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-5.26%)
Mutual labels:  aspnetcore
servicestack-nuxt-example
A simple example of using nuxt for front-end development and ServiceStack for backend development
Stars: ✭ 48 (+152.63%)
Mutual labels:  aspnetcore
Minio.AspNetCore
AspNetCore integration for Minio client
Stars: ✭ 77 (+305.26%)
Mutual labels:  aspnetcore
Authentication
Authentication examples for AspNetCore 3.1
Stars: ✭ 37 (+94.74%)
Mutual labels:  aspnetcore
GatewayService
GatewayService (Ocelot).
Stars: ✭ 19 (+0%)
Mutual labels:  aspnetcore
BlazoredLocalStorage
This library has been moved to the Blazored org
Stars: ✭ 26 (+36.84%)
Mutual labels:  aspnetcore
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (+305.26%)
Mutual labels:  aspnetcore
ASP.NET-Core-Web-API-Best-Practices-Guide
ASP.NET Core Web API Best Practices Guide
Stars: ✭ 62 (+226.32%)
Mutual labels:  aspnetcore
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (+142.11%)
Mutual labels:  aspnetcore
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (+294.74%)
Mutual labels:  aspnetcore
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (+147.37%)
Mutual labels:  aspnetcore

Wangkanai Analytics (Alpha Development)

Wangkanai Analytics is a .NET Core library extension that tracks and generates details statistics about visitors to your website. The core feature is to track website activity such as session duration, pages per session, bounce rate and etc. of individuals using the site, along with the information on the source of the traffic.

Please show some me love and click on This help movtivate me to continue on developing the project.

GitHub Build status

NuGet Badge NuGet Pre Release MyGet Badge

Build history

Installation

Add the NuGet package to your project.

PM> install-package Wangkanai.Analytics

Add the service to your web app.

public void ConfigureServices(IServiceCollection services)
{
    // Add application services.
    services.AddAnalytics();

    // Add framework services.
    services.AddMvc();    
}

How do i contribute?

Wangkanai Analytics is a powerful and continuous improving platform. We would like to invite developers to help maintain and add features so that this library is keep aligned with most of the popular web analytics out there.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].