-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
When I talk about exceptions in my product team I often talk about two kind of exceptions, business and critical exceptions. Business exceptions are exceptions thrown based on “business rules”, for example if you aren’t allowed to do a purchase. Business exceptions in most case aren’t important to…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
I have done some talks on different events and summits about Defensive Programming and Design by Contract, last time was at Cornerstone’s Developer Summit 2010. Next time will be at SweNug (Sweden .Net User Group). I decided to write a blog post about of some stuffs I was talking about. Users are…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
This blog post will show you step by step to refactoring some code to be more readable (at least what I think). Patrik Löwnedahl gave me some of the ideas when we where talking about making code much cleaner. The following is an simple application that will have a list of movies (Normal and Transfer)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have seen this example:
@*android:color/secondary_text_light
What's that * asterisk doing there? What is the difference when using or not?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need "no color" value in flex 3/4 color picker component. Here are some options I've investigated:
1) External componet. Searched a lot but didn't managed to find a suitable one. There is a great color picker that meets my needs completely, but it is in action script 2 format. I need as3.
2) Enhance…
>>> More