Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Component Services / February 2006

Tip: Looking for answers? Try searching our database.

.Net Components?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Karl - 11 Feb 2006 11:42 GMT
I've been handed a VISIO drawing which documents a proposed architecture
 of a possible SQL Server/Sharepoint project. This drawing has a
blackbox labeled ".Net Components".

What are those exactly?

When I asked, I was told that they are like webservices except they
don't use SOAP/XML for the messaging protocol. What they use, they
didn't know.

Can someone please give me a little background and a link or two? When I
searched the MS Knowledgebase, I didn't come up with anything that
looked as if it applies.

TIA.
amanjit.singh.gill@googlemail.com - 18 Feb 2006 15:31 GMT
Greetings Karl,

A component is always code that distinguishes itself from normal code
in the way it is physically deployed (aka plumbing) and in the way it
is accessed from the outside

I guess they are reffering to "Serviced Components" (see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conservicedcomponentoverview.asp
)
, which are basically .NET objects taking advantages of the COM+
environment. These are usually deployed on a server ("Application
server" idiom), taking advantage of transcations, object pooling and
security.

If you want to develop a component that has primarily a visual
representation, is accessible from the outside via getters and setters
and via .NET remoting (basically RPC but more)  then take a look at the
Component and the IComponent interface
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemcomponentmodelcomponentclasstopic.asp
).

If you consider plumbing assemblies with various functionality into an
existing application, A .NET Assembly is also a component (in the
library sense).

Greetings
Amanjit Gill

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.