My Blog

New Course on Building an API with ASP.NET Core
New Course on Building an API with ASP.NET Core
February 7, 2017

Are you new to ASP.NET Core? Maybe you’re building an API for your SPA, mobile app, or just your web app. I recently released a new Pluralsight course that can help you.

Speeding up Azure App Service Builds
Speeding up Azure App Service Builds
January 14, 2017

 I run this blog and other sites on Azure App Services (used to be called Websites). As you might know all that code is open source on GitHub and I use that code to deploy directly to Azure.

Updating WilderBlog to ASPNETCore 1.1
Updating WilderBlog to ASPNETCore 1.1
January 11, 2017

I upgraded my WilderBlog project to ASP.NET Core 1.1 today. I had planned on writing a big blog post about how to accomplish it, but I was surprised instead by how uneventful the process was.

My First ScriptCS
My First ScriptCS
January 10, 2017

Looking for the Goldilocks of Web Frameworks
Looking for the Goldilocks of Web Frameworks
November 21, 2016

Boston Code Camp 2016
Boston Code Camp 2016
November 20, 2016

I had the good fortune of being picked to speak at the Boston Code Camp for their winter event. As some of you know I used to live in Boston and it was a fun few days of reminicence.

Testing SSL in ASP.NET Core
Testing SSL in ASP.NET Core
October 26, 2016

When building my ASP.NET Core apps, I usually enable the RequireSSL filter in production environments. But I’ve never went through getting it to work on my dev box as I thought it was harder than it actually was.

What I Learned Building with ASP.NET Core: Part 1 - Routing
What I Learned Building with ASP.NET Core: Part 1 - Routing
September 5, 2016

I’ve been digging into ASP.NET Core for quite a while now (from the early betas through the current release). Recently I re-wrote the Atlanta Code Camp website using ASP.NET Core.

ASP.NET Core Dependency Injection
ASP.NET Core Dependency Injection
August 7, 2016

I’ve been building some ASP.NET Core apps as of late and had to dig into how Dependency Injection works there. After talking with Julie Lerman a bit on Twitter about it, I realized that there might be some confusing things about how it works in ASP.NET Core, so I’m hoping I can add some clarity in this post.

NDC Sydney was Awesome!
NDC Sydney was Awesome!
August 7, 2016

We just left Sydney after a great few days of the NDC Sydney conference. Saw some very cool talks about ASP.NET Core and Angular2!

Is Angular2 Too Full of Ceremony?
Is Angular2 Too Full of Ceremony?
July 31, 2016

I know this was a “click-bait” post name, but so be it. I’ve been doing some small Angular2 in a recent project (rebuilding the new Atlanta Code Camp website) and I’ve been frustrated with the amount of ceremony. But I may be misunderstanding Angular2 so bear with me.

My ASP.NET Core Course Has Been Updated to RTM
My ASP.NET Core Course Has Been Updated to RTM
July 22, 2016

I’m really excited to announce that my popular Pluralsight course on ASP.NET Core has been updated to RTM. It’s been a long slog to update and I apologize for the delay but it’s ready now.

Virtual Reality Whitman's Sampler
Virtual Reality Whitman's Sampler
July 20, 2016

When I was a kid, I had the dream of building an immersive ‘video’ game. I thought the magic was going to be holography. My idea was a holographic skiing game. Of course holographic tech didn’t mature like I hoped it would.

ASP.NET Core 1.0 Released!
ASP.NET Core 1.0 Released!
June 27, 2016

This day has been a long time coming but I want to congratulate the team at Microsoft for delivering the first version of ASP.NET Core! I’m very excited to start working with the bits on real projects.

Converting ASP.NET Core 1.0 RC2 to RTM Bits
Converting ASP.NET Core 1.0 RC2 to RTM Bits
June 27, 2016

If you’re like me, you’ve changed your projects from RC1 to RC2 only to find out that the RTM was coming quickly. Well we are here so we need some steps to convert projects.

Win a T-Shirt from the Hello World Road Trip
Win a T-Shirt from the Hello World Road Trip
June 26, 2016

We got home and have extra shirts. Love to give them away. Sign up for our mailing list and we’ll pick winners to get one of our limited edition T-Shirts.

Thanks for the Great Road Trip!
Thanks for the Great Road Trip!
June 25, 2016

We’re home. It’s a fantastic feeling, but we had a great time. I wanted to take some time to thank all the great attendees, guests and helpers that made this a great trip. We got some great podcasts and hopefully encouraged a lot of people to try out ASP.NET Core!

Converting an ASP.NET Core RC1 Project to RC2
Converting an ASP.NET Core RC1 Project to RC2
May 17, 2016

With the release of ASP.NET Core RC2, Microsoft hit a major milestone. But this change isn’t a trivial one. It’s a big change.

Getting Ready for ASP.NET Core RC2
Getting Ready for ASP.NET Core RC2
May 13, 2016

I’m starting to play with the Preview of RC2 (nightly builds). It’s not time to do it for most people, but I’m trying to prepare for the update to my ASP.NET Core RC1 course on Pluralsight.

The Future of project.json in ASP.NET Core
The Future of project.json in ASP.NET Core
May 12, 2016

If you’re not paying attention to Twitter, the ASP.NET Standup or the Github repositories, you might be missing a big change coming to ASP.NET Core. Now is time to add your opinion so that Microsoft can make the right move.

Writing API Controllers in ASP.NET MVC 6
Writing API Controllers in ASP.NET MVC 6
May 10, 2016

Before ASP.NET Core, our world was split between ASP.NET MVC and ASP.NET Web API. In ASP.NET Core that changes to a single model in ASP.NET MVC 6 for handling requests, whether they end up returning data or views.

On the Road Again...
On the Road Again...
May 6, 2016

The Hello World Road Trip part two has started. Me and the missus headed out of Atlanta to Belgium for our first stop.

Deploying ASP.NET Core RC1 to Azure App Services
Deploying ASP.NET Core RC1 to Azure App Services
April 29, 2016

As you can see, I recently updated this blog. I wrote the new blog using ASP.NET Core RC1 (as related technologies) so when time came to deploy it, I had some issues.

Implementing an ASP.NET Core RC1 Logging Provider
Implementing an ASP.NET Core RC1 Logging Provider
April 22, 2016

I recently added a logging provider to my open source project (WilderBlog). I know I shouldn’t have implemented a provider myself, but I wanted to see how the sausage was made.