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.
Since I will be off for two weeks, I want to wish everyone Happy Holidays and a Happy New Year.
When reading HTML with C#, do you use a parser or do you use Regular Expressions? This post will discuss how parsing is better than regular expressions.
As an ASP.NET MVC request is received, the routing sends the request to the proper controller. Today, we talk about how to use routing, some tips on using them effectively, and how to debug them easily.
For those interested in getting into ASP.NET, the most recent web technology is ASP NET MVC. In this post, I show you the fastest way to learn how to build web applications with ASP NET MVC.