---
title: "Developer Guide in C#"
---


{{% alert color="grey" %}}

## Purpose Summary

This page describes the developer guide and provides an overview of major topics relevant to building solutions with Aspose.Words.

{{% /alert %}}

This Developer Guide provides information on using Aspose.Words in a variety of practical scenarios. Its articles provide suggestions and tips that will help using specific features, achieve a certain document appearance or make a use case possible.

To learn more about Aspose.Words features, select the corresponding section:

- [Loading, Saving and Converting](/words/net/loading-saving-and-converting/) – provides information about different ways to load or save documents and format-specific features useful for converting a document from one format to another.
- [Rendering](/words/net/rendering/) – provides information on how to get a paginated representation from a document in flow-layout page format.
- [Mail Merge and Reporting](/words/net/mail-merge-and-reporting/) – provides information about generating documents, such as reports, catalogs, inventories, and invoices, from templates with Mail Merge fields.
- [LINQ Reporting Engine](/words/net/linq-reporting-engine/) – provides information about building reports using an extended set of reporting features.
- [Printing a Document Programmatically or Using Dialogs](/words/net/print-a-document-programmatically-or-using-dialogs/) – provides information on how to print a document in various ways and fine-tune the print operation to implement your custom logic.
- [Programming with Documents](/words/net/programming-with-documents/) – provides information on how to programmatically create, modify, and manage documents including changing both their content and visual appearance.

For a detailed description of classes, methods, and properties refer to the Aspose.Words for .NET API Reference section.
