Click here to Skip to main content
15,905,414 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Installshield Pin
James T. Johnson2-Feb-02 20:27
James T. Johnson2-Feb-02 20:27 
GeneralSmart Device Extensions Pin
Tim Ranker31-Jan-02 12:45
Tim Ranker31-Jan-02 12:45 
GeneralRe: Smart Device Extensions Pin
James T. Johnson31-Jan-02 14:38
James T. Johnson31-Jan-02 14:38 
GeneralRe: Smart Device Extensions Pin
Tim Ranker31-Jan-02 15:52
Tim Ranker31-Jan-02 15:52 
GeneralMDI Form.Show destroys Form.Location Pin
30-Jan-02 7:33
suss30-Jan-02 7:33 
GeneralRe: MDI Form.Show destroys Form.Location Pin
James T. Johnson30-Jan-02 9:53
James T. Johnson30-Jan-02 9:53 
QuestionStill COM+ in .NET for multi-thiered programming? Pin
Amanjit Gill27-Jan-02 5:52
Amanjit Gill27-Jan-02 5:52 
AnswerRe: Still COM+ in .NET for multi-thiered programming? Pin
Andres Manggini15-Feb-02 14:22
Andres Manggini15-Feb-02 14:22 
Com+ is fundamental in distributed computing, whether you use .NET or not, the services provided by Com+ are the fundamental thing (like distributed transactions, object pooling, the easy thread development architecture, etc..), which were not supplanted by any new technology (yet).
In .NET you can write Serviced Components (this are the Com+ components that we write today in Visual C++, Visual Basic,..), these will run inside Com+ and can take advantage of the services provided by it.

Right now there isn't support for statefull components, in the sense of J2EE, but microsoft it's working on a new technology that permits something like this, I can't remember the name (something like "Object Space" or so).

The idea of statefull componentes is just the opposite to the spirit of Com+, where one of the rules is "do not maintain state" (see Transactional COM+: Building Scalable Applications by Tim Ewald http://www.amazon.com/exec/obidos/ASIN/0201615940/qid%3D1013822174/ref%3Dsr%5F11%5F0%5F1/103-4000867-4379823)

Hope this clarify a bit.
(and sorry about my english Smile | :)








Andres Manggini.
Buenos Aires - Argentina.
QuestionCan I use VC .NET to develop traditional mfc apps? Pin
25-Jan-02 3:14
suss25-Jan-02 3:14 
AnswerRe: Can I use VC .NET to develop traditional mfc apps? Pin
NormDroid25-Jan-02 3:31
professionalNormDroid25-Jan-02 3:31 
GeneralRe: Can I use VC .NET to develop traditional mfc apps? Pin
Hadi Rezaee27-Jan-02 10:03
Hadi Rezaee27-Jan-02 10:03 
GeneralRe: Can I use VC .NET to develop traditional mfc apps? Pin
NormDroid27-Jan-02 21:37
professionalNormDroid27-Jan-02 21:37 
GeneralRe: Can I use VC .NET to develop traditional mfc apps? Pin
28-Jan-02 4:08
suss28-Jan-02 4:08 
QuestionUsing VC6 and VS.NET on the same machine? Pin
Aza24-Jan-02 0:22
Aza24-Jan-02 0:22 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
Peter Stephens24-Jan-02 6:52
Peter Stephens24-Jan-02 6:52 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
Not Active24-Jan-02 7:18
mentorNot Active24-Jan-02 7:18 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
James T. Johnson24-Jan-02 12:14
James T. Johnson24-Jan-02 12:14 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
Tim Smith24-Jan-02 12:23
Tim Smith24-Jan-02 12:23 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
Valer BOCAN24-Jan-02 21:51
Valer BOCAN24-Jan-02 21:51 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
Nish Nishant24-Jan-02 23:06
sitebuilderNish Nishant24-Jan-02 23:06 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
Aza25-Jan-02 2:23
Aza25-Jan-02 2:23 
AnswerRe: Using VC6 and VS.NET on the same machine? Pin
19-Feb-02 20:43
suss19-Feb-02 20:43 
GeneralPrivate Assemblies + Security - pls help Pin
Tariq21-Jan-02 20:00
Tariq21-Jan-02 20:00 
GeneralConfiguration Error Pin
19-Jan-02 14:30
suss19-Jan-02 14:30 
GeneralRe: Configuration Error Pin
James T. Johnson19-Jan-02 18:31
James T. Johnson19-Jan-02 18:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.