1. Can we develop Windows Store Apps using .NET Framework 4.5?
Ans. Yes, there is subset of managed types available with .NET Framework 4.5 to develop Windows Store Apps. Using these managed types we can develop Windows Store Apps with our favorite language C# or Visual Basic. These managed types resides in namespaces starts with System and the Windows Runtime types reside in namespaces that starts with Windows together make framework for development of Windows Store Apps.
↧