Classes and Namespace - ASP.NET 2.0

B

Bob

I want to build a series of middleware classes (in C#) to be re-used in all
of my projects. Do I simply write them as separate .cs files in APP_CODE?

And do I wrap all of these classes under the same Namespace?

Please advise.
 
K

Kent Boogaart

Hi,

It sounds as though you'd be better off sticking these classes in a separate
library project and then referencing from all your other projects.

HTH,
Kent
 

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