Skate through code..
Wednesday, 23 April 2014
Install Telnet Client on Windows
›
You must be logged in as a user with Administrator role to add Telnet client capabilities. Install Telnet Client by using a command line ...
Thursday, 3 April 2014
Check installed .NET version - Command line
›
Here is a quick and easy way to find the .NET versions installed on your machine. This can be used on any machine either development or ser...
2 comments:
HTTPHandler Error - 404 Not Found
›
If your Web.Config is like below: <httpHandlers> <add verb="*" path="myhandler.api" type="MyAssembly.MyHa...
1 comment:
Saturday, 8 March 2014
Windows Phone - TextWrap in TextBlock
›
How to enable text wrapping in Windows Phone XAML TextBlock. Its simple by setting the "TextWrapping" property to "Wrap...
Windows Phone - Set the width of Grid to 100%
›
I have a ListBox and within its ItemTemplate, I have a Grid, and the Grid has rows with 2 columns each. My intention is to have the ListBox...
Monday, 3 March 2014
ASP.NET - The type exists in both temp123.dll and temp456.dll
›
ASP.Net error: The type 'abc' exists in both "temp123.dll" and "temp456.dll This is a common issue occuring in ASP....
1 comment:
Monday, 24 February 2014
WindowsPhone 8 - Using "&" ampersand in QueryString Parameter
›
If you have "&" ampersand or any other url-reserved characters like "?" as part of your querystring paramter value, ...
‹
›
Home
View web version