Updating Lock Screen from Windows Phone App
It is sometimes important for an application to change lock screen of the project. The Lock Screen can be set…
It is sometimes important for an application to change lock screen of the project. The Lock Screen can be set…
It is a very common requirement to get the path of a file relative to the path of the current…
Zipping and Unzipping in a Client Application or a Website is very common requirement. Until the latest .NET version, there…
In my previous post, I mentioned about the capability of specifying a Timeout while executing a Regular expression. Sometimes, when…
Regular expressions are common forms of parsing a document and get meaning. It has been very popular and most of…
Event accessor is not new concept. It has been part of C# language from its inception. If you have ever…
Visual Studio XML Comments has been a part for quite a while. There are a number of xml tags that…
When dealing with the new Switch case constructs, I always wanted to add more to it. After adding things to…