Microsoft .NET Framework 4.0 - Final - منتديات موقع الميزان
موقع الميزان السلام عليك أيتها الصدِّيقة الشهيدة يا زهراء السيد جعفر مرتضى العاملي
يا مُمْتَحَنَةُ امْتَحَنَكِ اللهُ الَّذي خَلَقَكِ قَبْلَ اَنْ يَخْلُقَكِ، فَوَجَدَكِ لِمَا امْتَحَنَكِ صابِرَةً، وَزَعَمْنا اَنّا لَكِ اَوْلِياءُ وَمُصَدِّقُونَ وَصابِرُونَ لِكُلِّ ما اَتانا بِهِ اَبُوكِ صَلَّى اللهُ عَلَيْهِ وَآلِهِ وَاَتى بِهِ وَصِيُّهُ، فَاِنّا نَسْأَلُكِ اِنْ كُنّا صَدَّقْناكِ إلاّ اَلْحَقْتِنا بِتَصْديقِنا لَهُما لِنُبَشِّرَ اَنْفُسَنا بِاَنّا قَدْ طَهُرْنا بِوَلايَتِكِ بِسْمِ اللهِ الرَّحْمنِ الرَّحِيمِ * ادْعُ إِلِى سَبِيلِ رَبِّكَ بِالْحِكْمَةِ وَالْمَوْعِظَةِ الْحَسَنَةِ وَجَادِلْهُم بِالَّتِي هِيَ أَحْسَنُ إِنَّ رَبَّكَ هُوَ أَعْلَمُ بِمَن ضَلَّ عَن سَبِيلِهِ وَهُوَ أَعْلَمُ بِالْمُهْتَدِينَ * صَدَقَ اللّهُ الْعَلِيُّ الْعَظِيمُ – منتديات موقع الميزان للدفاع عن الصدِّيقة الشهيدة فاطمة الزهراء صلوات الله عليها – منهاجنا الحوار الهادف والهادئ بعيداً عن الشتم والذم والتجريح ولا نسمح لأحد بالتعرض للآخرين وخصوصاً سب الصحابة أو لعنهم وهذا منهاج مراجعنا العظام والعلماء الأعلام حفظ الله الأحياء منهم ورحم الماضين
 
اضغط هنا
اضغط هنا اضغط هنا اضغط هنا
اضغط هنا
عداد الزوار
العودة   منتديات موقع الميزان .: الميزان التقني والفني :. ميزان الكمبيوتر والأنترنت والجوال (الخليوري)
ميزان الكمبيوتر والأنترنت والجوال (الخليوري) برامج - تقنيات - تحديثات - أسرار الحاسوب والموبايل

إضافة رد
كاتب الموضوع سليلة العترة مشاركات 0 الزيارات 3299 انشر الموضوع
   
أدوات الموضوع ابحث في الموضوع

سليلة العترة
الصورة الرمزية سليلة العترة
مشرفة
رقم العضوية : 6081
الإنتساب : Sep 2009
المشاركات : 978
بمعدل : 0.17 يوميا
النقاط : 227
المستوى : سليلة العترة is on a distinguished road

سليلة العترة غير متواجد حالياً عرض البوم صور سليلة العترة



  مشاركة رقم : 1  
المنتدى : ميزان الكمبيوتر والأنترنت والجوال (الخليوري)
افتراضي Microsoft .NET Framework 4.0 - Final
قديم بتاريخ : 23-May-2010 الساعة : 09:24 PM

اللهم صل على محمد وآل محمد وعجل فرجهم والعن أعدائهم


اللهم صلي على محمد وآل محمد وعجل فرجهم والعنأعدائهم

Microsoft .NET Framework 4.0 - Final



الاصدار النهائي من برنامج نت فريمورك الاصدار الرابع

البرنامج الهام لتشغيل جميع تطبيقات برامج ميكروسوفت



كود PHP

			
Supported Operating SystemsWindows 7Windows Server 2003 R2 (32-Bit x86); Windows Server 2003 R2 x64 editionsWindows Server 2003 Service Pack 2Windows Server 2008 R2Windows Server 2008 Service Pack 2Windows Vista Service Pack 2Windows XP Service Pack 3.


Visual Studio 2010 
and .NET Framework 4 mark the next generation of developer tools from MicrosoftIts focuses on the core pillars of developer experiencesupport for the latest platformstargeted experiences for specific application types, and core architecture improvementsThe Microsoft .NET Framework is a software component which can be added to the Microsoft Windows operating systemIt provides a large body of pre-coded solutions to common program requirements, and manages the execution of programs written specifically for the frameworkThe .NET Framework is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platformThe pre-coded solutions in the namespaces form the framework's class library and cover a large range of programming needs in areas including the user interface, data access, cryptography, web application development, numeric algorithms, and network communications.


