Wednesday, October 10, 2012

Windows 8 Platform and Tools

As a developer of Microsoft technologies I always think about what programming model and tools are provided by the platform. On Microsoft new operation system Windows 8 developer write two type of applications first one is Metro Style Apps and second one is Desktop Apps.

Metro Style Apps
Metro style apps are full screen apps tailored to your users' needs, tailored to the device they run on, tailored for touch interaction, and tailored to the Windows user interface.

Desktop Apps
Normal Windows applications that we are using in Windows 7 and Windows Vista like msn messenger,


Following diagram show the programming model and Tools for Windows 8

 

No comments:

Change default Port on Next.js app

 If any other app or process is running on port 3000 , you will get this error in your terminal Port 3000 is already in use. error Command f...