Brendan Enrick's Blog

Daily Software Development.


No Comments
Tagged as:

Agile Resources – The Agile Actors

Agile development has a few roles that people will be playing. Those roles define certain responsibilities that the parties involved will need to take on. Each role serves an integral role in the development process. Product Owner This is the representative of the customer’s interests. The product owner is responsible for knowing the details of all the work that needs to be done. When a developer has...

Continue reading “Agile Resources – The Agile Actors

Posted on Friday, 26 February 2010
No Comments
Tagged as:

Agile Resources – Development Process Recurring Steps

Different processes are used to create software applications. Agile software development is about responding and embracing change. It is about working closely with the customer instead of the customer just saying what they want up front. Agile teams follow processes during development, but they’re flexible, quick processes which allow the continue to continue making advances. Most agile processes involve...

Continue reading “Agile Resources – Development Process Recurring Steps

Posted on Thursday, 25 February 2010
No Comments
Tagged as:

Agile Resources – Velocity and Capacity Explained

Velocity and Capacity are two terms commonly used for determining how much work a team can perform in a given amount of time . Agile development is customer-focused development, and as such it is important to know for small periods of time how much a team can achieve. Determining Velocity A teams velocity is an estimate of how much work it usually completes in a given time period. The figure is based...

Continue reading “Agile Resources – Velocity and Capacity Explained

Posted on Wednesday, 24 February 2010

Quick Silverlight Tip: Looking at the code

Silverlight is a great technology, and one thing that really makes it a treat to work with is the ease with which one can access the code inside the XAP file. Yes, this means that someone can look at your code, SO DON’T PUT ANYTHING SECURE IN THERE! I took Jeff Blankenburg’s Click the Button contest . So for a while I though Jeff had tricked me on that puzzle until I opened up the XAP file...

Continue reading “Quick Silverlight Tip: Looking at the code

Posted on Monday, 01 February 2010
No Comments
Tagged as:

HudsonSC January 2010 Recap

Last night we had a great HudsonSC meeting. People started showing up around 5:30, and I had the opportunity to meet and talk with a few new attendees during that time. Lightning Talks At around 6:00 we got things started. Kevin Kuebler started us off with an interesting talk on BDD where he showed some interesting code using MSpec. As usual, he was unable to keep his talk under 10 minutes. We will...

Continue reading “HudsonSC January 2010 Recap

Posted on Thursday, 21 January 2010
No Comments
Tagged as:

My First CodeMash

As a late adopter of CodeMash I can say that version 2.0.1.0 was a great event. There were hundreds of developers there ready to learn and try new things. The intelligent, interesting people sparked many worthwhile conversations. If you’re in the area around Sandusky, Ohio, I highly recommend that you attend the next CodeMash. Not Your Everyday Conference I was very pleased with how things were handled...

Continue reading “My First CodeMash

Posted on Thursday, 21 January 2010
No Comments
Tagged as:

CodeMash 2010 is this week

I will be attending a great regional event this week. The event is called CodeMash and it is located in Sandusky, Ohio. As the CodeMash site describes it. CodeMash is a unique event that will educate developers on current practices, methodologies, and technology trends in a variety of platforms and development languages such as Java, .Net, Ruby, Python and PHP. I hope everyone attending has a safe...

Continue reading “CodeMash 2010 is this week

Posted on Tuesday, 12 January 2010
1 Comment
Tagged as: ,

My 2010 ASP.NET MVP Award

Today I received an email that has started this year off very well. Microsoft has honored me by re-awarding me with an MVP award in the area of ASP.NET this year. Thank you Microsoft. Congratulations! We are pleased to present you with the 2010 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others...

Continue reading “My 2010 ASP.NET MVP Award

Posted on Friday, 01 January 2010

Silverlight Web Analytics: First Look

Anyone who has ever run a web site or a blog has probably taken a look at analytics packages to see who is visiting. I’ve recently been working on a very exciting project with Telerik, developing an application to provide this valuable information to bloggers and content creators. To get things started we decided to tackle some of the basics first by asking these few questions: “How many...

Continue reading “Silverlight Web Analytics: First Look

Posted on Tuesday, 22 December 2009
3 Comments
Tagged as: ,

A Quick Answer About Reference Types

Reference types were created to make dealing with pointers a little bit easier. They hide away the details of the pointers, so that the programmer need not think about them. In many ways I think they’re awesome, because they really achieve that goal. The problem is that by abstracting away the details of the pointers they’re sometimes difficult to work with, because they can be a little bit confusing...

Continue reading “A Quick Answer About Reference Types

Posted on Monday, 23 November 2009