Recent Posts

One Year Anniversary of DanylkoWeb: What's Next?

One Year Anniversary of DanylkoWeb: What's Next?

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.

4 Tools To Enhance Google Analytics

4 Tools To Enhance Google Analytics

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.

Collection: CSS Resources

Collection: CSS Resources

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.

3 Ways To Receive Data From "Postbacks" in ASP.NET MVC

3 Ways To Receive Data From "Postbacks" in ASP.NET MVC

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.

Real-World Refactoring: Switch Twitch Itch

Real-World Refactoring: Switch Twitch Itch

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.

ASP.NET MVC: Convention over Configuration

ASP.NET MVC: Convention over Configuration

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.

How to Successfully Mock ASP.NET HttpContext

How to Successfully Mock ASP.NET HttpContext

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.

Driverless Cars and Car Hacking: Prepare For New Security Issues

Driverless Cars and Car Hacking: Prepare For New Security Issues

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?

Collection: How to be a great developer!

Collection: How to be a great developer!

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!

ASP.NET MVC ActionFilter: Custom Authorization

ASP.NET MVC ActionFilter: Custom Authorization

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.