TallyConnector is a C# library that serves as a bridge to the Tally XML API.
With TallyConnector, you can say goodbye to the complexities of creating and parsing XMLs. Instead, you interact directly with C# objects, making your coding experience smoother and more efficient.
Experience the power of abstraction and let TallyConnector handle the heavy lifting of XML manipulation for you!
You can use Tally Connector to Integrate your desktop/Mobile Applications with Tally.
- Tally Prime 7
- Tally Prime 6
- Tally Prime 5
- Tally Prime 4
using TallyConnector.Services;
using TallyConnector.Models.TallyPrime.V6;
using TallyConnector.Core.Models.Request;
// Instantiate the service
TallyPrimeService primeService = new();
// Setup connection (default is localhost:9000)
primeService.Setup("http://localhost", 9000);
// Fetch Ledgers
var ledgers = await primeService.GetLedgersAsync();- .Net Core 8.0 | .Net Core 9.0 | .Net Core 10.0
- Visual Basic (No Source Generator Support)
- Auto TDL Report Generation: Automatic creation of TDL reports using source generators.
- Improved Performance: Fetch only required fields from Tally for faster operations.
Xmls used under the hood are listed here - PostMan Collection
StackOverflow threads answered by me - StackOverflow Answers
TDLExpert.com threads answered by me - TDLexpert.com