Mecit Atmaca

Thoughts on Software & Process Engineering

Server-side Office Integration -7 (Conclusion)

Voow, I am almost done. On this Sunday night, at Panera, I have enjoyed writing while listening to the jazz and drinking coups of tea (3, so far).

Alright, let's summarize briefly what we have done so far in these series: After giving some intro, In this complete but simple web application, we import data from an excel spreadsheet uploaded by the user into a database table by leveraging .NET 3.5 framework and ExcelPackage with C#.

Plus, we expose to some other areas of application development:

  1. Best practices and Enterprise Library (used Data and Logging Blocks). Later on, I will deep into more details hopefully
  2. Object serialization and de-serializaition
  3. File operations using System.IO namespace (FileInfo, Stream/FileStream)
  4. Resource releases/disposal once it is done by using 'using' blocks
  5. XML Document
  6. Use of XPATH for accessing XML content.
  7. Use XML Document as way of importing data (like a Batch process)
  8. T-SQL Script for reading data from an XML Document
  9. Rendering data as an Office document
  10. Use of Data Controls.

I will also publish the solution. Please note that this is just a sample application, I have used very simple development architecture (UI and Business), it is not optimized nor tested well.  

I think I am done. Bye for now & All the Best!.

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)