Pages
-
Recent Posts
- Revolving Door: MPAA Hires Chief USTR Negotiator Behind ACTA And TPP’s IP Chapter
- Copyright Maximalists’ Incredible Sense Of Entitlement: If It Challenges The Biz Model We Chose, It Must Be Illegal
- Turkey’s Prime Minister Sues His Own Country Over Twitter
- Picturefill 2
- Police File On Student ‘Bullied Into Committing Suicide’ Strangely Lacking In Evidence Of Bullying
Archives
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
Category Archives: Visual Studio
PHPHOST BLOG
Web Hosting Related Articles You May Need
New HTML Web Editor Features in Visual Studio 2013
In this article, we will take a closer look at the new web editor features for HTML. You can download Visual Studio 2013 trial edition using this link –
http://www.microsoft.com/visualstudio/eng/downloads
Let’s first start with Visual Studio 2013 and create a new ASP.NET Web Application by choosing .NET Framework 4.5.1 as shown below –
Once you click the OK button, you will see a New Continue reading
Posted in Syndicated, Visual Studio
Comments Off on New HTML Web Editor Features in Visual Studio 2013
Some Visual Studio 2013 IDE Enhancements
Visual Studio 2013 builds on the powerful tools and services delivered in Visual Studio 2012 and helps you create a new modern applications. As of this writing Visual Studio 2013 is in RC although this article is based on the Preview Release. You can d… Continue reading
Posted in Syndicated, Visual Studio
Comments Off on Some Visual Studio 2013 IDE Enhancements
Advanced Code Search in Visual Studio using Sando
This article was Guest blogged by David Shepherd and is intended to give information about a free code search tool extension in Visual Studio.
For large projects, new developers can take weeks or even months to become productive contributors. To accli… Continue reading
Posted in Syndicated, Visual Studio
Comments Off on Advanced Code Search in Visual Studio using Sando
Debugging Parallel Code in Visual Studio 2012
.NET 4.0 introduced the Task Parallel Library (TPL) and Parallel LINQ (PLINQ) in an attempt to make parallel programming simpler and making best use of multi-core processors easier.
Recently I was playing around with the Parallel.Foreach and the new … Continue reading
Posted in .NET, Syndicated, Visual Studio
Comments Off on Debugging Parallel Code in Visual Studio 2012
NuGet – The Visual Studio Sweetner
Recently we saw some new features in Visual Studio 2012 for a Web Developer. One feature we didn’t touch upon was Nuget! NuGet per-se is not a new feature and it’s been around for a couple of years now. However, no Visual Studio article is complete without a mention of Nuget. So we decided to follow up with an article specially dedicated to NuGet .
This article has been co-authored by me and Continue reading
Posted in Syndicated, Visual Studio
Comments Off on NuGet – The Visual Studio Sweetner
A Windows Store App using JavaScript for Accessing Camera
The WinJS library for WinRT applications allow us to build Windows 8 style apps using HTML5 and JavaScript.
In this article, we will build a sample application, and demonstrate the use of Media APIs exposed for accessing Camera device to capture the i… Continue reading
Posted in Syndicated, Visual Studio, WinRT
Comments Off on A Windows Store App using JavaScript for Accessing Camera
Visual Studio 11 Developer Preview Download Links
In the BUILD Developer conference a couple of days ago, Microsoft introduced the next version of Windows called Windows 8 and next version of Visual Studio called Visual Studio 11. Microsoft released the Visual Studio 11 Developer Preview and Windows … Continue reading
Posted in Product Releases, Syndicated, Visual Studio
Comments Off on Visual Studio 11 Developer Preview Download Links
Visual Studio 2010: Insert Image in Code
Powered by WPF and MEF, the extensibility model in Visual Studio 2010 is richer than its previous versions. You can easily extend the IDE, code editor, toolbars etc.
One such extension I stumbled upon recently is the Image Insertion extension that lets you insert images directly in line with your code to help you visualize aspects of your code. How cool! I recently used it to insert some UML Continue reading
Posted in Syndicated, Visual Studio
Comments Off on Visual Studio 2010: Insert Image in Code
Parallel Running Task Window in Visual Studio 2010
Visual Studio 2010 has provided lots of facilities for developers writing applications targeting various .NET versions. The .NET 4.0 Framework has introduced task parallel library using which you can write code which makes use of the available cores on… Continue reading
Posted in .NET, Syndicated, Visual Studio
Comments Off on Parallel Running Task Window in Visual Studio 2010
Parallel Running Task Window in Visual Studio 2010
Visual Studio 2010 has provided lots of facilities for developers writing applications targeting various .NET versions. The .NET 4.0 Framework has introduced task parallel library using which you can write code which makes use of the available cores on the deployment machine.
Now as a developer, if you are working on multiple asynchronous operations, you can make use of the Task class. I have Continue reading
Posted in .NET, Syndicated, Visual Studio
Comments Off on Parallel Running Task Window in Visual Studio 2010