Prioritizing your bug fixes and development time in general can be a daunting task. Sometimes, as developers, we want to work on this shiny widget or this annoying bug, and we don’t really have anything in our face telling us to quit focusing on our dreams and work on what matters to the bottom line. …Read More
dashboard, events, examples, Exceptionless Features, exceptions, feature usage, javascript, MVC, new features, News, User Interface, users, WebAPI
Prioritizing your bug fixes and development time in general can be a daunting task. Sometimes, as developers, we want to work on this shiny widget or this annoying bug, and we don’t really have anything in our face telling us to quit focusing on our dreams and work on what matters to the bottom line. …Read More
dashboard, events, examples, Exceptionless Features, exceptions, feature usage, javascript, MVC, new features, News, User Interface, users, WebAPI
Having a handle on your code’s errors is important. Thousands, if not millions, of exceptions are thrown every day in production code without anyone knowing. These errors might be affecting the bottom line, or they could be negligible – either way, it’s important to know that they exist, how often they are occurring, and what …Read More
ASP.NET, console, Error Reporting, Exception Logging, exceptionless, Exceptionless Features, MVC, News, WebAPI, webforms, WPF
Let me start off on a modest note: I am not an expert on dependency injection.I am, however, certain of the value that it provides. TDD After having engaged in the same conversation time and time again, I have become convinced that there is indeed "one simple way to get any developer to write better …Read More
OAuth 1.0 was one complicated beast. The OAuth 2.0 spec greatly simplified things, but that also had the wonderful side effect of rending all of our old OAuth 1.0 code obsolete. They say that "the only thing a pioneer gets is an arrow in the back," I disagree, I say "the thing that only a …Read More
One of the most exciting new features in MVC 2 is "Enhanced Model Validation support across both server and client". The new enhanced support allows for client side validation to be dynamically generated into a view quickly and easily using DataAnnotations attributes on models. This means that by simply dressing up your model properties with …Read More
Here it is folks, the Ultimate Ultimate Asp.Net MVC JSON Model Binder!…yes, I said Ultimate twice. Moving complex data structures from client to server used to be difficult, but not anymore! Just add the JsonBinder attribute to your action parameters, and this Custom ModelBinder will automatically detect the type and parameter name, and deserialize your …Read More
A freeware template-based code generator that can generate code for any ASCII-based language.