2 followers
I'm an iOS developer, helping millennials with their finances through US neo-bank, Empower.
Before making the switch to development, I was a strategist and GM in the tech space.
Normalized databases: Definition The “purest” form of a database, where all databases are scoped to be as small as possible The database can contain...
Function invocation id scoped for the webjob execution `Properties.MS_FunctionInvocationId` Operation id scoped for the lifetime of the http...
Lazy loading virtual properties are only loaded when they are required to be used This is controlled by an option that you set - you can make lazy...
Read through When you read something, it checks the cache to see if it is there If it's not in the cache, it will put it in the cache This means...
Main takeaway if something seems like it is magically happening, or breakpoints are never hit in your code.. .. CHECK THE MIDDLEWARE! There may be...
The pipeline takes an input, an http request It passes it through to the Kestrel server Then the request goes through middleware for...