Open in app
Home
Notifications
Lists
Stories

Write
Ben Watts
Ben Watts

Home

About

Feb 1

Software Design; Architecture should be an option

Software should allow you to choose its architecture at a later date. …

C Sharp Programming

4 min read

Software Design; Architecture should be an option
Software Design; Architecture should be an option

Apr 17, 2021

C# EntityFramework InMemory Database for Easy Testing/Prototyping and Project sharing.

We’ve all been there: create a new project for a client, create a database in some form, share the project and include some instructions on how to create the database for the project. They get the project, it builds — which is great! — but then it comes down to…

Programming

4 min read

C# EntityFramework InMemory Database for Easy Testing/Prototyping and Project sharing.
C# EntityFramework InMemory Database for Easy Testing/Prototyping and Project sharing.

May 26, 2020

Basic Factory Pattern for JavaScript

The factory pattern is a way to create objects without worrying about how that object is created or what is needed, which allows loose coupling. This means we can ask our factory object to provide us a specific object and the factory will deal with constructing it. Of course, we…

Java Script

4 min read

Basic Factory Pattern for JavaScript
Basic Factory Pattern for JavaScript

May 18, 2020

I haven’t crashed, trust me: Game edition.

Let me first just start off with this quote: “Why does Windows come up and show me a loading bar? Be like Linux and just load; don’t waste resources on showing me a loading bar!” — Anonymous I understand the concern about those resources, however if you turned an appliance…

Design

3 min read

I haven’t crashed, trust me: Game edition.
I haven’t crashed, trust me: Game edition.

May 11, 2020

Targeting Multiple Frameworks for C# Projects

Some times we are stuck in a situation where we want to use our old .Net Framework library in our new .Net Core/Standard library. This can be achieved in many different ways, but lets go about this by allowing our library to be built for multiple frameworks. We first create…

Programming

3 min read

Targeting Multiple Frameworks for C# Projects
Targeting Multiple Frameworks for C# Projects
Ben Watts

Ben Watts

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable