M
Matt
I'm hoping someone can steer me in the right direction to try to do the
following:
I am developing an application where we receive files from customers. Right
now we receive a variety of formats. I was looking at writing some type of
base application that would allow me to add-in either new assemblies or
plugins, don't know how or which way, for different scenarios. We may
just recieve a text file so an assembly would handle everything for that or
XML and that would use yet a another assembly or a CSV and yet another
assembly. I guess I am looking at building a dynamic system that can
easily be expanded or added onto without having to continually make changes
to the base application.
Does anyone know what this type of programming is called and where I can
find articles or samples on doing something such as this? I have found some
information to believe that I would be creating assemblies and loading them
dynamically and others that talk about plugins. I have seen other
applications that do this type of bolting on.
Thanks,
Matt
following:
I am developing an application where we receive files from customers. Right
now we receive a variety of formats. I was looking at writing some type of
base application that would allow me to add-in either new assemblies or
plugins, don't know how or which way, for different scenarios. We may
just recieve a text file so an assembly would handle everything for that or
XML and that would use yet a another assembly or a CSV and yet another
assembly. I guess I am looking at building a dynamic system that can
easily be expanded or added onto without having to continually make changes
to the base application.
Does anyone know what this type of programming is called and where I can
find articles or samples on doing something such as this? I have found some
information to believe that I would be creating assemblies and loading them
dynamically and others that talk about plugins. I have seen other
applications that do this type of bolting on.
Thanks,
Matt