Posts Tagged ‘.Net’
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
Finally, there will be a search everything in Visual Studio vNext. Here are a couple screen shots:


Notice from the second image that there is a “standard” search syntax allowing you to search specific fields within the work item.
During my talk at TechEd, DEV318 – Upgrading Your C# Programming Skills to Be a More Effective Developer (video) (Slides), I did a full review of all the most significant C# changes since C# 1.0 as shown in the following MindMap:

Are you stuck developing with an older version of the .NET framework or Visual Studio? Have C# language features left you behind feeling unable to catch up with its recent developments? If so, then this Back to the Future event is designed for you.
We will guide you through the language changes since C# first emerged, ramping up your skills and presenting the features in order of importance and complexity. Through practical application, we will focus on coding guidelines, how and when to leverage features, and most importantly integrating best practices.
Two separate sessions will be held for this event, Part 1 [...]
read more
My SMTP mail server requires that email be sent with TLS encryption and on port 587. This makes it problematic for Team Foundation Server (TFS) to send emails directly. To work around the problem, I installed the Windows 2008 SMTP Server service and configured it for relaying to my real SMTP mail server.
Install SMTP Server
To begin, launch Server Manager and add the SMTP Server feature.

This includes a dialog to add some additional items.
read more