Developers
HTML5 : Set multiple audio/video files dynamically and run one by one
By Brij Mishra published on 02-24-2013
One of my blog Reader was working on HTML5 audio controls. He asked me a question How can he play multiple audio files….(more)
Simple Custom Media Formatter in ASP.Net Web API
By Rami Vemula published on 02-26-2013
Media formatters in ASP.Net Web API is useful to define our own custom content-type with which we can present data in a specific format. By default Web API….(more)
Sharing AutoToDoubleTypeConverter - Useful for a XAML control developer
By Kunal Chowdhury published on 02-27-2013
A long time ago while developing a custom control, I wrote a piece of code which allows a developer to enter “Auto” as string to a custom property….(more)
A Quick introduction to Hadoop Hive on Azure and Querying Hive using LINQ in C#
By Anoop Madhusudanan published on 02-28-2013
This post is just a quick example that shows how to use LINQ to Hive….(more)
Removing or Customizing View Engines in MVC
By Abhimanyu Vatsa published on 03-02-2013
In this article you will learn how to remove or customize View Engines which is not being used by application….(more)
Computed columns - Persisted Vs Non-persisted
By Madhivanan Jr published on 02-26-2013
Computed columns are derived columns based on other existing columns in the same table….(more)
IT PRO
Using a Pool of Directors to Boost Reliability
By Balasaheb Ilag published on 02-25-2013
Wherever we talked about remote user or internet user Director role comes in mind, Director is middle man between….(more)
Where is the Radio Button in Windows 8 Windows Media Player?
By Soumitra Sengupta published on 03-01-2013
I am not finding the radio button in WMP.I have upgraded my system from Windows to Windows 8 Pro….(more)
Office 2013
Sum data from a particular cell of last n sheets only
By Ashish Mathur published on 02-25-2013
A number is entered in cell A1 of every sheet in a multi sheet workbook. The task is to sum numbers in cell….(more)
Copy all Charts from activesheet and paste them in different slides of PPT
By Ashish Koul published on 03-02-2013
If you want to loop through all the charts on active-sheet and paste them on different slides of PPT. Try this macro….(more)