|
|
Architecture and .NET Development
Browse by Tags
All Tags » Tips-n-Tricks (RSS)
-
Just a tip: to teg a list of checkout for all users, navigate to the root folder of the directory tree you want to check in your workspace using a Visual Studio command prompt. Then use the TF tool with the following command line: "tf status /user:* Read More...
|
-
In VSS 2005, we've got al cool new dialogs and icons.. however, some functionality appears to be missing. When you now choose to add files, you can only add single files. A small tip: when you hold shift and then click the button on the toolbar for Read More...
|
-
I just created a feedburner feed, to get some stats on usage etc. But I don't want to edit the standard templates (mostly because I currently do not have acces to them). So how to change my rss feed link to poin to feedburner? Well in this case I took Read More...
|
-
I had Vista installed in a dual boot configuration when I decided to install a newer build of Vista. (Going from beta to to build 5472) However, because of bad experiences by others, I wanted to do a clean reinstall. The drive containing Vista also contained Read More...
|
-
By using cloaking, you can make your Team Foundation Source Control workspace more efficient, by only getting what you actually need. I've written a small article about how to do it. Read it here . Read More...
|
-
MSBuild only builds Xml files that follow the MSBuild standards. However, there is a special case for solutions, because you can just build solutions using MSBuild, although this is not an MSBuild format. MSBuild supports this by first generating an in-memory Read More...
|
-
InternalsVisibleToAttribute makes it possible to do unittesting of nonpublic types without doing nasty reflection tricks.. Read More...
|
-
After having a new TFS image set up and trying to a get a Team Build to run, I got the following strange error: TF42046: The build service used in the build process is not reachable. This error occurs when either the build machine is off-line,the required Read More...
|
-
As we found out today, the default settings for Visual Studio 2005 Professional are to not show the solution by default. This means that as soon as you add a project to a blank solution, the solution disappears and you are unable to add another project. Read More...
|
-
Excerpt from the site: About Codezone Codezone enables you to find the most relevant and useful resources across the community. These independent experts on the Microsoft .NET Framework and Microsoft Visual Studio provide a wealth of knowledge to you. Read More...
|
-
On MSDN there is a nice post that describes to to 'upgrade' your solutions from Beta 2 to Beta 3. As there is no official upgrade tool, you'll be pleased to know that the action is not complex at all. It is actually only about finding and replacing 2 Read More...
|
-
I decided to create a new link page that are related to .net version upgrades. Often you wonder if a certain problem is fixes in a service pack, or what problems migt occur when you upgrade your code to a new version of .NET. This link page is intended Read More...
|
-
I'm using RSSBandit to read my feeds. However since I work on lots of different computers, it would be nice to have a central version of my subscribed feeds and the posts I've read. RSSBandit offers this feature (Tools->Options->Remote Storage). Read More...
|
-
I really like the automatic update feature. I love having the latest & greatest :-). However, if you get you windows updates scheduled, and Windows has installed some updates for you in the background, it keeps bugging you every ten minutes about Read More...
|
-
When you have your own custom TemplateControl and perform a LoadControl in there, this results in ax exception. For instance, the following code will trigger the exception: public class NavController : System.Web.UI. TemplateControl { public void LoadContent( Read More...
|
|
|
|