Thank you dotnetconf 2016

Had a great time presenting at dotnetconf, even with the A/C broken a the house. Appreciate the comments and feedback. Although this was not super sexy new stuff, it is a real business case and a question I get asked more often than you think..."How do I connect ASP.NET Core to WCF or even node.js to SOAP Services". When I started looking at the issue a few weeks ago, there was very little documented, which is why I wanted to put the talk and demo out there. Code is available at http://github.com/spboyer/dotnetconf2016...


Weekly Ink - 6/6/16

ASP.NET Core Here is another edition of "Weekly Ink", this week's post has a great entry from Rick on running ASP.NET Core on IIS, Cory shows how to add 3rd party libraries when using the angular CLI, see how to deploy docker containers to kubernetes on AWS seriously? and my favorite request has surfaced within VS Code; terminal built in! How To Specify Framework When Running ASP.NET Core Apps - Steve Smith Publishing and Running ASP.NET Core Applications with IIS - Rick Strahl Introduction to integration testing with xUnit and TestServer in ASP.NET Core - Andrew Lock Angular 2 Quick Angular 2 Hosting with the Angular CLI and GitHub Pages - TJ VanToll Angular 2...


What's in your bag?

When I use to read Golf Magazine (a long time ago), there was an interesting column called "What's in My Bag?" that profiled a professional player's equipment. It was an interesting read into what they carried and why they chose what club for what purpose. I am around a lot of developers here and there, and as we all know; we are very particular about the machine (when we can be), the editors or IDE, the add-ins, command line tools, stickers and sometimes even the bag we put all of this in. Here is a list of the toys and tools that I choose to carry and use. Machine I have many machines in the computer graveyard in the garage,...


Angular 2 : Application Settings using fetch

In a recent post, the CLI and environment.ts were used to determing the current running environment and what settings to use. However, there were some shortcomings to this approach not only in the fact that only development and production were supported but others mentioned as well. In Angular 1.x using manual bootstrap, where the application would need to do some work prior to starting up, was such a need that it has a home in the docs. However, in Angular 2 this pattern is not established. I started looking and asking, "What is the manual bootstrap for A2?" Of course, thanks to naming "bootstrap" is awful when paired with almost anything web. Nevertheless, there is a question and...


Weekly Ink - 5/30/16

Another installment of "Weekly Ink". Ran across some great stuff early on in all of my interests, some of which I tweeted out early. Announcing WCF Connected Service for .NET Core RC2 and https://t.co/gP8Ofw519E Core RC2 https://t.co/pJRCaN2NLi #aspnetcore— Shayne Boyer (@spboyer) May 26, 2016 In this edition, Nic does a really great walkthrough of converting an Ionic app to NativeScript, John writes up how to run multiple versions of node.js using n, Arnaud talks about how Docker does Open Source and more. ASP.NET Core Azure App Service and ASP.NET Core RC2 - blogs.msdn.microsoft.com Converting an ASP.NET Core RC1 Project to RC2 - Shawn Wildermuth Announcing WCF...