Brief Description
Microsoft .NET Framework 3.5 contains many new features building incrementally upon .NET Framework 2.0 and 3.0, and includes .NET Framework 2.0 service pack 1 and .NET Framework 3.0 service pack 1.
Overview
.NET Framework 3.5 builds incrementally on the new features added in .NET Framework 3.0. For example, feature sets in Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF) and Windows CardSpace. In addition, .NET Framework 3.5 contains a number of new features in several technology areas which have been added as new assemblies to avoid breaking changes. They include the following:
* Deep integration of Language Integrated Query (LINQ) and data awareness. This new feature will let you write code written in LINQ-enabled languages to filter, enumerate, and create projections of several types of SQL data, collections, XML, and DataSets by using the same syntax.
* ASP.NET AJAX lets you create more efficient, more interactive, and highly-personalized Web experiences that work across all the most popular browsers.
* New Web protocol support for building WCF services including AJAX, JSON, REST, POX, RSS, ATOM, and several new WS-* standards.
* Full tooling support in Visual Studio 2008 for WF, WCF, and WPF, including the new workflow-enabled services technology.
* New classes in .NET Framework 3.5 base class library (BCL) that address many common customer requests.
IMPORTANT:
* If you have installed earlier pre-release versions of .NET Framework 3.5, then you must uninstall them prior to running this installation by using Add or Remove Programs.
Download Link:
Microsoft .NET Framework 3.5 (197 mb)
http://download.micr.../dotnetfx35.exe
Before installing .NET Framework 3.5, you need to install Windows Inataller 3.1 Redistributable (v2), here's the download link:
Windows Inataller 3.1 Redistributable (v2)
http://download.micr...3803-v2-x86.exe
MAKING SILENT INSTALLER:
1. Download dotnetfx35.exe and WindowsInstaller-KB893803-v2-x86.exe (links above)
2. Make the batch file with following lines:
Install.bat
@echo off
title Microsoft .NET Framework 3.5
echo.
echo Installing Windows Installer 3.1...
start /wait WindowsInstaller-KB893803-v2-x86.exe /passive /norestart
echo.
echo Installing Microsoft .NET Framework 3.5...
start /wait dotnetfx35.exe /q:a /c:"setup.exe /q /norestart" /norestart
3. Repack using winRAR, make it to extract to the temp folder and to run install.bat after extraction.
4. Installation will take up some time, to verify n check the successful install... go to the Add / Remove Programs in Control Panel, it will list the following files...
.NET Framework 2.0 Service Pack 1 (187 mb)
.NET Framework 3.0 Service Pack 1 (246 mb)
.NET Framework 3.5 (25.3 mb)
Note:
In case you need to install the .NET Framework 1.1, make it sure to install it first and then reboot before installing .NET Framework 3.5
Download Link:
Microsoft .NET Framework 1.1 (23.1 mb)
http://download.micr...06/dotnetfx.exe
MAKING SILENT INSTALLER: (for .net framework 1.1)
1. Download dotnetfx.exe
2. Make the batch file with following lines:
Install.bat
@echo off
title Microsoft .NET Framework 1.1
echo.
echo Installing Microsoft .NET Framework 1.1...
start /wait dotnetfx.exe /q:a /c:"install /l /q"
echo.
cmdow @ /HID
shutdown.exe -r -f -t 30 -c "Windows XP will restart in 30 seconds..."
EXIT
3. Repack using winRAR, make it to extract to the temp folder and to run install.bat after extraction.
REGARDS,
yahoo27



Help

Back to top













