Dynamic Routing In ASP.NET Web API
What is dynamic routing? The purpose of dynamic routing is to produce pretty, intuitive URLs on your website that help improve SEO and…
Read MoreWhat is dynamic routing? The purpose of dynamic routing is to produce pretty, intuitive URLs on your website that help improve SEO and…
Read MoreMy boyfriend started growing some indoor plants from seed that require a specific photosynthesis schedule. He asked me to remember to turn a…
Read MoreIn order to maintain historical accuracy, data should not be truly deleted from a database. A soft delete can be used to signify…
Read MoreI first noticed the yield keyword on some shared code at work about a year ago. Befuddled, I read MSDN’s description of the…
Read MoreA friend of mine, who runs the facebook page borkborkiamdoggo, approached me a few months ago wanting to set up a WordPress site…
Read MoreI am working on a side project which involves a Raspberry Pi (model 2B) and an Adafruit PIR motion sensor. I decided early on…
Read MoreA Quick Preface A shallow copy of an object is one that points to the same place in memory as the original. Any changes…
Read MoreI first tried virtual reality at a maker’s fair in Denver, where one of the stands had a pre-release Oculus Rift set up….
Read MoreJavaScript Object Notation (JSON) is nothing more than a string with a specific format. It enables JavaScript to easily send and receive data…
Read MoreSelect lists can be tricky in any language. Typically there is some data source providing a human-readable list of options, a machine-readable value (unique identifier), and…
Read More