Results 11 repositories owned by Nick Strupat

Aligned

39
Stars
2
Forks
Watchers

Memory alignment wrappers, useful for avoiding false sharing

CacheLineSize

107
Stars
17
Forks
Watchers

A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure

AlignedMalloc

18
Stars
4
Forks
Watchers

A cross-platform C function to allocate aligned memory

ComputerInfo

18
Stars
3
Forks
Watchers

.NET Standard library to fill the need for Microsoft.VisualBasic.Devices.ComputerInfo on Windows, macOS, and Linux

EntityFramework.PrimaryKey

44
Stars
8
Forks
Watchers

Retrieve the primary key (including composite keys) from any entity

EntityFramework.Rx

132
Stars
10
Forks
Watchers

Reactive extension wrappers for *hot* observables of Entity Framework

EntityFramework.Triggers

372
Stars
47
Forks
Watchers

Adds events for entity inserting, inserted, updating, updated, deleting, and deleted

EntityFramework.TypedOriginalValues

33
Stars
3
Forks
Watchers

Get typed access to the DbEntityEntry<T>.OriginalValues property bag

NameOf

20
Stars
7
Forks
Watchers

Provides strongly typed access to a compile-time string representing the name of a variable, field, property, method, event, enum, or type.