I can't believe it's been a year since I started DanylkoWeb. Where do I go from here? This is a question I pose to my readers.
Google Analytics can be confusing at some times, but luckily, there are a number of sites that provide better views of your data. Today, I give you four tools to enhance Google Analytics.
Can you take the heat of CSS? Most developers can't stand CSS because it's so...design-y. Today, I share all of my resources, or go to links, that helped me understand CSS a little better.
Since IsPostback is not available in ASP.NET MVC, how do you pass data back to the controller? In this post, I show you three ways for your controller to receive postback data.
After my previous post about turning a switch statement to a class hierarchy, I feel today would be a great day to discuss turning enums into a classes.
For those new to ASP.NET MVC, Microsoft took a "convention over configuration" approach when building MVC web applications. Today, I go over those conventions all of the ASP.NET MVC framework.
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.