Recent Posts

Building a Menu System in ASP.NET MVC

Building a Menu System in ASP.NET MVC

As you build your web application, a modular menu system is always good to have for future projects. Today, I show you a data-driven menu system that's easily configurable and future-proof for various projects.

Why Every Programmer Needs a "Wilson"

Why Every Programmer Needs a "Wilson"

What happens when you run into a coding issue and you're at Starbucks with no one around. Here are some ways to help you walk through a coding process when you're alone.

My Thought Process When I Redesigned DanylkoWeb

My Thought Process When I Redesigned DanylkoWeb

Over the weekend, DanylkoWeb was successfully given a facelift. Today, I cover the various news-related web design articles that convinced me to move towards this particular design.

How to Schedule a Link using TagHelpers in ASP.NET Core 1.0

How to Schedule a Link using TagHelpers in ASP.NET Core 1.0

Ok, the TagHelper bug bit me. Today, I demonstrate a way to schedule links to activate in the future...yes, even when you aren't on the web.

Create Smart Links Using TagHelpers in ASP.NET Core 1.0

Create Smart Links Using TagHelpers in ASP.NET Core 1.0

The latest release of ASP.NET MVC has a new feature called TagHelpers. Let's see what trouble we can get into today by creating hyperlinks that think for themselves.

Collection: Real-World Refactoring

Collection: Real-World Refactoring

As you advance through your career, you experience a lot and learn different ways to code. Today, I show you my collection of real-world refactoring posts.

Quick Tips for Visual Studio

Quick Tips for Visual Studio

As a quick post, here are some of my favorite tips in Visual Studio to make yourself a little more productive.

Real-World Refactoring: Avoiding the "Reese's Cup" Problem

Real-World Refactoring: Avoiding the "Reese's Cup" Problem

When you need to send data to the browser, sometimes it's easier to use existing HTML instead of coding a web page using JSON. Here is a technique on how to use your existing MVC code to perform the heavy lifting.

Minimize the Cards In Your Wallet With Coin

Minimize the Cards In Your Wallet With Coin

Did you know there is a gadget to manage all of your cards in your wallet? Today, I finally review the Coin.

How to Consolidate Data In Your Wallet

How to Consolidate Data In Your Wallet

How much can you stuff into a wallet or purse? Today, I cover a number of ways to make your wallet or purse a little smaller by removing a number of unnecessary receipts, notes, and cards.