نمایش نتایج 1 تا 28 از 28

نام تاپیک: مقاله: برنامه نویسی ++C/C از نوع Native یا managed ؟

Threaded View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #3
    مراجع:

    http://blogs.msdn.com/vcblog بلاگ تخصصی توسعه دهندگان ویژوال C++‎
    http://msdn2.microsoft.com/en-us/beginner/bb964629.aspx
    http://blogs.msdn.com/somasegar/arch...28/681224.aspx
    http://blogs.msdn.com/texblog/archiv...21/495404.aspx
    http://www.codeplex.com/linqextensions

    و همین طور بسیاری از مقالات مختلف و کتاب های منتشر شده توسط سازندگان همین تکنولوژی ها و مشاوره قبلی با برخی از برنامه نویسان فعال در این زمینه در خارج از کشور.

    دوستانی که دسترسی به اینترنت پر سرعت دارند ،می توانند به لینک زیر در سایت مایکروسافت مراجعه کنند و فیلم اصلی برخی از مطالب به همراه رونوشت های سخنان این فیلم را دریافت کنند:

    http://msdn2.microsoft.com/en-us/beginner/bb964629.aspx

    برای آن دسته از دوستانی که قادر به دریافت آن نیستند بخش اولیه آن مطالب اینجا آورده شده است (بخش های مهم به صورت bold شده نشان داده شده است) :

    A unique thing about the Visual C++‎ Express tool is that it can be used to create 2 different types of Windows applications: “managed” .NET Framework applications as well as “native” applications written specifically for the Windows operating system.

    Let’s clarify these terms “managed” and “native” code:
    -> Native Windows applications can run on 32 or 64-bit computers that are running a version of the Windows Operating system. These types of programs are executed directly by the computer’s CPU (or Central Processing Unit) and so must be written expressly for a specific platform. So when we say “native” code we mean applications that run natively on a particular platform, in this case the Windows operating system. Native programs provide direct access to the operating system and hardware. This gives you a lot of power and performance, but as my Mom always used to say, with power comes responsibility. So when you write native code, you’ll have to be more careful because it’s easy to mess things up - just make sure to follow good programming practices. And like building a house from scratch, you’ll also have to do a lot of the plumbing and framing yourself.
    On the other hand, “managed” code provides a runtime environment called the Common Language Runtime or CLR that shields you from this complexity – it provides a pre-built foundation for you, but by abstracting from the underlying hardware and operating system it has less flexibility and – potentially – slower performance. Managed programs such as Windows Forms applications require that the .NET framework be installed on the target system.
    Here are some of the benefits and drawbacks of each type of program. Keep in mind that these are generalizations and are not true in every scenario:

    Native:

    + Fast performance
    + Smallest footprint
    − More complex to write
    − Dependent on specific platform


    Managed:

    + Portable – runs on any platform with a CLR
    + Easier to write
    − Can run slower
    − May require more system resources


    This means that C++‎ is the language of choice if you want to build high-performance applications or programs that directly access Windows devices or resources.
    Visual C++‎ allows for a lot of flexibility and freedom when writing programs, so you can tailor your code for a specific hardware platform, and you can reference low-level features of the system.
    Because the language gives you so much power, there are more details you should be aware of, as compared to other languages like C#‎ or Visual Basic
    و یک screen shot از فیلم:

    عکس های ضمیمه عکس های ضمیمه
    آخرین ویرایش به وسیله Nima_NF : یک شنبه 21 بهمن 1386 در 01:06 صبح دلیل: افزودن عکس

تاپیک های مشابه

  1. مشکل در به کارگیری Native های ساخته شده توسط Ngen
    نوشته شده توسط saberamani در بخش برنامه نویسی مبتنی بر Microsoft .Net Framework
    پاسخ: 2
    آخرین پست: سه شنبه 27 مرداد 1388, 16:57 عصر
  2. (Java Native Interface (JNI
    نوشته شده توسط m-khorsandi در بخش مباحث عمومی دلفی و پاسکال
    پاسخ: 4
    آخرین پست: شنبه 31 شهریور 1386, 14:07 عصر
  3. Native and Win32
    نوشته شده توسط Delphi Skyline در بخش برنامه نویسی اسمبلی خانواده x86
    پاسخ: 1
    آخرین پست: جمعه 30 شهریور 1386, 06:49 صبح
  4. مشکل در به کارگیری Native های ساخته شده توسط Ngen
    نوشته شده توسط saberamani در بخش C#‎‎
    پاسخ: 5
    آخرین پست: پنج شنبه 14 دی 1385, 18:18 عصر

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •