Re: Newbie to COM+



David,

If you are not familiar with the principles of OO design, it would be
better to start from there, as it's something you will need. Apart from
that it, if you would like to invest time on learing COM+, it would be
a good thing to have a firm understanding of the .NET type system, the
differences of reference types vs value types and threading.

Because of the nature of the framework, by checking out the
afformentioned you will have a better understanding of what's happening
under the hood and you could proceed much faster learning the COM+
specific API.

Regards,
Tasos

David Chan Hok Ching wrote:
Hi,

Hello everyone, I'm new to COM+ and I would like to build distributed
applications with .NET. How should I start? What technology should I need to
learn, like XML or OO design?

Please help, thanks.
David Chan

.



Relevant Pages

  • Re: OO Design induces an existential crisis
    ... >> are roughly about 10 times more written on systems software in OO ... easier to move the management of those variations into the database ... > property in the _finished_ design for any single iteration. ... > Implementing a design requires an understanding of all of the principles. ...
    (comp.object)
  • Re: OO Design induces an existential crisis
    ... > examining a set of principles, in detail, and challenging one of them (while ... > I ask you to find the single OO principle that you disagree with. ... > that is pretty good for meeting the principles of both OO design and SOA ... >> more code rework in the device driver examples. ...
    (comp.object)
  • Re: Java is becoming the new Cobol
    ... with very good modular structured techniques. ... and efficient than the vastly bloated, inefficient OO tools we use now. ... other long ago defined structured principles that you are benefitting ... principles of structured design and what it meant really "hit me". ...
    (comp.lang.cobol)
  • Re: My First C# (warning - long post)
    ... and all hold onto the **Single Responsibility Principle. ... Of all the principles of object oriented design, ... People tend to use inheritance for code reuse instead of modelling ...
    (comp.lang.cobol)
  • Re: Comparison and criteria of design quality
    ... Design is mostly art because designers ignore science. ... if you take a look at "Universal Principles of Design" by ... I do, however, agree that there is a lot of art in design. ...
    (comp.object)

Loading