Accepted Sessions

DNN Extension Packaging viewed differently

Still maintaining the DNN manifest file yourself? Let your code speak for itself!

Serge van der Ven
Status
Accepted
Date and Time
6/3/2016 5:00 PM
Location
Buscarols

Much has been said and created with respect to DNN extension development. Let me give you yet another perspective. Why not let MsBuild create the DNN manifest for you! Get a glace of an Open Source GitHub project that reads your extensions assembly and project file to determine what the DNN manifest and the install package should contain and the manifest is created on the fly. Stop writing XML and start decorating your code to put behavior all in one place – in your source code! Never forget to include a dependent assembly – its added automatically! And of course the DNN install package is created for you just as well, including only the resources actually referenced in the project file. See just how easy it works.

About the speakers

Serge van der Ven
Serge van der Ven is a Microsoft oriented consultant with a large track record in IT. Serge started using DNN as of version 3 and has worked and developed with DNN ever since. Serge is now lead DNN consultant for XCESS and team lead/architect for a small scrum team that currently develops a large DNN application in Team Services (formerly VSO) using AngularJS, REST (on DNN) WebAPI, EntityFramework, Dependency Injection and Unit Testing.