DotNetNuke - Streamlining Module Development Workflow
When developing DotNetNuke modules people take many different approaches but they boil down to two alternatives in terms of workflow:
Both approaches require that you "attach to process" from within Visual Studio in order to debug your module.
Automating DotNetNuke deployments with Octopus Deploy
Because I am an awesome dude, i'll share with you how I automate dotnetnuke delivery / deployments. This works. It takes some effort to get this set up though, but it will be well worth it in the end.
First i'll explain the process for automating the deployment of the DotNetNuke website itself. Then I'll explain how you can automate the deployment of modules / extensions on a continous basis.
How far does the XRM SDK's ExecuteMultipleRequest get you?
In this post, I will explore what kinds of things can be achieved using the SDK's ExecuteMultipleRequest, by starting of with a simple SQL command, and implementing a semantically equivalent ExecuteMultipleRequest, and then slowly introducing some additional complexity - so that, we can see some areas where the SDK starts to fall short!