Top ".net-4.5" questions

Version 4.5 of the Microsoft .NET Framework.

What can I do in C# 5 with .Net 4.5 that I couldn't do in C# 4 with .Net 4?

I have Visual Studio 2012 RC installed on Windows 8 Release Preview and my question is are there any useful new features …

c# .net .net-4.5 c#-5.0 asp.net-4.5
How can I create Setup package for wpf 4.5 application using some script

I need to create install-able setup via scripting for my WPF application. I don't know where to start and what …

c# wpf installation setup-project .net-4.5
authentication and authorizing in ASP.NET MVC 5

Asp.net MVC 5 seems to have left behind using the AuthorizeAttribute class where you could create a custom authorize attribute …

asp.net claims-based-identity asp.net-identity visual-studio-2013 .net-4.5
HTTP Error 403.14 - Forbidden - MVC4 .net 4.5 bundles

I made a MVC4 application with .net 4.5 using razor engine. It works fine when run locally with visual studio. When …

.net asp.net-mvc iis razor .net-4.5
TemporaryGeneratedFile_[guid] in /obj/debug breaking build

I have 3 temporary files being created in obj/debug: E.g. TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5…

asp.net-mvc .net-4.5 stylecop
HTTP HEAD request with HttpClient in .NET 4.5 and C#

Is it possible to create a HTTP HEAD request with the new HttpClient in .NET 4.5? The only methods I can …

c# .net httprequest .net-4.5
Enum Support for Entity Framework Database First

I can find a bunch of tutorials on how to implement enum support for model first and code first like …

.net entity-framework enums .net-4.5 edmx
Error - could not find al.exe using sdkToolsPath

I migrated a Visual Studio 2012 solution to Visual Studio 2015. I'm working on Windows 10. The target .NET Framework of my solution …

c# .net-4.5 visual-studio-2015 windows-10 .net-4.6
MVC and Entity Framework Html.DisplayNameFor with Composite ViewModel

I’m fairly comfortable with MVVM using WPF/Silverlight but this is my first attempt at an MVC Web Application……

c# asp.net-mvc-4 .net-4.5 razor-2
Store String Array with Values in Application Settings

I've modified my Settings.settings file in order to have system_Filters be a System.String[]. I would like to …

c# visual-studio .net-4.5 application-settings settings.settings