Convert A C# Object To Almost Any Format

Convert A C# Object To Almost Any Format

Data formats are an essential part of any programming toolbox. C# developers must understand how to take plain-old-C#-objects (POCOs) and convert them into standard data formats. The .NET community commonly refers to the conversion of data objects as serialization.

Continue Reading

Robots.txt Middleware For ASP.NET Core

Robots.txt Middleware For ASP.NET Core

As a web developer, it’s important to remind ourselves that we push our work onto the internet for the world to see. Our development team utilizes Windows Azure for many environments, and all those environments need to be publicly accessible....

Continue Reading