Refactoring Code Rename Members using Visual Studio
As I have been discussing about Refactor menu yesterday, Visual Studio comes up with really nice features on Refactoring code…
As I have been discussing about Refactor menu yesterday, Visual Studio comes up with really nice features on Refactoring code…
The most important thing that you need to consider for Metro style application is its manifest file. After you create…
Application bar is one of the interesting feature for any Metro style applications. Application bar allows you to define standard…
WinRT application model is completely different than the existing application models. The Metro style applications are meant to work differently…
Live Tiles are not new from Microsoft. We already have Live Tiles introduced in Windows Mobile 7 interfaces. Live tiles…
It is the most common requirement to many of us to show the proper assembly version and build version to…
Recently I have came across to a problem where I need to share the same configuration file in multiple projects…
Hashing is a concept to get a fixed size result from an arbitrary input. That means you can pass any input of…