Multi-Term jQuery Table Filter
Recently I was mentoring a client who needed a simple filter for a
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Recently I was mentoring a client who needed a simple filter for a
My most recent article in MSDN Magazine is now available online: ASP.NET – Use Custom Middle Middleware to Detect and Fix 404s in ASP.NET Core Apps The article was written in the ASP.NET 5 RC1 timeframe, but the sample …
I've started writing a series on ASP.NET Core for MSDN Magazine. If you're not a subscriber to the dead trees version, you can read them online.
The default templates for ASP.NET Core RC2 apps only target
In.NET Core, you can target multiple frameworks from the same application. Where there are incompatibilities, you can use precompiler directives, like so:
There are a number of breaking changes between ASP.NET Core RC1 and
If you've been wondering when the time would come for you to start learning about ASP.NET Core, it's quickly approaching.
A review of SpeakerAlert, a free iPhone app that helps conference speakers track their presentation time with customizable color-coded alerts.
This week I presented at the sold-out DevIntersection spring conference, held at the Disney Swan hotel in Orlando, Florida.
Do you have calls to Thread.Sleep in your test code? If you’re not sure, you can easily find out by opening up the project in Visual Studio and running Find in Files (ctrl-shift F): Thread.Sleep will, not …