How YOU can Dockerize a .Net Core app

This is the first part of a series of posts on using Docker and containerization with .Net Core. In the title, we call what we are about to do dockerizing. It’s called dockerizing after Docker. View original...

Don’t write your Web API Client code

Web APIs are heavily gaining traction in the software world, replacing the (good?) old Web Services. Virtually every API that is born today is likely to be REST and being built using frameworks like WCF (if you’re brave enough), ASP.NET MVC WebAPI or Spring. View...

Pin It on Pinterest