|
You are here |
aaronluna.dev | ||
| | | | |
wrapt.dev
|
|
| | | | | Let's make our integration tests more reliable by dynamically spinning up a database in Docker that mimics production and makes your project easy to test on any dev box. | |
| | | | |
gist.github.com
|
|
| | | | | C# Extension Methods which wrap Socket APM methods in awaitable TPL wrappers. All methods return Task or Task> objects, the code for the Result class is given as well. - TplSocketExample.cs | |
| | | | |
dontcodetired.com
|
|
| | | | | Don't Code Tired - Jason Roberts on Software Development and .NET - This is the tenth part in a series of articles. If you're not familiar with Durable Functions | |
| | | | |
www.rasikjain.com
|
|
| | | Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID.... | ||