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

.NET (Core and Framework)

 
General.NET based portals Pin
Shaun Wilde10-Jun-03 3:41
Shaun Wilde10-Jun-03 3:41 
QuestionHow To: Report on inter-class dependancies?? Pin
jboy9-Jun-03 15:40
jboy9-Jun-03 15:40 
QuestionBitmapeditor? Pin
Stan Shannon9-Jun-03 2:45
Stan Shannon9-Jun-03 2:45 
GeneralMust be simple question for .NET interop gurus here... Pin
igor19608-Jun-03 20:01
igor19608-Jun-03 20:01 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde10-Jun-03 3:36
Shaun Wilde10-Jun-03 3:36 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196010-Jun-03 17:01
igor196010-Jun-03 17:01 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde10-Jun-03 20:59
Shaun Wilde10-Jun-03 20:59 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196011-Jun-03 4:59
igor196011-Jun-03 4:59 
"does the object host the IDispatch interface?" Man, you are probably one of those who got into the crowd of MSFT beleivers that CLR has nothing to do with COM!!!... Sure -- each object and type in CLR hosts IDispatch -- it's just hidden by implementation, but could be exposed at anytime...
From what you are writing I understand you are "language" guy -- casting or not casting -- that something what language allows you to do and not really how it's implemented and if implementation allows you to do that, even if language does not -- then there must be some "trick" to be performed...
As to my original question -- forget it -- I have found an aswer...
About sample -- listen: I'm not reading samples -- I'm usually writing them -- just very few I'm showing to the crowd...

My point was:
.NET is great and no question server site programming could be speed up and improved;
as to the client -- I'm not so sure...

Also:
I'm really pissed of by so many young ".NET GURUS" who invented CLR and who are so proud of themselves and etc... They are claiming that this is the best environment and etc, and so on.... While in reality: no questions they performed nice job in Object Data definition and implementation of endless number of namespaces and componentrs, while I would say very poor one and almost nothing in functional logic...
Just few examples:
1. During 11+ years of COM, standard property browser is not part of OS, however only after 2 years of .NET it is ==> confirms that they did a good job on implementation front, but very poor on COM -- Right???;
2. About poor functional logic: my previous message about stomach problem at night was not an accident -- those hyped "Delegates" -- this is just pure wrong -- Client Doesn't have to subscrive for an event at least on Programming level -- Even if he doesn't -- he still should be notified(1) -- and second -- Ideal Event implementation shouldn't require me as a programmer to write even 1 line of extra code, and of course shouldn't require me to "call base class, or things will not work"... As well as I shouldn't check for delegates to be not null -- and etc., etc., etc....
I'm not proposing any implementation here -- I'm just pointing the fact that CLR implementation is not the best...
3. Exposing WinForm Controls as an ActiveX Controls was dropped -- why???... Somebody was just LAZY -- you have reflection, so you can generate TypeLibrary on the fly -- they are saying that Each Event has different interface, therefore one [default, source] can't be generated -- wrong -- this is just implementation detail -- create an extra object that will advice real .NET component on all outgoing interfaces, collect them in one, create collective type library and send it back to subscriber as one source both for events and collected type library -- why this simple thing han't been done???...


Anyway: the real trouble is -- stupid middle and high level managers are planning to move there developments to new CLR platform -- that's fine for companies that are just starting new developments... This is absolutely stupid for owners of currently successfull client site unmanaged systems... Unfortunately only low level programmers understand this... But it's killing very good products...
Still waitingg for MSFT that is giving advices to those "stupid managers" --to see at least one container application like Excel and/or Word and/or IE written completely as managed!!!....

Any scenario is fine with me though... The more mess MSFT creates the more job for me...hehehehe...

RegardsCry | :(( Big Grin | :-D ;P;)Smile | :)
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous11-Jun-03 5:13
Anonymous11-Jun-03 5:13 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196011-Jun-03 6:39
igor196011-Jun-03 6:39 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde11-Jun-03 8:56
Shaun Wilde11-Jun-03 8:56 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous10118-Jun-03 7:06
Anonymous10118-Jun-03 7:06 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196018-Jun-03 8:51
igor196018-Jun-03 8:51 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous10118-Jun-03 16:58
Anonymous10118-Jun-03 16:58 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196018-Jun-03 19:19
igor196018-Jun-03 19:19 
GeneralFlagsAttribute on enum Pin
Chris Richner8-Jun-03 15:26
Chris Richner8-Jun-03 15:26 
GeneralRe: FlagsAttribute on enum Pin
leppie18-Jun-03 7:12
leppie18-Jun-03 7:12 
General.NET concept Pin
Shah Shehpori8-Jun-03 7:07
sussShah Shehpori8-Jun-03 7:07 
GeneralRe: .NET concept Pin
J. Dunlap8-Jun-03 7:46
J. Dunlap8-Jun-03 7:46 
GeneralRe: .NET concept Pin
Daniel Turini13-Jun-03 10:39
Daniel Turini13-Jun-03 10:39 
GeneralAssembly files Pin
mischextra7-Jun-03 22:33
mischextra7-Jun-03 22:33 
GeneralRe: Assembly files Pin
leppie7-Jun-03 23:06
leppie7-Jun-03 23:06 
Generala very simple question Pin
Anonymous6-Jun-03 7:31
Anonymous6-Jun-03 7:31 
GeneralRe: a very simple question Pin
leppie6-Jun-03 8:53
leppie6-Jun-03 8:53 
Generalusing System.Web.Services; Pin
Anonymous6-Jun-03 6:57
Anonymous6-Jun-03 6:57 

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.