9 skills found
damienbod / AspNetCoreFiltersASP.NET Core MVC Filters
vantheshark / FlatwhiteFlatwhite is an AOP library with MVC and WebAPI ActionFilter style using Castle dynamic proxy
borakasmer / RedisPerformanceWe used Redis on ActionFilter for checking user permission on every Action. So we avoided getting data from SQL Server for every request. And we preferred to check and get data from distributed memory cache with Redis Service on Azure. We used a special algorithm technic as a Bitwise for every Action permission in Controller. We used Entity 6.0 and DBContex for DB operations.
deremakif / ActionFiltersNo description available
CypressNorth / .NET WebApi HttpStringDecodeFilterAn Http ActionFilter that can be used to intercept all incoming PUT and POST requests, and automatically decode all string properties of the object that are sent in the request.
borakasmer / CustomTokenizationThis is .Net Core 2.1 Mvc Web Application. Created manuel tokenization and authentication on this project. Secured WebApi services with this token. Redirected LoginPage on ActionFilter by checking session and token timeout. Created manuel RefreshToken. And when the time almost up, token was changed on LocalStorage and Session. All requests are posted by jquery from client side to WebApi service. After response, if there is no data , page redirected to login page. It means token is not correct or token-session is time out.
jdanylko / FiveActionFiltersMy Top Five ASP.NET MVC ActionFilters
AhmedSalehGhaithan / API ActionFilterApplicationNo description available
vantheshark / Flatwhite.CoreFlatwhite is an AOP library with MVC ActionFilter style using .NET Core dispatch proxy