[Mono-list] ASP.NET + database: why reflection?

Gonzalo Paniagua Javier gonzalo@ximian.com
24 Jun 2003 18:30:03 +0200


El mar, 24-06-2003 a las 17:56, Maurizio Colucci escribió:
> Hi,
> 
> why do 
> 
>   xsp/test/dbpage1.aspx
>   xsp/test/dbpage2.aspx
> 
> use reflection to load the assembly dynamically?

It's there to allow changing the database using the configuration files.
If you know in advance that you're gonna use mysql or postgres or
whatever it is much simpler than that. I bet your teacher wants you to
find out how.

-Gonzalo