Pinned Repositories
active-directory-dotnet-webapp-roleclaims
A .NET 4.5 MVC web app that uses Azure AD application roles for authorization.
active-directory-dotnet-webapp-webapi-openidconnect
A .NET 4.5 MVC web app that signs Azure AD users in with OpenID Connect and calls a web api using OAuth 2.0 access tokens.
advanced-terraform-3099246
This is a repo for the LinkedIn Learning course Advanced Terraform
angular6-example
Angular 6 CRUD Example
Azure-Function-Crud-Operation
ems
Expenses Approval Management
ExcelProcessing
In this project, I am trying to utilize different ways and libraries for excel processing to find best possible ways regarding memory uses and performance
MultiTenantAuth
Multi-tenant authentication on .net Core
NjDataGrid
Fully customizable datagrid (.net core 2.1 and angular 6)
SignalRCore
This project is poc for implementing SignalR for .net core.
forgotten-boi's Repositories
forgotten-boi/ems
Expenses Approval Management
forgotten-boi/active-directory-dotnet-webapp-roleclaims
A .NET 4.5 MVC web app that uses Azure AD application roles for authorization.
forgotten-boi/active-directory-dotnet-webapp-webapi-openidconnect
A .NET 4.5 MVC web app that signs Azure AD users in with OpenID Connect and calls a web api using OAuth 2.0 access tokens.
forgotten-boi/advanced-terraform-3099246
This is a repo for the LinkedIn Learning course Advanced Terraform
forgotten-boi/Azure-Function-Crud-Operation
forgotten-boi/ASPNETCoreSignalR2App
An ASP.NET Core 1.0 RTM project demo on building a simple Online Poll System using SignalR2, jQuery, Core MVC and Core Web API
forgotten-boi/auth0-aspnetcore-webapi-samples
Quickstart sample for ASP.NET Core Web API applications
forgotten-boi/Bertoni.Miniproj
forgotten-boi/BEX-Tech-Meetup
forgotten-boi/caf-terraform-landingzones
Azure Cloud Adoption Framework landing zones for Terraform
forgotten-boi/computerscience
Free tech resources for faculty, students, and dev advocates for use in computer science courses, workshops, and hackathons.
forgotten-boi/ConvNetSharp
Deep Learning in C#
forgotten-boi/DockerExample
Docker sample for different language
forgotten-boi/Docs
Documentation for ASP.NET and ASP.NET Core
forgotten-boi/edbn
Event-based deep belief network offline training algorithm
forgotten-boi/fourth-edition
Code and graphics for the projects in the 4th edition of Head First C#
forgotten-boi/grpc-dotnet
gRPC for .NET
forgotten-boi/net
.NET Client for jsreport
forgotten-boi/ngx-datatable
✨ A feature-rich yet lightweight data-table crafted for Angular4 and beyond!
forgotten-boi/optimization
forgotten-boi/prog-cs-8-examples
Examples from Programming C# 8.0 (O'Reilly)
forgotten-boi/SalesforcePOC
forgotten-boi/Secure-ASP.NET-WebAPI-using-Tokens
Secure an ASP.NET Web API using Tokens and consume this API in an Angular.js client application
forgotten-boi/serverless-reference-implementation
Serverless reference implementation guidance
forgotten-boi/Spiking-C3D
Convolutional 3D Spiking Neural Network to classify videos
forgotten-boi/startbootstrap-sb-admin-2
A free, open source, Bootstrap admin theme created by Start Bootstrap
forgotten-boi/surveyjs-aspnet-mvc
Sample .NET Core backend for SurveyJS library and Editor
forgotten-boi/test
My first repository on GitHub.
forgotten-boi/token-based-authentification-using-asp.net-web-api-core
Using Token Based Authentication, the client application is not dependent on a specific authentication mechanism. The token is generated by the server if the user is authenticated. So to acces a specific ressource, the client must include the generated token in the header of subsequent requests and the Web API Server have some APIs to understand, validate the token and perform the autorizationfic authentication mechanism. The token is generated by the server if the user is authenticated. So to acces a specific ressource, the client must include the generated token in the header of subsequent requests and the Web API Server have some APIs to understand, validate the token and perform the autorization This approach provides Loose Coupling between client and the Web API. In my previous tutorial Angular JS Token-based Authentication using Asp.net Identity and Asp.net web API I have build an authentication server using a oAuth Bearer Token. In this tutorial, I will use JSON Web Token (JWT) , for more information about JWT please take a look at https://jwt.io/ JWT enable us to securely transfer data between server and client .
forgotten-boi/WorkingSfDataGrid