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 MoreAnything relating to web dev.
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 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 MoreMy cousin has a background in web marketing and design, but has never used WordPress before. She is applying for a job in…
Read MoreI left a salaried senior web engineer position in March of 2016. I wanted some time off in order to travel, relax, and enjoy hobbies….
Read MoreIn the spirit of responsive web design, I try to make any site I work on look good on any device, while only maintaining one…
Read More