Help needed in the Interface sharing

R

Raghu Raman

Hi,

I have created an Interface class in the c#.net for Asp.net and we make
this interface to be inheritted by a class . It is working nice.

My probs is , i want to make this interface globally

available to all our LAN Network, so that all the other guys could use
my interface for their modules in their system.

Could u please tell ,how to do it.

With thanks
A drop in the Ocean.
 
S

Scott Allen

Hi Raghu:

Do you have a source control system like CVS or Visual Source Safe
where you can store your code and let others pull it down?
 
R

Raghu Raman

Hi,Allen

I could see the VSS,Independent developer,custom in the Tools -options
Menu.Is it enough for u r query ?(may be am childish ,pls forgive me).If
not pls tell me what i have to do .Normally we don't have a practise as
such u asked.But am trying to do so.


We simply developing the pages separately in other system.After the
completion & testing ,we ll join it together .

I do agree that VVS should be implemented for centralisation & security
. since we r a growing concern , i am taking the initiatives to
implement VSS .


** pls tell me what i have to do **

With Thanks
Raghu
 
S

Scott Allen

The first step would be to read about some source control basics and
get the terminology down. Here is one good start:
http://software.ericsinkc.om/scm/

As for getting other developers to use your code:

It is really more about process and communication than the tools. You
have to let other developers know you have code for them to use, you
have to provide documentation on when and where to use it. You might
consider drafting a coding standard for developers to follow and
include what bases to build on.

HTH,
 
R

Raghu Raman

Hi Allen Greetings,

I do agree that and i ll go thru u r suggestions about the practice.

I should tell to my people to use the common classes & procedures made
.If they are allowed to just copy the interfaces & classes ,Unknowingly
or knowingly they might change or add new interfaces & class , inturn
which might result in the conflict between the classes they have with
others .

For that a common global place is needed from where they could make use
of it.

Even it may be quite good , if the interface made as dll registeredin
their machine and they could make use of it like we are using
system.data,system.web.UI.


So, Could u pls tell me any method available to register interfaces &
blobally written class as the dll or any thing.


With Regards
Raghu
 

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