F
Fresno Bob
I am used to putting my business logic layer etc in the App_code folder in a
website project. I want to use class libraries so I can use Sandcastle and
NUnit. However unlike a website project I do not get immediate Intellisense.
I have to
Add the project to the website solution (File>Add>Existing Project)
Add a reference to the class library
Build the solution
Use the class library in website
If I want to change the class library
Change the class code
Build the solution
Use in website
Is this the correct way of using a class library as it is more complicated
than the Website project and I want to know if I am missing anything.
website project. I want to use class libraries so I can use Sandcastle and
NUnit. However unlike a website project I do not get immediate Intellisense.
I have to
Add the project to the website solution (File>Add>Existing Project)
Add a reference to the class library
Build the solution
Use the class library in website
If I want to change the class library
Change the class code
Build the solution
Use in website
Is this the correct way of using a class library as it is more complicated
than the Website project and I want to know if I am missing anything.