Showing posts with label Microsoft Visual Studio 2012. Show all posts
Showing posts with label Microsoft Visual Studio 2012. Show all posts

Wednesday, 22 May 2013

Tuesday, 15 January 2013

Feature I would not like to see in: Visual Studio (2012)

Awful default light, gray-scale color scheme and icons!

A workaround Microsoft quickly introduced:
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05


Update 2 Feb,2013:

Visual Studio Blue Theme
Fortunately, the Visual Studio team well listened and incorporated it into Update 2.
http://blogs.msdn.com/b/bharry/archive/2013/01/30/announcing-visual-studio-2012-update-2-vs2012-2.aspx


Thursday, 13 December 2012

ASP.NET: Display an image from database within rdlc report using Report Viewer

1) Make sure that the image in the DB (MS SQL Server):



FileContentType nvarchar(255)
FileContent varbinary(MAX)


2) Load the dataset with the above columns within your Dataset.

3) Add an "Image" report item to the rdlc report file to display the image:


Please refer to this post if you are having an issue with pjpeg MIME types:
http://afsawaf.blogspot.com/2012/12/imagepjpeg-vs-imagejpg-mime-types.html