JoeDoyle23 / CSharpSnippets

Some common classes I like to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Common C# Snippets

###Strongly Typed Session State Allows for using ASP.NET Session State with a strongly types class instead of having to cast the values from object.

###WebAPI HMAC Authorization Provides the hooks for adding HMAC Authorization to WebAPI calls

About

Some common classes I like to use

License:MIT License


Languages

Language:C# 100.0%