aspnetcore

A 28-post collection

DEVIntersection Spring 2016

Come out to Orlando, April 16-22 at the Disney Swan Hotel and see me and my friends speak about all of the latest and greatest technology. REGISTER using the code BOYER and save $$$. Register before March 1 for a workshop package and get your choice of Microsoft Band 2, Surface 3, or XBOX ONE. I'll talking about Getting Started with the Modern Web Toolchain - Bower, gulp, npm may or may not be new terms to you when sitting down for your next application. Getting an understanding of what these tools can do to help inside and outside of your IDE will streamline your development team to a faster path to production. Check out this session for a quick intro...


Legion of Heroes: haproxy, nginx, Angular 2, ASP.NET Core, Redis and Docker

I have been following the Angular 2 and ASP.NET Core stories pretty close over the past year, and of course not ignoring Docker. I wanted to take some time and see what it would be like to take all of these different technologies, put each of them in a Docker container, start up the entire application with docker-compose and then scale each layer. Be sure to checkout my Plurasight Play by Play w/ John Papa on ASP.NET Core on Any OS here. Angular 2 The Angular 2 Team has done a great job with their documentation and provided an awesome tutorial called Tour of Heroes developed by John Papa (@john_papa). I grabbed that code from the tutorial...


A Quick ASP.NET Core App on Any OS

Anytime I have the opportunity to sit and run through showing another developer the latest thing I'm into a few things are likely to happen. First, we'll both probably learn something (let's hope). Secondly, it's just great to be able to "play" around with the tech and see where it leads. That's what I was able to do recently with John Papa, check out our Play by Play here. The code and samples are available on github. Here is the description from the video... In this course, Shayne Boyer shows how to build a web app with ASP.NET Core 1.0 from scratch, in real time. Since ASP.NET Core works cross-platform, Shayne develops and runs the app entirely...