For web developers, mocking an HttpContext is one of the hardest things to do. Today, I use two mocking frameworks to show you a number of ways to mock the HttpContext.
With Google making the driverless cars and computers more common in vehicles nowadays, are hackers in the weeds waiting to control them? Today, I talk about how people are hacking cars intentionally...and should they?
One of the great things about this career is that you create something out of nothing and use your brain instead of your back. Here is how to stand out from a crowd of bit-twiddlers!
While the AuthorizeAttribute is great for forms authentication, there's always a number of ways to authorize a user. Today, I'll go over a template for a custom authorization ActionFilter.
If you've been wondering what you're good at or what strengths can improve your career, we'll review StrengthsFinder 2.0 to discover where your strengths lie with a bonus review of Entrepreneurial StrengthFinder.
Developers have always been trying to mimic a production database. Here is a great (and fast) way to unit test your Entity Framework entities while using maximum flexibility.
In our final post for this series, we show how to select specific sessions using native UI techniques through simple HTML5 and a JavaScript database called PouchDb.
While we've built up a pretty nice web application that simulates a native app, we still need to fix the user interface. Today, we cover some enhancements to our sessions list to make it more user-friendly.
This series discusses how we build a web application into a super-charged web app that acts like a native application. Today, we continue by showing how to build a list of speakers who presented at Codemash.
The client-side of a web application can be daunting, but can also be gratifying. Today, we continue focusing on building our web app to rival a native app. We also have some adjustments that need to be made from the data layer post.