Archive for the ‘.Net’ Category
Visual Studio Team Foundation Server 11 supports SMTP Settings as shown in the following screen shot.
As shown in the screen capture, it even supports a Certificate Thumbprint.
As a result, you can configure gmail as your email server for Team Foundation Server: smtp.gmail.com, Port 465, Enable SSL.
One feature new to Visual Studio 11 that you will wonder how you managed without (perhaps instead you wondered why it was missing from Visual Studio for so long) is the concept of “Search Everywhere.” In Visual Studio 11 search is now supported for the following:
Solution Explorer*
Add Reference*
Integrated Quick Find*
New Test Explorer
Error List
Parallel Watch
Toolbox
TFS Work Items
Visual Studio Commands
(* indicates where similar search functionality exists within the Productivity Power Tools – targeting Visual Studio 2010)
Below we take a look at each search location in a more detail.
Solution Explorer
Perhaps the most noticeable manifestation of Search Everywhere appears within the Solution Explorer. As shown [...]
Read more
In Visual Studio 11, there is a set of IDE productivity improvements that developers across all platforms and languages already be familiar with because earlier versions of them were available in an update for Visual Studio 2010 under the name Productivity Power Tools. In post we review several of these enhancements.
In Visual Studio 11 Solution Explorer has been revamped significantly. No longer is it just a location to navigate files, it now supports navigation over the object model of constructs within the solution, full-text identifier search, and more. For example, you can now expand a CSS [...]
Read more
When transitioning from one Sprint (or iteration) to another it is necessary to modify all “current sprint” queries and any additional custom queries that are sprint/iteration specific. This is not a one time activity per team project but rather something you have to do after every sprint.
One way to eliminate this step is by creating a “release” called “Current” and moving the specific current sprint (Sprint 1, Sprint 2, or 2012-02-06 for example) under this release. The current sprint is simply moved from its defined release into the Current release when the sprint starts. When the sprint ends, the sprint [...]
Read more
With Windows 8 Microsoft ushers in a new set of technologies designed to challenge Apple’s market share while maintaining the full productivity of the PC. In this session we discuss what they are offering and what technologies they are introducing to successfully compete – both from a users perspective and a developers perspective. Don’t miss this session to understand a new breed of applications from Microsoft and the development technology and architecture that makes it all possible.
Sponsored by the Spokane .Net Programming User Group and Presented by Mark Michaelis
Here are the video and slides from my talk at the Inland Northwest Chapter of the Project Management Institute.
Download: [Slides (pdf)] [Mid Def. (315 MB)] [FullHD Video (875 MB)] [Full Audio (50 MB)] [Mid Def. Audio (12 MB)– Recommended]
On Tuesday, September 20, 2011 I (Mark Michaelis) will be at the Inland Northwest Project Management Institute:

Project Management Institute – Inland Northwest
Come ready to make the paradigm shift from success through process to success through leadership – shifting from motivation around procedures to inspiration around vision. Mark provides thoughtful discourse on motivation, vision, excellence, influence and expectations – what moves a leader to become a leader of leaders. Mark challenges status quo thinking that moves you from what you do today to who you are tomorrow.
Date: Tuesday, September 20, 2011Social Hour: 5:30 pm networking, 6 PM dinnerEvent [...]
Read more
As a consultant, I am repeatedly connecting to customer Team Foundation Server (TFS) servers that are not on the same domain as my client workstation. As a result, I am repeatedly prompted for credentials each time I launch Visual Studio or connect to TFS web.

Notice, there is no “Remember Credentials” check box so seemingly no way to avoid getting prompted every time you connect to TFS. However, this is not the case. Richard Banks details a solution the involved opening [...]
Read more
Out of the box, Team Explorer includes the ability to subscribe to Project Alerts (available from the Team->Project Alerts menu in Visual Studio and from the Team Web->Settings Page):

As the Alerts dialog image shows, Project Alerts only lets you subscribe to 4 alerts:
My work items are changed by others
Anything is checked in
A build quality changes
Any build completes
My build completes
This is a relatively unsatisfactory list, however. What if you want to subscribe to all work [...]
Read more
Although the installation of the Async CTP (SP1 Refresh) appeared to be successful, the final web page titled “Microsoft Visual Studio Async CTP” did not appear and the “My Documents > Microsoft Visual Studio Async CTP” directory was not successfully created. Furthermore, when I attempt to open an Async project (such as a sample), Visual Studio reports this project type is not supported.
I tried the following but none of them was successful:
Running a repair on Visual Studio SP1
Uninstalling Visual Studio SP1
Installing SP1
Installing Async CTP
Uninstalling Visual Studio 2010
(Visual Studio SP1 stays installed and won’t uninstall at this point)
Installing SP1
Installing [...]
Read more