Blog Stats
  • Posts - 4
  • Articles - 1
  • Comments - 18
  • Trackbacks - 0

 

January 2009 Entries

Dynamically generating Word 2007 (.docx) documents using .net

This is a step by step instruction on how to dynamically generate MS Word 2007 documents. Background on Word 2007 Document Internals Word 2007 document is based on the Office Open XML file formats. As you will see, the Office Open XML file formats are based on standard ZIP file technology. Each top-level file is saved as a ZIP archive, which means you will be able to open a Word document just as you would any other ZIP file and look inside. Note that the 2007 Microsoft Office system applications...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Implementing Authorize.NET Payment Provider for DashCommerce

As an example of how to create a provider for dashCommerce, I have implemented an Authorize.NET Payment Provider for dashCommerce based on Advanced Integration Method guidelines from Authorize.NET http://developer.authorize.... and following the structure of the existing providers in dashCommerce. Below is the general outline of the implementation: 1. Implement the Store.Services.PaymentServi... interface. The provider must implement this interface, specifically the Authorize,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © DanBedassa