external cs files or assemblies

K

Karl Hungus

If Im developing a asp.net application, and I want to use classes written in
c#, should I create an assembly out of the c# files (one class per file), or
is there another way to put the uncompiled files on the server?

Basically I want all my non-presentation code within standalone c# classes.

TIA
Karl
 
E

Eliyahu Goldin

Code-behind part of an asp.net application is deployed as complied
assemblies. There is neither need nor benefit in storing source files on the
server.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top