Evan Linden

Helping to create great programmers one at a time
posts - 10, comments - 6, trackbacks - 0

My Links

News

Twitter












Tag Cloud

Article Categories

Archives

Post Categories

Image Galleries

About Me

Design

Home Media Streaming
Over the last few months I have been looking for opportunities to reduce the overall cost of receiving television in the home. Several factors got me thinking seriously about this: 1) I actually looked at my cable bill..- by the time I paid for internet service, basic cable, extended cable premium cable, HD signal digital signal set top boxes, digital boxes, and DVRs I could have gone to the movies every night and still had money left over. 2) Advances in internet speed continue to leapfrog 10-20...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, January 27, 2010 9:59 PM | Feedback (0) | Filed Under [ Design Architecture ]

Application Processing Isolation Welcome the AppDomain Object
If you have ever had the need to isolate a task because it might bring down your applciation? You want to execute a task that needs a specific security context. You want isolate the task and its data. Well the AppDoamin is your new best friend. Beginning at the beginning To better understand .Net's AppDomain and how they affect the programs we create and work on, it'll be a good idea to start ground up. So let's start from the point we button click an application. Whenever we start an application,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, September 12, 2008 10:41 AM | Feedback (0) | Filed Under [ Design Architecture ]

Green Computing- Software for a Green Landscape
A friend of mine Denny Boynton and I were talking at TechEd last week about green computing and it started me thinking. He mentioned that he and some other architects were discussing green computing platforms (server vitalization, cloud computing,etc...). That started me talking about: What is the responsibility of the software developer in this emerging green computing grid? Many infrastructure groups over the last few years have been moving to virtual servers and environments initially to save...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, June 09, 2008 9:55 PM | Feedback (0) | Filed Under [ Design Architecture ]

When is Enough Enough – What is an Architect?
I have spent the better part of the last three days in sessions at Microsoft TechEd listening to folks talk about: What is an architect? How do we identify them? Are they born or taught? Are there good architects and bad architects, what differentiates them? Why are architects seen as “a necessary evil” are they just overhead. What do they contribute? I apologize in advance for the lengthiness of this post but this is a core value point to me and I tend to get very wordy when an issue is near and...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, June 04, 2008 11:26 PM | Feedback (1) | Filed Under [ Design Architecture ]

Using Interfaces - Design by Contract
An argument for Interface based design and programming For software to survive in the ever-changing jungle of the production environment, it must have three distinct characteristics: reusability, maintainability, and extensibility. Interface-based programming exists outside the world of COM. It is a programming discipline that is based on the separation of the public interface from implementation. It was pioneered in languages such as C++ and Smalltalk by software engineers who discovered that using...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 03, 2008 10:17 PM | Feedback (2) | Filed Under [ Design Architecture ]

Why Unit Test
Unit Testing In computer programming, unit testing is a procedure used to validate that individual modules or units of source code are working properly. More technically one should consider that a unit is the smallest testable part of an application. In a Procedural Design a unit may be an individual program, function, procedure, web page, menu etc. But in Object Oriented Design, the smallest unit is always a Class; which may be a base/super class, abstract class or derived/child class. A unit test...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 03, 2008 10:16 PM | Feedback (0) | Filed Under [ Design Architecture ]

Powered by: