The Windows Phone Power Tools are a natural extension to the developer tools that come with the Windows Phone SDK. Instead of allowing you to only install developer xaps the Power Tools let you test update scenarios by allowing you to update an existing developer app. Instead of having to step through the IsolatedStorage file… Continue reading
Category: Others
All Other Developer
Windows Phone Toolkit–October 2012 with WP8 SDK support
Windows Phone Toolkit is an additional set of controls for Windows Phone Development released by Microsoft Windows Phone developer platform team through Codeplex.com. Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. Windows Phone Toolkit – October 2012 includes additional support for using the… Continue reading
Microsoft SharePoint SDK for Windows Phone 7.1
This SDK installs SharePoint client libraries and templates for Windows Phone 7.1 DOWNLOAD: Microsoft SharePoint SDK for Windows Phone 7.1
Zip(Archive) API’s in .NET Framework 4.5 – Part 2 – ZipFile Class
In my previous post I shared some information on API’s/Classes included as part of System.IO.Compression namespace in .NET Framework 4.5, and given on overview of ZipArchive class. Once such class I would be sharing some insight with post today would be ‘ZipFile‘ class. The ZipFile class provides convenient static methods for working with zip archives:… Continue reading
Zip(Archive) API’s in .NET Framework 4.5 – ZipArchive Class
With release of .NET Framework 4.5, Microsoft has introduced new classes in to System.IO.Compression namespace. These classes will add the necessary programming support for Zipping(Achiving), and Extracting support for Zip Files in your .NET Source Code. Below are the newly introduced classes as part of .NET Framework 4.5: ZipArchive – Represents a package of compressed… Continue reading
Write and Publish your blogs in Word 2013 – Office 2013
Word 2013 in Office 2013 having a nice feature which will help us to write blog posts and publish to any blog provider such as wordpress, blogger etc. Using the blog post template in Word 2013 ,you can easily write blog posts in your word and publish them to your blog. Here is some screen… Continue reading
Windows Phone 8 – Internet Explorer 10 support for Mobile Websites–UserAgent(UA) details for IE10-WP8
Earlier Microsoft has announced that upcoming Windows Phone 8 will have Mobile version of Internet Explorer 10. IE10 have lots of improvements in terms of HTML5, JavaScript/ECMAScript support etc. If you want your existing mobile websites to compatible to IE10 and you are using any User Agent(UA) detection logic to provide UA specific User Experience… Continue reading
Download – Microsoft Web Deploy v3.0 for IIS
The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with the Web Deployment Tool to synchronize IIS 6.0, IIS 7.0 and IIS 8.0 servers or to migrate an IIS 6.0 and IIS 7.0 servers to IIS 8.0. The Web Deployment… Continue reading
Lazy Request Validation in ASPDotNET 4.5 and AntiXSS
Lazy Request Validation is an interesting feature included as part of .NET Framework 4.5 and ASP.NET 4.5. By default all request data is subject to request validation. However, you can configure the application to defer request validation until you actually access request data. You can configure the application to use deferred validation in the Web.config… Continue reading
Windows 8 Camp in a Box–a set of Hands-on-labs, presentations, samples
Windows 8 Camp in a Box is a set of hands-on-labs, presentations, samples and resources from the Windows 8 camps. The Windows 8 camps are free training events for developers ramping up on Windows Store app development. To sign-up or join for a Windows camp(in your region), please visit http://devcamps.ms/windows. We have two packages available… Continue reading