مایکروسافت دات نت فریمورک / Microsoft .NET Framework 4.5.2 32&64bit

Microsoft .NET Framework 4.5.2 32&64bit
مایکروسافت دات نت فریمورک

  • کاربرد : نرم افزار بسته توزیع مجدد دات نت فریم ورک
  • نسخه :Version 4.5.2
  • نوع فایل : نرم افزار
  • زبان : انگلیسی
  • سیستم عامل : Windows 32bit & 64bit
  • تولید کننده : Microsoft
  • سال تولید : 2015

توضیحات

بسیاری اوقات بعد از نصب انواع نرم افزارها با این پیغام مواجه می‌شویم که برنامه‌ای به نام Microsoft .NET Framework بر روی سیستم ما نصب نشده است و یا نرم افزار به نسخه خاصی از این برنامه نیاز دارد، در نتیجه نرم افزار ما به درستی کار نخواهد کرد و خطاهای متعددی می‌دهد؛ به همین جهت لازم است بدانیم این برنامه چیست و چرا نصب بودن آن تا این حد حائز اهمیت است.

Microsoft .NET Framework Redistributable Package به زبانی ساده یک چارچوب نرم افزاری است که توسط شرکت مایکروسافت ارائه و در درجه اول بر روی سیستم عامل ویندوز نصب می‌شود، چارچوب دات‌نت شامل کتاب خانه‌های وسیع و زبان‌های مختلف برنامه نویسی است که سهولت زیادی در برنامه نویسی برای توسعه دهندگان به همراه می‌آورد.

نصب کردن این نرم افزار بر روی سیستم یکی از ضروریات کارکرد با ویندوز است، چرا که برنامه‌های زیادی با فریمورک دات نت نوشته شده‌اند، که اینگونه برنامه‌ها برای این که اجرا شوند نیاز به فایل‌هایی دارند که توسط این برنامه به سیستم اضافه می‌شوند.

به همین دلیل پیشنهاد می‌شود که حتماً تمامی نسخه‌های مورد نیاز را نصب نموده تا جلوی بسیاری از پیغام‌های خطا را بگیرید.
دلیل تعدد نسخه‌های مختلف این نرم افزار چیست؟ آیا نصب چند نسخه مشکلی ایجاد می‌کند؟
مایکروسافت در هر نسخه از این بسته، قابلیت‌های جدیدی را معرفی می‌کند و طیف ویژگی‌های نرم افزاری این برنامه را افزایش می‌دهد.
متاسفانه در گذشته هر نسخه جدید از این بسته قابلیت سازگاری با نسخه‌های پیشین قبل از خود را نداشت و در حال حاضر نیز هر نسخه به صورت کاملاً مستقل عمل می‌کند بدون آن که در کار هر یک خللی ایجاد کنند.- توضیح برخی نکات راجع به نسخه‌های مختلف :
- نسخه‌های 1.0 و 1.1 بسیار قدیمی بوده، در حال حاضر فقط بر روی ویندوز XP پشتیبانی می‌شود و نصب آن جز در مواقع ضروری پیشنهاد نمی‌شود.

- نسخه‌های 4.0 به بعد از ویندوز XP پشتیبانی نمی‌کنند، در نتیجه جدیدترین نسخه قابل نصب بر روی ویندوز XP نسخه 4.0 است.

- بسته توزیع مجدد «3.5 سرویس پک 1» شامل تمامی نسخه‌ها و آپدیت‌های 2.0 و 3.0 و 3.5 است و در صورت نصب این نسخه نیازی به نصب نسخه‌های 2.0 و 3.0 نیست؛ این بسته به طور پیش فرض بر روی ویندوزهای 7 و 8 و 8.1 از قبل نصب شده و نیازی به نصب مجدد ندارد.

- نسخه 4.6 قابلیت پشتیبانی از نسخه‌های قبلی 4 را دارد و در صورت نصب نسخه 4.6 نیازی به نصب نسخه 4.0 و 4.5 و 4.5.1 و 4.5.2 نیست.

Description

Microsoft .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for .NET Framework execute in a software environment (as contrasted to hardware environment), known as the Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling. The class library and the CLR together constitute .NET Framework.

.NET Framework's Base Class Library provides user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. Programmers produce software by combining their own source code with .NET Framework and other libraries. .NET Framework is intended to be used by most new applications created for the Windows platform. Microsoft also produces an integrated development environment largely for .NET software called Visual Studio.
Microsoft .NET Framework Design Features:
Interoperability
Because computer systems commonly require interaction between newer and older applications, .NET Framework provides means to access functionality implemented in newer and older programs that execute outside .NET environment. Access to COM components is provided in the System.Runtime.InteropServices and System.EnterpriseServices namespaces of the framework; access to other functionality is achieved using the P/Invoke feature.

Common Language Runtime engine
The Common Language Runtime (CLR) serves as the execution engine of .NET Framework. All .NET programs execute under the supervision of the CLR, guaranteeing certain properties and behaviors in the areas of memory management, security, and exception handling.

Language independence
.NET Framework introduces a Common Type System, or CTS. The CTS specification defines all possible data types and programming constructs supported by the CLR and how they may or may not interact with each other conforming to the Common Language Infrastructure (CLI) specification. Because of this feature, .NET Framework supports the exchange of types and object instances between libraries and applications written using any conforming .NET language.

Base Class Library
The Base Class Library (BCL), part of the Framework Class Library (FCL), is a library of functionality available to all languages using .NET Framework. The BCL provides classes that encapsulate a number of common functions, including file reading and writing, graphic rendering, database interaction, XML document manipulation, and so on. It consists of classes, interfaces of reusable types that integrates with CLR (Common Language Runtime).

Simplified deployment
.NET Framework includes design features and tools which help manage the installation of computer software to ensure it does not interfere with previously installed software, and it conforms to security requirements.

Security
The design addresses some of the vulnerabilities, such as buffer overflows, which have been exploited by malicious software. Additionally, .NET provides a common security model for all applications.

Portability
While Microsoft has never implemented the full framework on any system except Microsoft Windows, it has engineered the framework to be platform-agnostic, and cross-platform implementations are available for other operating systems (see Silverlight and the Alternative implementations section below). Microsoft submitted the specifications for the Common Language Infrastructure (which includes the core class libraries, Common Type System, and the Common Intermediate Language), the C# language, and the C++/CLI language to both ECMA and the ISO, making them available as official standards. This makes it possible for third parties to create compatible implementations of the framework and its languages on other platforms.

just install

اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری