Create Deep Copies Of Object In C# Using AutoMapper
A Quick Preface A shallow copy of an object is one that points to the same place in memory as the original. Any changes…
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 MoreI grew up playing the trombone quite a bit. Although I only pick mine up a few times a year at this point,…
Read MoreI set out on a task to print this Deadpool knife holder that I found on thingverse for a friend. The entire sculpture from…
Read MoreI started learning and implementing Google’s Angular Javascript framework earlier this year for a side project. One of the application pages required sorting of an…
Read More3D printing has a huge learning curve. I’ve been cramming knowledge since the first print I did with my QIDI Tech 1 and have…
Read MoreI’ve been obsessed with the idea of 3D printing since I’v been aware of the concept. The appeal being: I can create anything…
Read MoreI was recently tasked with connecting an existing .NET Web API solution with a 3rd party Java API. I read through the external…
Read More