Recent Posts

Create a custom JSON Serialization Binder to resolve Derived Types in C#

Create a custom JSON Serialization Binder to resolve Derived Types in C#

Ever have problems with derived types when serializing? Our guest blogger, Andrew Hinkle, provides a solution using JSON and Newtonsoft's Serializer

ASP.NET Core with Entity Framework Core: Returning Multiple ResultSets

ASP.NET Core with Entity Framework Core: Returning Multiple ResultSets

While it may not be supported, today's post shows how to use Entity Framework Core to return back multiple result sets.

Christmas Gift and Holiday Guide for 2018

Christmas Gift and Holiday Guide for 2018

This year, the Christmas Gift Guide is a little shorter, but I made sure these gifts were just for the techies this year!

Quick Tip: Seeding Large Data in Entity Framework Core 2.1

Quick Tip: Seeding Large Data in Entity Framework Core 2.1

Populating small tables isn't a problem with Entity Framework Core, but what about large amounts of data? Today, I show how to feed large data into your entities.

Manufacturing Bliss: 5 Ways To Make a Manufacturing Website More Customer-Focused

Manufacturing Bliss: 5 Ways To Make a Manufacturing Website More Customer-Focused

What does a manufacturing website look like? In my post today, I look back on how I took a brochure-ware website and made it more customer-focused.

Results: Where do developers socialize on the web?

Results: Where do developers socialize on the web?

Last week, I asked the question, "Where do developers socialize on the web?" Today, we look at the results.

Where do Programmers Socialize on the Web?

Where do Programmers Socialize on the Web?

If you are a developer, where do you go online to socialize with fellow developers?

Review: Dog Food Con 2018

Review: Dog Food Con 2018

DogFood Con 2018 was another great success and our guest blogger, Andrew Hinkle, gives his review of this awesome two-day conference.

44+ Mobile App Facts to Consider for a Great UX

44+ Mobile App Facts to Consider for a Great UX

User Experience (UX) is absolutely required for mobile apps. Today, our guest contributor, Stefan Ateljevic, explains in his infographic what makes a great UX for mobile users.

Real-World Refactoring: Master/Detail Screens in ASP.NET

Real-World Refactoring: Master/Detail Screens in ASP.NET

Dynamic grids are hard to manage on the client-side, but in today's solution, I discuss how to use jQuery with MVC partials for a master/detail screen.