Damon Armstrong

Damon Armstrong is a consultant with SystemwarePS in Dallas, Texas. He is also a blogger and author of Pro ASP.NET 2.0 Website Programming and SharePoint 2013 Essentials for Developers. He specializes in the Microsoft stack with a focus on web technologies like MVC, ASP.NET, JavaScript, and SharePoint. When not staying up all night coding, he can be found watching a bunch of kids, studying Biblical topics, playing golf, or recovering from staying up all night coding.

Follow Damon Armstrong via

17 September 2006
17 September 2006

How Do You Find a Hit Man?

0
14
A while back, I was reading the story of Susan Kuhnhausen, a nurse who came home one day to find a burglar in her home.  After she came in, the burglar attacked her with a hammer.  Apparently he got in at least one blow to her head, though it wasn’t enough to knock her out, … Read more
0
14
26 July 2006
26 July 2006

Prefixing Database Tables

0
0
Reviewing a database with 400 tables is no easy task, especially when you didn’t make the database.  It seems like it would make everyone’s life easier is if people would prefix their database tables in a way that helps group tables logically. For example, there are tables in this 400 table database specifically used for … Read more
0
0
13 July 2006
13 July 2006

Creating Class Instances from Type Strings

0
0
If you’ve looked through the web.config or the machine.config then you’ve had to have seen various type strings strewn about the configuration.  But have you ever wondered how they use those type strings to actually make a useful class instance (or object instance if you prefer) out of that type string?  It’s actually really easy. … Read more
0
0
11 July 2006
11 July 2006

Demoralizing a Table

0
5
Even though I’m a web developer by nature, I find myself writing about databases fairly often.  At work I’m writing a proposal for building a reporting database with a denormalized structure for better query performance and I keep running into a problem.  Microsoft apparently did not think that denormalize was a good enough word to … Read more
0
5
03 July 2006
03 July 2006

In Loo of Technology

0
0
I can imagine how the conversation must have gone.  A slick salesman stood in the board room staring down a room full of business savy executives.  “Just image how much money you will save,” said the salesman, producing a break even analysis and complex charts backing up the claims of his product.  Everything looked good … Read more
0
0
28 June 2006
28 June 2006

Tools: RAD Regular Expression Designer

0
1
The regular expression engine in .NET is an awesome technology for text processing and string manipulation and is definitely one tool you want to have in your development arsenal.  But Regex syntax is one of the more difficult languages to get your mind around because, at first glance, it looks like a meaningless jumble of … Read more
0
1
27 June 2006
27 June 2006

Great Expectations

0
0
Most bloggers start out with an overly idealistic view that their blog is going to contain Pulitzer quality coverage of current events and issues and that millions of people will flock to their site daily to hear the latest buzz. That optimism quickly degrades when you realize that you’re blogging about once every four months … Read more
0
0
05 May 2006
05 May 2006

Web Parts in ASP.NET 2.0

0
283
Most Web Parts implementations allow users to create a single portal page where they can personalize the look, feel, functionality, and experience of their "My Home" page in an application. But what if you want to take Web Parts a step further and allow users to define a personalized interface that applies to a series of pages in an application?… Read more
0
283