As a developer I see [rather forced to see] Compiler as a black box. It takes certain input and gives respective output. If I remember my college days classical definition of compiler was, “Compiler is system software which converts high level language in machine instructions line by line “ Compilation process follows certain steps, AndContinueContinue reading “ROSLYN: Complier as Service ?”
Author Archives: Dhananjay Kumar
Windows Phone 7.5 or Mango Phone Application Performance analysis
When you create an application along with killer user interface, you ought to consider various performance parameters of your application as well. There are certain eligibility performances criteria, your application must pass to be accepted in the Marketplace. These criteria may check your application 1. For maximum memory usage 2. Launching time of your applicationContinueContinue reading “Windows Phone 7.5 or Mango Phone Application Performance analysis”
Upload Image from Silverlight to Azure BLOB using WCF
Working with Azure Blob is very common task you must be doing. Sometime you may come with requirement to upload an image from Silverlight client to Azure BLOB. In this post I am trying to help you in achieving this. In this post I will show you below three stuffs. Uploading Image to Azure BOLBContinueContinue reading “Upload Image from Silverlight to Azure BLOB using WCF”
Step by step installation guide to install Windows 8 Developer Preview on Virtual Box
In Microsoft Build conference all we got an opporunity to have a first look on most awaited Windows 8 . Microsoft revealed Developer Preview of Windows 8 on 13th september 2011. Windows 8 is adhering Metro Design Gudielines. Without going much into deep technical discussions on features of Windows 8 , in this post IContinueContinue reading “Step by step installation guide to install Windows 8 Developer Preview on Virtual Box”
Announcement for Windows Azure at Build : What is new ?
In Build couple of interesting stuff on Windows Azure got announced. They are as below, Windows Azure Toolkit for Windows 8 Download: http://watwindows8.codeplex.com/ It helps to create Metro style applications that may harness capability of Windows Azure . This toolkit contains Application creation guidance Tooling support for Visual studio project template CodeContinueContinue reading “Announcement for Windows Azure at Build : What is new ?”
Silverlight 5 Multi Column and Linked Text
If you are designer of text and love to play around text formatting’s, then you would love to use Multi Columns and Link text in Rich Text Box. This feature gives your ability to display overflowed content in next box or column rather than using scroll bar to read through all the content. While workingContinueContinue reading “Silverlight 5 Multi Column and Linked Text”
Context switching in Windows Phone 7
Note : This post has not adhered to the best practice to acheive Context Switching….. This is not best practice Very first let us understand what I mean by word “Context Switching “here? Context switching in context of this post is essentially, navigate back to the page from where application got deactivated. There are threeContinueContinue reading “Context switching in Windows Phone 7”
Getting URL of current page in Windows Phone dynamically through code
Have you ever come across the requirement to fetch the URL of content current displaying on? Let us say there are 5 pages in your application and user is navigating across them. At any point of time if you want to fetch the URL of current page you can very much do that. Above lineContinueContinue reading “Getting URL of current page in Windows Phone dynamically through code”
Setting start page of Windows Phone dynamically through code
I will start with saying , this post is small and sweet J I was working and come across a requirement to set start page of Windows Phone Application through code or dynamically. Essentially this one line of code will set the start page of the application. Say, you have a page called Page1.xaml andContinueContinue reading “Setting start page of Windows Phone dynamically through code”
Delete Secondary Tiles in Windows Phone 7.5 or Mango Phone
Before we will see the way to delete secondary tiles, I strongly suggest you to read these two articles Live Tiles in Windows Phone 7.5 or Mango phone Restore and Preserve Page State for Windows Phone 7.5 or Mango Phone Assume we are navigating to a page called Page1.xaml from the secondary tile. A commonContinueContinue reading “Delete Secondary Tiles in Windows Phone 7.5 or Mango Phone”