1) You can create X++ batchs in dynamics ax to do the trick. You can create an odbcConnection object or CCADO object to connect to a database and do whatever you want to do. Make sure that you use AxInternalBase framework to insert master data and also make sure you use frameworks ax provide you to run the transactions (journal postings, etc)
2) You can use dynamics ax AIF (Application Integration Framework) which then it would consume AXD classes. If you are inserting data to ax make sure your service you are creating in .NET consumes those AXD classes
3) You can also create webservices to consume classes in ax using business connector.
Either way you choose, please make sure you are consuming business rules classes.