>> 참조: http://msdn.microsoft.com/en-us/library/bb822049.aspx
Client OS 버전(기반) 차이
- Windows 8: .NET Framework 4.5
- Windows 8.1: .NET Framework 4.5.1
Server OS 버전(기반) 차이
- Windows Server 2012: .NET Framework 4.5
- Windows Server 2012 R2: .NET Framework 4.5.1
Visual Studio 버전(기반) 차이
- Visual Studio 2012: .NET Framework 4.5
- Visual Studio 2013: .NET Framework 4.5.1
참고로,
.NET Framework 4.5와 4.5.1의 특징에 대해 상세하게 기술되어 있는 링크를 모아서 정리해봤다.
.NET Framework 4.5의 특징What's New in the .NET Framework 4.5Five Great .NET Framework 4.5 Features- 설치 시 버전 탐지 및 자동 종료로 재부팅 줄임- 2GB 이상 배열 지원(x64 환경)- 백그라운드 GC 수집으로 성능 향상- 백그라운드 JIT 컴파일- 정규식 시간 제한- 기본 환경 정의- 콘솔 응용 프로그램 유니코드 지원- Zip 압축 지원- 병렬 컴퓨팅(Parallel Computing)- WebSocket 지원- 비동기 HttpModule, HttpHandler- 기타 더 많은 기능(WPF, WCF, WF 등)- Windows Store App>> 참조: http://31daysofwindows8.com/
.NET Framework 4.5.1의 특징
What's New in the .NET Framework 4.5.1
>> 참조: http://msdn.microsoft.com/en-us/library/ms171868.aspx#v451
New Types and Members in the .NET Framework 4.5.1- 더 많은 Windows Store App 지원
- 성능 및 디버깅 향상
>> 참조: http://msdn.microsoft.com/library/e3245b37-8e2e-4200-ba84-133726e95f1f(v=vs.120).aspx
>> 참조: http://blogs.msdn.com/b/dotnet/archive/2013/06/26/announcing-the-net-framework-4-5-1-preview.aspx
- 자동 바인딩 전환(automatic binding redirection)- ASP.NET 4.5.1
'Tech: > .NET·C#' 카테고리의 다른 글
PushSharp APNS "SSPI를 호출하지 못했습니다" 오류 (1) | 2014.04.23 |
---|---|
ASP.NET 웹 서비스와 일반 Javascript Ajax (0) | 2014.04.11 |
SEED 활용 - 전자서명 (6) | 2014.03.26 |
SEED C# 소스 (33) | 2014.03.25 |
AJAX Control Toolkit: NoBot (0) | 2014.03.21 |