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 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 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 MoreI was recently tasked with connecting an existing .NET Web API solution with a 3rd party Java API. I read through the external…
Read MoreI like to use completely separate configuration files when working with different deployment environments. For example, the connection string to the database in my development environment…
Read MoreAfter working on an ASP.NET MVC 5 site for months, I set off, ready to find a Windows web host to move the…
Read MoreThis weekend, some friends and I participated in a “make a video game in 3 day” competition called Game Jam. Serenity Forge, the company…
Read MoreI play a gnome wizard on an emulated EverQuest server titled Project 1999 (p99). One of the spells I can cast in the…
Read MoreMy cousin has a background in web marketing and design, but has never used WordPress before. She is applying for a job in…
Read More