473,513 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
+ 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 1821
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
220
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
4744
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
7248
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
5708
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
4120
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
2021
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
3809
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
4684
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
1489
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
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7157
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
7379
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,...
0
7535
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7098
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
5682
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3232
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...
1
798
muto222
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.