Stories recently tagged with 'Visual'

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

submitted by snaitssnaits(180) 4 months, 27 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: 98

tags: another

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

submitted by lenielleniel(489) 7 months, 27 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, 1 month 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: 18

tags: another

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

submitted by surfer6surfer6(317) 1 year, 7 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: 68

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 7 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, 7 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) 1 year, 9 months 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) 1 year, 10 months 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) 1 year, 10 months ago

Working with Ektron CMS read more...

add a comment |category: |Views: 36

tags: another

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

submitted by hima_.nethima_.net(440) 2 years, 1 month 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, 2 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: 679

tags: another

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

submitted by lenielleniel(489) 2 years, 3 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: 86

tags: another

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

submitted by LakarioLakario(115) 2 years, 7 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

Visual Studio 2008 Tips & Tricks for Developers(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 2 months ago

This article shows most common tips and tricks every .net developer should know,these tricks will help you in increasing your productivity while developing.I will make it a point to regularly update this post feel free to add few more tips,give me a comment if i find your trick worthy i will include it on this post. read more...

add a comment |category: |Views: 1291

tags: another

Visual Studio 2010 Gets Serious about Visual Metrics – Screen Shots He(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 3 months ago

For most businesses only about 20% of the code being written today is for new applications; (DDN: Not true 100% however that is about right for budgets which is likely what they meant anyway). the majority of work is being done on existing code bases. A typical issue encountered when working on existing code is not having good tools to help the architect or developer understand the system. (DDN: Uh.. How about no regression tests? How about no mandate for reuse, framework API quality, etc. etc.? Sure lets not talk about the why, just the ways we can profit from it) This can make it challenging to not only understand what needs to be done to make the required changes, but it makes it equally challenging to understand the broader impact of the changes. Often it isn’t until much later that an unexpected bug is discovered as a result of a change. Our modeling tools have tight integration into the actual code of the application. This means that a developer or architect can use models to explore existing code assets. read more...

2 comments |category: |Views: 140

tags: another

Visual Studio 2010 Gets Serious about Visual Metrics – Screen Shots He(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 3 months ago

For most businesses only about 20% of the code being written today is for new applications; (DDN: Not true 100% however that is about right for budgets which is likely what they meant anyway). the majority of work is being done on existing code bases. A typical issue encountered when working on existing code is not having good tools to help the architect or developer understand the system. (DDN: Uh.. How about no regression tests? How about no mandate for reuse, framework API quality, etc. etc.? Sure lets not talk about the why, just the ways we can profit from it) This can make it challenging to not only understand what needs to be done to make the required changes, but it makes it equally challenging to understand the broader impact of the changes. Often it isn’t until much later that an unexpected bug is discovered as a result of a change. Our modeling tools have tight integration into the actual code of the application. This means that a developer or architect can use models to explore existing code assets. read more...

2 comments |category: |Views: 140

tags: another