3-tier layers

A

Andy

You need to add a reference in the to the assembly in the project.

But you can add a reference to your assembly even if its not in the GAC.
 
D

Dan Aldean

It seems to be a too complicated procedure.


Kevin Spencer said:
That would be done by modifying the system registry.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 
D

Dan Aldean

That's what I tried, to add a reference, but in the .NET tab it does not
show at all.
 
K

Kevin Spencer

Well, Dan, as you've been told, it isn't necessary to put most assemblies in
the GAC. I have never had to myself, and I've written quite a few.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 
G

Guest

Hi Dean,

The best way to learn about n-tier & SOA architectures is through research
and experimentation.

Adhering to standards & best practices will cost you more time initially but
will save you effort in the long run.

To learn about Service Oriented Architectures the number one resource I can
recommend is the WEFLY247 project, microsoft developed this Example enterpise
application for poeple who are new to Visual Studio 2005, if you can come to
grasp the concepts expressed in this project you will be well on your way to
developing professional enterprise application architectures.

http://wefly.learn247.net/

Microsoft also recently released an update of the "Enterprise library" this
is a solution filled with various projects that handle common enterprise
tasks like "Event logging, cahcing etc.

http://go.microsoft.com/fwlink/?linkid=52387&clcid=0x409

Your mail goal, it seems is to learn more about application architectures

http://msdn.microsoft.com/architecture/

And last but not least, a search results list on SOA:

http://www.google.co.za/search?hl=en&q=filetype:pdf++SOA&meta=
 

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