Developers
Flip Image on hover using CSS 3.0
By Dhananjay Kumar published on 03-11-2013
In this post we will take a look on flipping images using CSS3.0. Let us assume that we have a div with two images….(more)
Retrieve Views from Different Folders in MVC
By Abhimanyu Vatsa published on 03-12-2013
In this post you will learn how to retrieve the views which is inside another folder. For example a view which is inside folder….(more)
Using the New Group Box Control in LightSwitch Application
By Karthikeyan Anbarasan published on 03-14-2013
In this article, we are going to see a new feature that was recently released with the Visual Studio 2012 IDE….(more)
Object to XML using LINQ or XmlSerializer
By Pranay Rana published on 03-14-2013
In following post I am going show you how easily you can convert you object in the XML string, because sometime there is need of pass object….(more)
IT PRO
Missing Webparts- One of the crtitical error from HEALTH ANALYZER
By Amol Ghuge published on 03-11-2013
Some webparts are belongs to SharePoint_AdminContent database. While debugging further on this, we tried to find out the leaf names….(more)
Office 2013
Applying conditional formatting to column charts
By Ashish Mathur published on 03-11-2013
Line of Business (LoB) wise CAGR (%) is shown in range A3:B8. A benchmark growth rate is shown….(more)
Generating Entity Data Model Diagram from EF Code First DbContext
By Shiju Varghese published on 03-03-2013
The Entity Framework Code First approach lets the developers to build applications with Domain-Driven Design….(more)
Logging Errors with ELMAH (Error Logging Modules And Handlers) in ASP.NET MVC 4
By Abhimanyu Vatsa published on 03-03-2013
ELMAH is an alternative to HMS (Health Monitoring System) for logging errors which is free and available under open-source which is created….(more)
WCF Concurrency (Single, Multiple, and Reentrant) and Throttling
By Shivprasad Koirala published on 03-04-2013
In this article, we will concentrate on WCF concurrency and throttling. We will first try to understand what….(more)
AutoCommand For MVVM – More tricks With Lambdas and CallerMemberName
By Anoop Madhusudanan published on 03-06-2013
Few days back I ranted about Lamdba Patterns in C# and Init Time branching. I also had a generally….(more)
How to Integrate WP7.8, WP8 Live Tiles in your WP7.5 apps?
By Kunal Chowdhury published on 03-07-2013
The Windows Phone SDK update for WP7.8 is already there and many people already started receiving the WP7.8 OS update in their existing WP7.5 handsets….(more)
Manage Nuget packages with source control
By Amit Choudhary published on 03-07-2013
Nuget is the visual studio plugin that allows you to download and install the libraries directly into your solution. It’s another adapted….(more)
SQL Server - What is the purpose of DENSITY in STATISTICS?
By Amit Bansal published on 03-04-2013
There is a table in AdventureWorks2008R2 called SalesOrderHeader which has a column called TotalDue. Let us create….(more)
Fix: Windows 8 fails to boot; Automatic Repair, Refresh, Reset PC also fail
By Anand Khanse published on 03-09-2013
If your Windows 8 fails to boot, it will launch Automatic Repair, in order to attempt to repair Windows. In the event….(more)
Learn PowerPoint 2013 for Windows: Resume Reading
By Geetesh Bajaj published on 03-04-2013
You have a 100 slide presentation that you are working on -- it's past midnight and your eyes feel glassy. In a state of semi-consciousness, you save your slides….(more)
Finding Conversion ratio using Pivot Table Calculated Items
By Purnachandra Duggirala published on 03-06-2013
Today, let’s understand how to use Calculated items feature in Pivot tables. We will use a practical problem many of us face to learn….(more)
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)
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)
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)