For those of us frequently presenting, we are faced with having to switch to presenter fonts by changing the font size for multiple different display items on the Environment->Fonts and Colors Options dialog or (if we are looking for an adequate but not optimal solution) simple changing the zoom level. Of course, when we get back to our desks, we have to switch back the settings to fit with our 3 monitor 2560 × 1600 WQXGA resolution (purely hypothetical in my case).
If you have had a Team Foundation Server (TFS) instance running for any significant length of time you undoubtedly have old shelvesets lying around from other developers (surely you wouldn’t have done this) that have long ago expired and although moldy, they have not disintegrated. Consider cleaning them up using the following short PowerShell script from Kelly Adams:
As developers, we frequently end up with duplicate entries in our path. From the command line you can clean up your path using pathman.exe. Here’s a PowerShell Script to find the duplicates and remove them using Pathman.exe:
Asynchronous Programming with C# 5.0 – Mark Michaelis
In C# 5.0 there is really only one significant syntax addition – support for asynchronous programming that is embedded into the language. In this session we go over the is and is-nots of what C# 5.0 enables in the way of parallel processing – both for the UI and for the server tier. Don’t miss this session to learn not only the fundamental syntax but also the best practices and scenarios of what the async keyword enables.
Administration designed for one a single-role centric view to a multi-server view of the environment. The result is that rather than administer a role on a particular server you will now be able to administer a role that may span multiple servers.
The PowerShell based Command-line Interface (CLI) for Windows administration is a both/and experience – both CLI and GUI.
CLI automation increases reliability, auditability, and predictability – across multiple servers none-the-less.
The new unit testing explorer support has a new unit test explorer has a Run dropdown for selecting which text to execute (see Figure 1).
In addition, Visual Studio 11 supports continuous testing – automatically running your tests every time you compile your code. However, as shown in Figure 1, the option to enable continuous testing doesn’t appear from the Run dropdown (and probably shouldn’t because you are not likely to be changing the option back and forth that often). To enable continuous testing, select the Unit Test->Unit Test Settings->Run Tests After Build menu as shown in Figure 2.
There is a new set of .NET attributes in .NET 4.5 to help with gathering trace information. Before .NET 4.5, tracing the line number, member name, and source file name required using the stack trace in combination with the PDB files. In .NET 4.5, however, there is a new mechanism for doing this using attributes on optional parameters. Consider the code below:
Note the static public void Write(string message, [CallerLineNumber] int lineNumber = 0, [CallerMemberName] string memberName = null, [CallerFilePath] string fileName = null) method signature and how it uses the parameter attributes CallerLineNumber,CallerMemberName, and CallerFilePath from the System.Runtime.CompilerServices namespace. By [...]
If you copy the Windows 8 Consumer Preview directly to a USB key and run Setup.exe you are likely to see a dialog indicating you need 20 GB of disk space and, obviously, there is no such availability on the tablet given the previous Windows 8 Developer Preview install.
Windows 8 20 GB Required
The work around it to use a command prompt boot from USB as follows:
One of the “easter egg” (meaning not intuitively discoverable) features in the Storyboarding for Visual Studio is the fact that text boxes (of any kind – Text Areas, Text Input, Text…) you can type “=Lorem()” followed by ENTER to fill the text box with Lorem Ipsum text as shown here:
IntelliTect: To open up a file in another tab from the #PowerShell ISE Console, use:
psedit <filename> 1 day ago
IntelliTect: To test for the existence of a global variable in #PowerShell use
Test-Path variable:global:foo 1 day ago
IntelliTect: To upload an app to an #Office365 App Catalog use the following URL: https://<domain>.sharepoint.com/sites/AppCatalog. #SharePoint 32 days ago
IntelliTect: #Empowered #Leadership #IntelliTectValues (http://t.co/2YmE76FzuD)
1. Business is an ecosystem, not a battlefield.... http://t.co/BJF6smivR2 32 days ago
IntelliTect: #Leadership http://t.co/o6ZplTMvY4 32 days ago
We have engaged IntelliTect on several projects and have been very happy with their service. They are very flexible and have always been able to accommodate our tight time tables. We have been impressed with the depth of their knowledge of Team Foundation Server and they have become our trusted advisor for TFS. I would highly recommend them to anyone needing assistance with Micosoft’s Team Foundation Server.
Brian Jester, Ascentium, WA
IntelliTect Corporation
3024 S. Bannen Ct.
Spokane Valley, WA 99037