IBloggable - implemented
-
Running Windows App Certification Kit (WACK) tool from Command Prompt
This article is written on a pre-release version. Things mentioned below are bound to change in future releases.
-
Knowing your Metro Style App package details
<strong>This article is written on a pre-release version. Things mentioned below are bound to change in future releases.</strong>
-
Obtaining screen resolution scale details in Windows 8 Metro Style App
If you want to know the current screen resolution and the pixels per inch (PPI) scale that your app is having to deal with on any device, use ResolutionScale.
-
Accessing files on local machine in Windows 8 Metro Style Apps using JavaScript and HTML5
This article is written on pre-release version of the software and is subject to change in future release.
-
Saving user details on OnSuspending event for Metro Style Apps
I recently started getting to know about Metro Style Apps on Windows 8. It looks pretty interesting so far and VS2011 definitely helps making it easier to learn and create Metro Style Apps. One of the features available for developers is the ability to save user data so it can be retrieved the next time the app is run after being closed by the user or even launched from back suspended state.
-
Visual Studio 2011 New Editor Features
To add a asp:DetailsView, all I typed was <dv, and it’s there for you.
-
TPL Dataflow–An overview
Some time back I blogged about Parallel Tasks that was introduced in .net 4.0. This was a part of the Task Parallel Library (TPL) made available to the developer community to add parallel / concurrency concepts to their applications.
-
Good ol’ DebuggerDisplay attribute
I got to know about this DebuggerDisplay attribute that you can use on your types for ease of debugging, seems like this has been there since VS2005.
-
Solution Explorer gets new features in VS 2011
The more I play with VS 2011 (in Dev Preview, don’t hold me if things in future versions don’t have what I’ve mentioned below), the more interesting I find it. Productivity Power Tools is a VS plugin which has some interesting features (blogged here) and one of them was the Solution Navigator. A good number of the features from Solution Navigator have been incorporated in the good ol’ Solution Explorer now.
-
ReadOnlyDictionary in .net 4.5
Oh yea, .net 4.5 is out (although it’s still Developer Preview).