As developers, we always try to come up with a great idea, but later find out that someone else already did it. Today, I talk about why we try to reinvent the wheel and why it's not a bad thing.
Whether you're an SEO marketer or developer that wants to focus on your ideal customer, Long Tail Pro is the best product for finding your audience. I recently purchased Long Tail Pro and here are my 5 reasons why developers need it.
When I see a switch statement in C#, I kind of cringe. In this post, I'll demonstrate how to refactor a switch statement to a better, more maintainable class.
Programming for me has always been enjoyable as a career, hobby, and business. In this post, I talk about additional lessons I've learned over the years of coding.
A developer's expectations should be to grow their worth instead of expecting a high-paying job as soon as they learn a new language or when they graduate from college.
Most submitted forms have one button to submit the data. What happens when you have 2 or more buttons? This post will cover a technique on how to act on numerous button functions in one form tag.
Today, we discuss the ability to create notifications to our users when something goes wrong in a process/controller using an HtmlHelper called ViewMessageHelper.
If you've been in the web industry for a while, you've heard of AngularJS. In this post, I talk about how popular the JavaScript MVC library has become and why you need to get into it now.
Last week, I went to a programmers conference in Sandusky, Ohio called Codemash. Today, I cover the sessions I attended along with my comments about each one.
Some of the thin controller posts were using ActionResults in a wierd way. Today, we'll go step-by-step through creating a custom ActionResult for logging in a user.