Stories recently tagged with 'Studio'

Performance Tuning Visual Studio Builds(jameslewiscv.com)

submitted by JamesLewisAwesomeJamesLewisAwesome(75) 17 days, 3 hours ago

My findings after spending a day trying to bring our teams local build time down from over a minute. read more...

1 comment |category: |Views: 302

tags: another

Customizing Project Level Templates in Visual Studio Unit Test Framewo(www.dotnet-tv.com)

submitted by martinigmartinig(568) 2 months, 15 days ago

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. read more...

add a comment |category: |Views: 10

tags: another

Automatic web deployment from TFS build(softscenario.blogspot.com)

submitted by snaitssnaits(197) 8 months, 12 days ago

A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server. read more...

1 comment |category: |Views: 105

tags: another

Replacing Web.config settings with Transformations(www.leniel.net)

submitted by lenielleniel(504) 11 months, 12 days ago

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 with a great new feature called Web.config Transformation that allows you to perform transformations in whatever section of your Web.config file. read more...

add a comment |category: |Views: 9

tags: another

Yellow Exclamation mark on Assembly Reference in VS 2010(beyondrelational.com)

submitted by DPalkarDPalkar(228) 1 year, 5 months ago

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 reference and I clicked on Add button. It was there in the Reference list, but with an yellow exclamation mark. I looked around on Google and found some posts which were suggesting that the physical dll file might not be there while VS is trying to load it and hence, it’s showing that exclamation mark. read more...

add a comment |category: |Views: 20

tags: another

Displaying SOAP XML Messages in a Simple WCF Web Service(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 10 months ago

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. read more...

add a comment |category: |Views: 72

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

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. read more...

3 comments |category: |Views: 860

tags: another

Introducing Code Rocket(www.getcoderocket.com)

submitted by alansparkalanspark(5) 1 year, 11 months ago

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. The content was the basis of a presentation given at TechMeetup Aberdeen. You can download the slides and sample code for the example. read more...

add a comment |category: |Views: 21

tags: another

Resharper 5 Released(web2asp.net)

submitted by ajaxianajaxian(105) 2 years, 1 month ago

ReSharper 5 has now been released simultaneously with Visual Studio 2010. read more...

add a comment |category: |Views: 329

tags: another

Cellular Emulator : COM 17 is used , please verify(backintothelab.blogspot.com)

submitted by jonnyviciousjonnyvicious(20) 2 years, 1 month ago

Cellular Emulator is one of those tools that just doesnt work out of the box.... read more...

add a comment |category: |Views: 8

tags: another

Ektron and Web Application Projects (Part 1)(martinondotnet.blogspot.com)

submitted by qdosqdos(43) 2 years, 2 months ago

Working with Ektron CMS read more...

add a comment |category: |Views: 38

tags: another

Visual Studio 2010 and .NET Framework 4 IDE Enhancements –Part3(dotnetslackers.com)

submitted by hima_.nethima_.net(440) 2 years, 4 months ago

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 Margin and Visual Studio 2010 Tips read more...

add a comment |category: |Views: 18

tags: another

131 jQuery Snippets for Visual Studio 2010(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 5 months ago

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. read more...

1 comment |category: |Views: 685

tags: another

How to host ASP.NET application at Amazon EC2(ec2studio.com)

submitted by mpetrovmpetrov(150) 2 years, 6 months ago

My colleague Pavel Klimov wrote an article that shows how you can use Amazon EC2 to host your ASP.NET application. Of course, he is doing this with the help of our product - EC2Studio. Article is quite short, but have a lot of screenshots so you will not spend a lot of time reading it, but you will see everything is action. I hope you will like it. read more...

add a comment |category: |Views: 361

tags: another

Parallel LINQ (PLINQ) with Visual Studio 2010(leniel.net)

submitted by lenielleniel(504) 2 years, 6 months ago

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. As promised, today I show the performance gains when the same delegate is run in 2 cores (parallel) instead of only 1 core (sequential). In this post you'll also see the new parallel debugging windows that come with Visual Studio 2010: Parallel Stacks and Parallel Tasks. read more...

add a comment |category: |Views: 87

tags: another

Visual Studio 2008 var Keyword Bug - Microsoft Follow-up(lakario.blogspot.com)

submitted by LakarioLakario(115) 2 years, 10 months ago

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. read more...

add a comment |category: |Views: 21

tags: another