About DLL Addin

  • Thread starter Thread starter TusharP
  • Start date Start date
T

TusharP

Hi friends,
I, Tushar Patil, doing project using C#,MS-SQL server.
I want to develope project with one functionality & send it to my
client.(Setup)
Next time when I develope additional functionality, I just want to send dll
to my client.(just like AddIn to Outlook) i.e. My new functionality is an
add-in to my client. And he will add this functionality to his installed
Project.
Is .NET support this? Do you any solution for this? Is there is any url
that explain this type of development in details?
 
* "TusharP said:
I, Tushar Patil, doing project using C#,MS-SQL server.
I want to develope project with one functionality & send it to my
client.(Setup)
Next time when I develope additional functionality, I just want to send dll
to my client.(just like AddIn to Outlook) i.e. My new functionality is an
add-in to my client. And he will add this functionality to his installed
Project.
Is .NET support this? Do you any solution for this? Is there is any url
that explain this type of development in details?

That's possible with .NET:

<URL:http://www.codeproject.com/csharp/livecodedotnet.asp>
 

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

Back
Top