Error Handling Examples(C#)

by DNB 17. March 2012 18:40
The absence of error handling is still a form of error handling. Based on the code in Figure 1, if an error occurred and was not handled within either the ReadXml or BuildRequest methods the error would bubble up to the Search method. Since this method does not handle any acceptations the error will then bubble up the stack trace. [More]

Tags: , ,

ASP.Net | Development Methodologies | Programming Concepts

Advantages and Disadvantages of the Waterfall Methodology

by DNB 26. January 2012 23:43
In my personal opinion I believe the waterfall method is one of the worst methodologies to use when developing larger systems because it leaves is no room for mistakes. As the name implies the waterfall methodology does not allow for projects to go back up stream to recover from design errors, missing and/or limited requirements. [More]

Tags:

Development Methodologies

SOA Implementation Challenges

by DNB 7. January 2012 22:22
Why do companies think that if they put up a web service that they are doing Service-Oriented Architecture (SOA)? Unfortunately, the IT and business world love to run on the latest hype or buzz words of which very few even understand the meaning. [More]

Tags: ,

Development Methodologies | Information Technology Managment

Enterprise Service Bus (ESB): Important architectural piece to a SOA or is it just vendor hype?

by DNB 11. December 2011 23:20
Is an Enterprise Service Bus (ESB) an important architectural piece to a Service-Oriented Architecture (SOA), or is it just vendor hype in order to sell a particular product such as SOA-in-a-box? According to IBM.com, an ESB is a flexible connectivity infrastructure for integrating applications and services; it offers a flexible and manageable approach to service-oriented architecture implementation.
[More]

Tags: ,

Development Methodologies | Information Technology Managment

Just Another Web Service (JAWS) vs SOA

by DNB 11. December 2011 22:54
Over the last few years SOA has been a hot topic lending it to be abused by many that have no understanding of the concept. In my opinion, one of the largest issues facing SOA is the lack of understanding and experience implementing SOA by business and IT alike. [More]

Most comments