473,473 Members | 2,193 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

100% Managed Code

Hi Everyone,

What dose it mean when a company advertises 100% .net managed code. For
example
I found a company offering a PDF generation control that they claim is 100%
..net managed code. Does that mean that they don't use any adobe api calls.
To my understanding the PDF kits I have purchased in the past have been ocx
files that provide easy access to the underlying Adobe API functions. Am I
correct in thinking that these .net controls do the same thing?

Just curious,

--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 21 '05 #1
4 1813
Frank,

If they advertise it as 100% managed code, then that means they probably don't use Interop to use the Adobe API. However, I've also seen companies that build .NET components advertise their products as being 100% managed code, when they are using Interop to talk to existing COM objects and what not. They just kind of feel that since the code they wrote was in .NET, that its 100% managed...entirely not true though.

I'd be a little fishy about it, and check things out..maybe even followup with their sales team just to find out for sure.

Matt Hawley, MCAD .NET
http://www.eworldui.net

nntp://msnews.microsoft.com/microsoft.public.dotnet.general/<40********@127.0.0.1>

Hi Everyone,

What dose it mean when a company advertises 100% .net managed code. For
example
I found a company offering a PDF generation control that they claim is 100%
.net managed code. Does that mean that they don't use any adobe api calls.
To my understanding the PDF kits I have purchased in the past have been ocx
files that provide easy access to the underlying Adobe API functions. Am I
correct in thinking that these .net controls do the same thing?

Just curious,

--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Related...
Jul 21 '05 #2
I would certainly agree with what you are saying... however in this
particular case it shouldn't be all that surprising since the PDF file
format is freely published.

http://www.adobe.com/products/acrobat/adobepdf.html

-mdb

"Matt Hawley" <mhawley@!n!o!s!p!a!m.integrityts.com> wrote in
news:uO*************@TK2MSFTNGP10.phx.gbl:
Frank,

If they advertise it as 100% managed code, then that means they
probably don't use Interop to use the Adobe API. However, I've also
seen companies that build .NET components advertise their products as
being 100% managed code, when they are using Interop to talk to
existing COM objects and what not. They just kind of feel that since
the code they wrote was in .NET, that its 100% managed...entirely not
true though.

I'd be a little fishy about it, and check things out..maybe even
followup with their sales team just to find out for sure.

Jul 21 '05 #3
I'm definately not arguing with that...just wanted him to be aware that some companies misuse (and overuse) the "100% managed code" phrase.

Matt Hawley, MCAD .NET
http://www.eworldui.net

I would certainly agree with what you are saying... however in this
particular case it shouldn't be all that surprising since the PDF file
format is freely published.

http://www.adobe.com/products/acrobat/adobepdf.html

-mdb

"Matt Hawley" <mhawley@!n!o!s!p!a!m.integrityts.com> wrote in
news:uO*************@TK2MSFTNGP10.phx.gbl:
Frank,

If they advertise it as 100% managed code, then that means they
probably don't use Interop to use the Adobe API. However, I've also
seen companies that build .NET components advertise their products as
being 100% managed code, when they are using Interop to talk to
existing COM objects and what not. They just kind of feel that since
the code they wrote was in .NET, that its 100% managed...entirely not
true though.

I'd be a little fishy about it, and check things out..maybe even
followup with their sales team just to find out for sure.


Jul 21 '05 #4
PS - I just wrote a nice long rant about this topic at: http://weblogs.asp.net/mhawley/archi...05/107776.aspx

Matt Hawley, MCAD .NET
http://www.eworldui.net

I'm definately not arguing with that...just wanted him to be aware that some companies misuse (and overuse) the "100% managed code" phrase.

Matt Hawley, MCAD .NET
http://www.eworldui.net

I would certainly agree with what you are saying... however in this
particular case it shouldn't be all that surprising since the PDF file
format is freely published.

http://www.adobe.com/products/acrobat/adobepdf.html

-mdb

"Matt Hawley" <mhawley@!n!o!s!p!a!m.integrityts.com> wrote in
news:uO*************@TK2MSFTNGP10.phx.gbl:
Frank,

If they advertise it as 100% managed code, then that means they
probably don't use Interop to use the Adobe API. However, I've also
seen companies that build .NET components advertise their products as
being 100% managed code, when they are using Interop to talk to
existing COM objects and what not. They just kind of feel that since
the code they wrote was in .NET, that its 100% managed...entirely not
true though.

I'd be a little fishy about it, and check things out..maybe even
followup with their sales team just to find out for sure.

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Frank Wisniewski | last post by:
Hi Everyone, What dose it mean when a company advertises 100% .net managed code. For example I found a company offering a PDF generation control that they claim is 100% ..net managed code. ...
4
by: Urs Vogel | last post by:
Hi My appserver (winservice.exe, runs as a Windows Service), made of 100% .Net C# code, crashes occasionally (on one machine only), giving the following DrWatson message: Ereignistyp: ...
2
by: asanford | last post by:
We use StackWalk(StackWalk64) from dbghelp.dll to walk our callstacksas needed, using the various Sym* methods (SymGetSymFromAddr, SymGetLineFromAddr) to resolve source file, function name, and...
4
by: William F. Kinsley | last post by:
My understanding is that when I re-compile a existing MFC application with the /clr switch, that the code generated is managed(with some exceptions) but that the data isn't, i.e. not garbage...
14
by: bill salkin | last post by:
The simple VB.NET loop: for i = 1 to 30000000 ' do something next drives the CPU on my computer to 100% utilization for the duration of the loop. (Several minutes) How can I modify this...
4
by: Helge Jensen | last post by:
In C# 2.0 System.IO.Stream is declared as: public class Stream: ..., IDisposable { ... public void Dispose(); public void Dispose(bool); IDisposable.Dispose(); } Which must be a...
9
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, Today, an interesting thing happened to me. When I am doing the test of an asp program, one of the pages(which I submitted several ten times before, no problem at all) caused our server...
3
by: Klaus | last post by:
Hi, I have an existing VC 6 MFC application which communicates asynchronly with a VC 2005 managed code dll. I use an unmanaged base class with virtual functions to access methods in the MFC...
7
by: Danny Ni | last post by:
Hi, I inherited a web project from other programmer. I notice on my dev machine every time I request a page in IE or FF the CPU jumps to 100%, all utilized by asp_wp.exe. I did some...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.