Azure Coding .NET
Keep your head in the Cloud As You're Coding .NET

Blogs

  • 2010 MVP Summit Recap (Or How to Slay a Robeast)

    No you’re not going to get an inside dish on what to expect at Mix (if you can make it, I HIGHLY suggest you go…unfortunately, an urgent contract popped up for me that prevents me from going…now that I think of it, considering the...
    Posted to Brownie Points by Mike Brown on 03-01-2010
  • Make Cheap Software or Make Software Cheap

    I came across two interesting items on the web today. The first was Rocky Lhotka’s mCSLA series in which he presents a DSL over CSLA. I know, I know but let’s put our opinions about CSLA aside and look at the really important point. Here is a sample of...
    Posted to Brownie Points by Mike Brown on 02-23-2010
  • Accounting for Cost of Sales with Currying

    I have a quick question for you. If you’re selling a widget for $100 and the local sales tax is 8%, how much should you add to the cost of the item to cover the sales tax? If you said $8 or 8%, you’re losing money. To the tune of 64 cents a sale. (Do...
    Posted to Brownie Points by Mike Brown on 01-18-2010
  • The Pomodoro Technique

    I was going to talk about how my digital cleanse reminds me of a macro scale Pomodoro. Then I realized that I never really talked about the Pomodoro Technique. The Pomodoro Technique is a method for getting organized and being focused. It is a time management system created by Franesco Cirillo. I’m going to let him tell you how he came up with the concept:

    One day in the classroom on campus where I used to study, I watched my classmates with a critical eye, and then looked even more critically at myself: how I got myself organized, how I interacted with others, how I studied. It was clear to me that the high number of distractions and interruptions and the low level of concentration and motivation were at the root of the confusion I was feeling.

    So I made a bet with myself, as helpful as it was humiliating: “Can you study – really study - for 10 minutes?” I needed objective validation, a Time Tutor, and I found one in a kitchen timer shaped like a pomodoro (the Italian for tomato) – in other words, I found my “Pomodoro”.

    ...
    Posted to Brownie Points by Mike Brown on 01-11-2010
  • Welcome to 2010

    Yes I know I’ve already posted twice on here this year (more on that later). But this is my first post coming out of my Digital Cleanse . What did I do in that week away from twitter, facebook, and all the tech “news” sites like engadget, joystiq, etc...
    Posted to Brownie Points by Mike Brown on 01-08-2010
  • The Duct Tape Programmer Revisited

    Not too long ago, I responded to the reaction that many had to Joel Spolsky’s article “ The Duct Tape Programmer ”. My belief still remains that people missed the point due to the unfortunate titling (as well as the severe dating of the technologies mentioned...
    Posted to Brownie Points by Mike Brown on 01-07-2010
  • RIAlity TV

    I am creating a video blog designed as a reality TV show called RIAlity TV. (Actually I'm designing it to be a Channel of RIAlity shows). The first show called "The Project Room:Catching the Wave" will document creating a software product...
    Posted to Brownie Points by Mike Brown on 01-01-2010
  • What is “Lean”

    This one comes from the Lean Startup Circle again. Someone posed the question what is the difference (if any) between capital ‘L’ “Lean” and “lean”. Having had the opportunity to attend a David Anderson presentation on the subject of Lean Software Development...
    Posted to Brownie Points by Mike Brown on 12-20-2009
    Filed under: , ,
  • Stealth Disease

    I am a member of the Lean Startup Circle group (was searching for the Lean Software Group which I still haven’t found). The conversations there are amazing and I highly recommend joining if you’re remotely interested in entrepreneurship (becoming...
    Posted to Brownie Points by Mike Brown on 12-19-2009
    Filed under: ,
  • I Want to Be a Duct Tape Programmer

    I think people misinterpreted Joel Spolsky's post " The Duct Tape Programmer " (not the best choice of words because of the connotations of using duct tape as a "temporary quick fix" in the developer's mind) but there is one...
    Posted to Brownie Points by Mike Brown on 09-30-2009
  • XAML Default Button

    I was working with a client that wanted to have a default button clicked when an enter key is pressed in a textbox (password box to be more specific) within a Silverlight or WPF application. I didn't think much of it. I'll just listen to the event, bind to the button, and click the button on the enter key event. The listening and binding portion is not very tough with an attached property and a little Silverlight 3 element to element binding love. The tricky part came in when I wanted to cause the button click event to be raised. I ended up having to take a page from Josh Smith http://joshsmithonwpf.wordpress.com/2007/03/09/how-to-programmatically-click-a-button/. Thank you, Josh! This may not be the best way to do this, but it works for me.

    ...
  • Service Locator Revisited

    I guess I have awakened a slumbering giant by writing the post the other day . I went back to add more functionality to the Service Locator (to enable per transaction and per thread services). Before I started breaking stuff by adding new functionality...
    Posted to Brownie Points by Mike Brown on 08-12-2009
  • Service Locator Versus DI – A Clarification

    Update: For some reason Community Server decided that it doesn't want to display the style for the code snippet nor the IFrame for the skydrive link. Here is the final file . Read on for explanation of what it is and what it does. Browsing though...
    Posted to Brownie Points by Mike Brown on 08-10-2009
    Filed under:
  • Genetic Algorithm -- Add Ur Own Func :)

     

    Hi again,

    I was a little bored this weekend and needed to add in some GA functionality to a side project. I felt like it would be best to create a simple executer to deal with the iterative behavior of a genetic algorithm. The executer take in funcs provided by the consumer and executes based on a simple iterative model. Below is what I came up with. Cheers!

     

    ...
    Posted to I Can't Believe That Worked by David Justice on 06-29-2009
    Filed under: ,
  • .Net 4.0 Reflection vs. Dynamics vs. Property Setting With Times

    Today I found my self hanging out after a sprint review with my partner in crime Kevin Rohling.  TFS was down (not tfs's fault, but some other freak accident...) and I hadn't installed VS 2010 yet, so it seemed like the perfect time to do such things. I got everything up and running, and Kevin and I got into a discussion about Dynamics & performance. We made a quick lunch bet on which is faster, reflection or dynamics for simply setting a property. I figured reflection would be quicker, while Kevin thought dynamics would be faster. Well, I owe him lunch now. The code is below.

    ...
    Posted to I Can't Believe That Worked by David Justice on 06-26-2009
    Filed under: , ,
1 2 3 4 Next >
Copyright © 2008 AzureCoding.NET
Powered by Community Server (Non-Commercial Edition), by Telligent Systems