« April 2006 | Main | August 2006 »

May 30, 2006

Using Windows Fax Service to Send Fax using C#

In todays world, while building an applicaiton you might run into scenarios where you need to send a Fax from the application. And to a certain extent this is very much required, because i would not want take a print out and go to a fax machine to send a fax. Why cant it be sent from my application?

Read More >>

Relevance of Distributed Programming

Distributed programming over time has been ignored in most implementations due to lack of skill in most development companies.

Benefits of Distributed Programming

  1. Resource management is very efficient.
  2. Risks are considerably reduced.
  3. Scalability to different platforms and databases.
  4. Increases focus on the core business requirements.
  5. Performance of the system improves dramatically.
  6. Highly configurable.

Drawbacks of Distributed programming

   The experience of developers and skill requirement is a bottleneck.