You May Also Enjoy
Dependency Injection
4 minute read
Q: What is dependency injection?
SQL Server Row Versions
1 minute read
The rowversion data type is simple to implement, but provides some powerful functionality.
Loose Type System Magic With Aurelia’s Repeat-For
1 minute read
Coming from a background with string static type checking, I am often very happy with the loseness of JavaScript. Working with this TypeScript interface, an...
Dates: From JavaScript to Web Api
2 minute read
Dates can be tricky things. Let’s consider the case of getting a date from a Javascript front end all the way to SQL Server.
Leave a Comment