Stupid Question??

T

Tina

I have written a class to be used by asp.net applications that provides a
useful function. Other than the constructor, it has just one method. There
is no need for properties or events.

Prior to .net I would have just created a dll from my class and distributed
it to users with instructions on what to call.

But the .net docs I have seem to say that I should create a Web Control
Library which has a template like a component.

Is it no longer just appropriate to just distribute a dll?
Thanks,
T
 
S

Steve C. Orr [MVP, MCSD]

If you've made a control then that is good advice.

If it's just a class somebody's going to be using from the code behind or
middle tier or something, then a Class Library would be a more logical fit.
Both Class Libraries and Web Control Libraries compile into DLLs.
 

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

Similar Threads

stupid question? 2
Stupid question 29
how to distribute functionality? 1
Three stupid C questions: ++,... 23
Just a question on .NET + C# 1
Stupid Question 2
Stupid OpenStruct question 8
Three stupid C questions 16

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top