Re: A question of design



If you have Visual Studio, check out the documentation regarding "Class
Library" Projects. The "Class Library" template is one of the New Project
templates that are available.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.

"Shawn" <bossman100@xxxxxxxxxxx> wrote in message
news:%23dS3$1iFGHA.3000@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks.
> Do you know any good articles on the area, or books for that matter? I
> really need to get myself up to date on this.
>
> Shawn
>
> "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:Ol3zuxgFGHA.3176@xxxxxxxxxxxxxxxxxxxxxxx
> A DLL is a file. A class is software. The software must reside in a file,
> which would be a DLL or executable. In this case, it would be a DLL, or,
> in
> Visual Studio, a Class Library.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> You can lead a fish to a bicycle,
> but it takes a very long time,
> and the bicycle has to *want* to change.
>
> "Shawn" <bossman100@xxxxxxxxxxx> wrote in message
> news:%23HSzV1eFGHA.3268@xxxxxxxxxxxxxxxxxxxxxxx
>> Ok, but how do I actually do it? Do I create a class that communicates
>> with
>> the web service and use that class from the interface or do I make a dll
>> and
>> refer to it from Visual Studio? Or some other way maybe?
>>
>> As you undoubtedly have figured out by now I've never done this before
>> :-)
>>
>> Thanks,
>> Shawn
>>
>>
>>
>>
>>
>> "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:%23xCRMPeFGHA.2012@xxxxxxxxxxxxxxxxxxxxxxx
>> You should always design your business classes without an interface
>> (other
>> than a programming interface) in mind. Then you can implement any type of
>> external user or software interface to make use of them.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> You can lead a fish to a bicycle,
>> but it takes a very long time,
>> and the bicycle has to *want* to change.
>>
>> "Shawn" <bossman100@xxxxxxxxxxx> wrote in message
>> news:uvhQoPdFGHA.3064@xxxxxxxxxxxxxxxxxxxxxxx
>>> Hi.
>>>
>>> Our company and one of our contractors are going to exchange data
>>> between
>>> our financial systems. The contractor has set up a web service so that
>>> I
>>> can download and upload data between the systems. The data is to be
>>> exchanged in two ways. Sometime during the night the application should
>>> start and download/upload everything that has changed during that day.
>>> In
>>> addition to that they want me to create a web application they can
>>> access
>>> at
>>> any time and download data that is needed immediately.
>>>
>>>
>>>
>>> What is the best way to do this? Should I just create a dll that
>>> contains
>>> all the methods needed and then use that from both the web application
>>> and
>>> the windows application that should be started during the night?
>>>
>>>
>>>
>>> Any help is greatly appreciated!
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Shawn
>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>


.



Relevant Pages

  • Re: VS 2005 LoaderLock problem
    ... >> Microsoft MVP ... >> .Net Developer ... >> You can lead a fish to a bicycle, ...
    (microsoft.public.dotnet.framework)
  • Re: What are the possible reasons for this error?
    ... ..Net Developer ... You can lead a fish to a bicycle, ... but you can't make it stink. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: 2005 Differences in a nutshell?
    ... and the bicycle has to *want* to change. ... >> Kevin Spencer ... >> .Net Developer ... >> You can lead a fish to a bicycle, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Response.OutputStream
    ... and the bicycle has to *want* to change. ... >> Microsoft MVP ... >> .Net Developer ... >> You can lead a fish to a bicycle, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: dll names
    ... You can lead a fish to a bicycle, ... and the bicycle has to *want* to change. ... >I renamed my project and solution and rebuild the solution again but the ... How do I get the dll to be created with the ...
    (microsoft.public.vsnet.general)