473,320 Members | 1,922 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Help needed in the Interface sharing



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.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
4 978
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?

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Thu, 28 Oct 2004 06:00:14 -0700, Raghu Raman
<ra************@rediffmail.com> wrote:


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.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 18 '05 #2
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


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #3
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,
--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 28 Oct 2004 21:20:42 -0700, Raghu Raman
<ra************@rediffmail.com> wrote:
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


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 18 '05 #4
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


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: PatrickSA | last post by:
Hi, Am new to web services, so apologies for the basic nature of the question - and apologies in advance if this is the wrong newsgroup. We're building a new web service and I'm looking around...
4
by: Jeff T. | last post by:
Hello, I have an existing set of C# classes that encapsulate our application data. They are in a heirachy with each subclass defining more specific types of data. I would like to serialize these...
2
by: Phil | last post by:
How can one share tables over local net where one can read and write to them and others can only read. basically I am unfamiliar with sharing set-up with users, admin etc. Something simple, only...
3
by: Jeffrey | last post by:
Good day all, I have seen so many postings dealing with MS Access as a security risk and other items, yet I see now clear reason why. I would really like someone to point me in the right...
6
by: ~~~ .NET Ed ~~~ | last post by:
Yes, I think so at least... In C# you *can* have static properties which are quite useful when used properly. Now imagine the scenario where you need the ability (sp?) to implement a variety of...
2
by: Andrew S. Giles | last post by:
OK, Ive run my head into this wall for too long. I need help. I am developing an applicaiton in C# to present a user with a GUI to specify a configurable list of machines that he wants to listen...
3
by: DM | last post by:
newbie trying to set up a Database and keep getting the same result. ERROR An error occured while retrieving the information from the database: Unable to cast COM object of type...
2
by: newbievn | last post by:
The code below is from Microsoft MSDN example for DirectShow: CODE #include <dshow.h> void main(void) { IGraphBuilder *pGraph = NULL; IMediaControl *pControl = NULL;
3
by: Daniel Friend | last post by:
I have an application and use custom user controls as plugins. Is there any way to communicate back and forth from control to app. NOTE: The control is not refrenced in the app, it will act as a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.