So Microsoft has come out with the biggest UI redesign since Win95, namely, Metro.
I only have a 32-bit box so I am waiting till Friday to download a 32-bit version of VS11, but until then I have a question about Metro app design:
Do the Metro apps have a different overall application design than, say, a standard WinForms application other than UI design?
I know that the UI is completely different, but what about the underlying code?
Will new programming techniques be necessary for Metro apps or will coding (methods, libraries, event handling) be about the same as from earlier versions of the .NET framework?
Thanks!