The functions of the class library are used by programmers who combine them with their own code to produce applications.
Programs written for the .NET Framework execute in a software environment that manages the program'
s runtime requirementsThis runtime environmentwhich is also a part of the .NET Frameworkis known as the Common Language Runtime (CLR). The CLR provides the appearance of an application virtual machineso that programmers need not consider the capabilities of the specific CPU that will execute the programThe CLR also provides other important services such as security mechanismsmemory management, and exception handlingThe class library and the CLR together compose the .NET FrameworkThe framework is intended to make it easier to develop computer applications and to reduce the vulnerability of applications and computers to security threats.

The Microsoft .NET Framework 4 provides the following new features and improvements:
Improvements in Common Language Runtime (CLR) and Base Class Library (BCL)
o Performance improvement including better multicore supportbackground garbage collection, and profiler attach on server.
New memory mapped file and numeric types.
o Easier debugging including dump debuggingWatson minidumpsmixed mode debugging for 64 bit and code contracts.
For a comprehensive list of enhancements to CLR and BCL go here.
Innovations in the Visual Basic and C# languages, for example statement lambdas, implicit line continuations, dynamic dispatch, and named/optional parameters.
Improvements in Data Access and Modeling
o The Entity Framework enables developers to program against relational databases using 
.NET objects and Language Integrated Query (LINQ). It has many new featuresincluding persistence ignorance and POCO supportforeign key associationslazy loadingtest-driven development supportfunctions in the model, and new LINQ operatorsAdditional features include better n-tier support with self-tracking entitiescustomizable code generation using T4 templatesmodel first developmentan improved designer experiencebetter performance, and pluralization of entity sets. For more information go here.
o WCF Data Services is a component of the .NET Framework that enables you to create REST-based services and applications that use the Open Data Protocol (ODatato expose and consume data over the WebWCF Data Services has many new featuresincluding enhanced BLOB supportdata bindingrow countfeed customizationprojections, and request pipeline improvementsBuilt-in integration with Microsoft Office 2010 now makes it possible to expose Microsoft Office SharePoint Server data as an OData feed and access that data feed by using the WCF Data Services client library. For more information go here.
Enhancements to ASP.NET
o More control over HTML
element IDs and custom CSS that make it much easier to create standards-compliant and SEO-friendly web forms.
New dynamic data features including new query filtersentity templatesricher support for Entity Framework 4, and validation and templating features that can be easily applied to existing web forms.
o Web forms support for new AJAX library improvements including built-in support for content delivery networks (CDNs).
For a comprehensive list of enhancements to ASP.NET go here.
Improvements in Windows Presentation Foundation (WPF)
o Added support for Windows 7 multi-touchribbon controls, and taskbar extensibility features.
o Added support for Surface 2.0 SDK.
New line-of-business controls including charting controlsmart editdata grid, and others that improve the experience for developers who build data centric applications.
o Improvements in performance and scalability.
o Visual improvements in text claritylayout pixel snappinglocalization, and interoperability.
For a comprehensive list of enhancements to WPF go here.
Improvements to Windows Workflow (WFthat enable developers to better host and interact with workflowsThese include an improved activity programming modelan improved designer experiencenew flowchart modeling stylean expanded activity paletteworkflow-rules integration, and new message correlation featuresThe .NET Framework 4 also offers significant performance gains for WF-based workflows. For a comprehensive list of enhancements to WF go here.
Improvements to Windows Communication Foundation (WCFsuch as support for WCF Workflow Services enabling workflow programs with messaging activitiescorrelation supportAdditionally, .NET Framework 4 provides new WCF features such as service discoveryrouting serviceREST supportdiagnostics, and performance. For a comprehensive list of enhancements to WCF go here.
Innovative new parallel-programming features such as parallel loop supportTask Parallel Library (TPL), Parallel LINQ (PLINQ), and coordination data structures which let developers harness the power of multi-core processors




Homepage -
http://msdn.microsoft.com/netframework/


تحميل منصب البرنامج الحجم 869 ك.ب
ONLINE install


OFFLINE install
رابط التحميل للنسخة كاملة
الحجم 48.1 م.ب


إضافة رد


أدوات الموضوع ابحث في الموضوع
ابحث في الموضوع:

بحث متقدم

ضوابط المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا يمكنك اضافة مرفقات
لا يمكنك تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة


 

 


المواضيع والمشاركات التي تطرح في منتديات موقع الميزان لا تعبر عن رأي المنتدى وإنما تعبر عن رأي كاتبيها فقط
إدارة موقع الميزان
Powered by vBulletin Copyright © 2017 vBulletin Solutions, Inc