.Net coding discoveries, focused on reusability
Msdn code repository
My Git repository
Monday, April 18, 2022
Throwing stones from a potentially glass house - proper citations and clarity in code snippets and articles
›
implicit usings in C# is a terrible idea. It is hard enough to get people writing articles or posting sample code to include the damn usin...
Friday, July 9, 2021
TypeScript: typeof Foo.Bar
›
In typescript if you have 2 complex objects and you want to use an instance of one as the other, it might just work. In the case of generic ...
Thursday, October 11, 2018
Making the Dynamic Operator More ... Dynamic
›
So in F# you can (and have to if you want it) make a dynamic operator implementation . Like so: let (?) (this : 'Source) (prop : s...
Tuesday, May 9, 2017
Where has all the browser javascripting gone?
›
I guess it's time to admit I'm behind the times. I have little experience with many of the things I'm hearing the web-community ...
Thursday, January 5, 2017
Run build tasks and targets via F# in VsCode
›
For developing the client side of a web app, I've switched from the ultra heavy Visual Studio 2015 to Visual Studio Code. It's writ...
›
Home
View web version