By tag: Visual
0
kicks
Performance Tuning Visual Studio Builds
My findings after spending a day trying to bring our teams local build time down from over a minute.
0
kicks
Customizing Project Level Templates in Visual Studio Unit Test Framewo
The Visual Studio Unit Test framework is the only test framework provided out of the box with ASP.NET MVC 3. This article shows you how to create and install custom test project templates and view engine options.
0
kicks
Automatic web deployment from TFS build
A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server.
0
kicks
Replacing Web.config settings with Transformations
Let’s say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you’d have to modify your Web.config file manually. This is an easy procedure but you might end screwing up the file in some way.
Visual Studio 2010 comes w...
0
kicks
Yellow Exclamation mark on Assembly Reference in VS 2010
Recently I went through a tricky problem while working with VS 2010. I was trying to reference a Class library project in a Console project. So I opened Add Reference window from Console App, selected Projects, on top left corner of the window and located Class Library Project that I wanted to refer...
0
kicks
Displaying SOAP XML Messages in a Simple WCF Web Service
Learn how to create a basic WCF web service, with a plaintext username password authentication, that outputs all incoming and outgoing XML SOAP packet messages to the Visual Studio Console.
0
kicks
IIS Express
If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand.
0
kicks
Introducing Code Rocket
This article introduces you to Code Rocket's main features. Code Rocket is a pseudocode and flowchart design and visualization tool for Visual Studio (and Eclipse). It gives you on demand access to the pseudocode and flowchart views of your methods and always keeps the design in sync with the code.
...
0
kicks
Resharper 5 Released
ReSharper 5 has now been released simultaneously with Visual Studio 2010.
0
kicks
Cellular Emulator : COM 17 is used , please verify
Cellular Emulator is one of those tools that just doesnt work out of the box....
0
kicks
Visual Studio 2010 and .NET Framework 4 IDE Enhancements –Part3
In my previous article I explained some of the nice features related to IDE, in continuation to that I am going to explain Add Reference enhancements for developers, Windows 7 support for developers, Share Point 2010 enhancements , Office Business Application Support, Cloud Development, Document Map...
0
kicks
131 jQuery Snippets for Visual Studio 2010
I've started a new project to create jQuery Code Snippets for Visual Studio 2010 now that it supports HTML and JavaScript snippets. There are 131 so far.
0
kicks
Parallel LINQ (PLINQ) with Visual Studio 2010
On the last day of May I wrote about how to calculate prime numbers with LINQ in C#. To close that post I said that I’d use the primeNumbers delegate to evaluate PLINQ (Parallel LINQ) and measure the performance gains when the same calculation is done in parallel instead of in a sequential fashion. ...
0
kicks
Visual Studio 2008 var Keyword Bug - Microsoft Follow-up
Received a follow-up from Microsoft regarding <a href="http://lakario.blogspot.com/2009/07/visual-studio-2008-var-keyword-bug.html">Visual Studio var Keyword Bug</a>. Here's what Microsoft support had to say about the issue.