Tag Archives: CodeProject

A .NET Application that Never Dies

Jeremy’s Graceful Shutdown Braindump should really include another use case. How do you create a .NET application that never shuts down? Ever! This  is a common scenario for closed systems that only allow the user to interact with a predefined … Continue reading

Posted in .NET, Programming | Tagged , , , | 7 Comments

Cloud Computing Design Patterns

I attended some talks this weekend at the SoCal Code Camp.  Since I’ve been exploring cloud computing lately, the David Pallmann talk on Azure Design Patterns was of particular interest. The Azure Design Patterns site gives an overview of the … Continue reading

Posted in Cloud Computing | Tagged , , , , | 3 Comments

Plunging into Web Development

I’ve authored a few web sites. Nothing professionally though. I know just enough HTML, CSS, and JavaScript to be dangerous. Now I’m faced with creating a customer-facing site that has (or will someday soon have) real requirements. Here are a … Continue reading

Posted in Cloud Computing, HIPAA, Open Source, Programming | Tagged , , , , , , , , | 5 Comments

Continuous Learning: 14 Ways to Stay at the Top of Your Profession

“Professional development refers to skills and knowledge attained for both personal development and career advancement. ” I’m fortunate in that my personal and career interests are well aligned. I must enjoy my work because I do a lot of the … Continue reading

Posted in General, Programming | Tagged , , | 5 Comments

Exploring Cloud Computing Development

It’s not easy getting your arms around this one. The term Cloud Computing has become a catch-all for a number of related technologies that have been used in enterprise-class systems for many years (e.g. grid computing, SOA, virtualization, etc.). One … Continue reading

Posted in .NET, Cloud Computing, Google, Microsoft | Tagged , , , , , , , | 13 Comments

Selecting a MVC/MVP Implementation for a Winforms Project

I’m not a computer scientist. I’m also not one of the many über programmers that create and analyze software frameworks and techniques. I simply design and develop software that attempts to meet my customer’s needs. To that end I’m always … Continue reading

Posted in .NET, Programming | Tagged , , , , | 11 Comments