Anasayfa RSS Email

english

Visual Studio 2010 and Team Foundation Server 2010 New Team Features - @Istanbul

Microsoft, organized a technical seminar day for Microsoft Istanbul ISV Partners. I had a session about "Visual Studio 2010 and Team Foundation Server 2010 New Team Features". You can download the presentation from the link below. Presentation Powerpoint files.

Features removed from TFS 2010 Power Tools

Brian Harry (from Microsoft VS team) posted a blog entry about TFS 2010 power tools. Brian lists the removed features power tool feature. Cool down! Removed because these features now is a TFS product feature. No need to install power tools for these features. Quotes from Brian’s post: Build Notifications – Now BuildNotification.exe in Team Explorer 2010 TFS Users – No longer needed because TFS now automatically handles user name changes.  More user manipulation is now shipping in “tfsconfig identities” tfpt Rollback command – Now in the...

Visual Studio 2010 Theme on your Desktop

I just started to use a new Windows Theme. Rob Caron has published a new theme pack for Visual Studio 2010. You can download and check screenshots of this theme from Rob’s blog. http://blogs.msdn.com/9997311.aspx   Now, my desktop looks like :

Visual Studio 2010 and Team Foundation Server 2010 New Team Features - @Ankara

Microsoft, organized a technical seminar day for Microsoft Ankara ISV Partners. I had a session about "Visual Studio 2010 and Team Foundation Server 2010 New Team Features". You can download the presentation from the link below. I want to thank you to Microsoft DPE Team members and Ed for his support about presentation material. Presentation Powerpoint files.

How to delete a Team Project from a TFS 2010 Team Project Collection

You can not delete a Team Project from Source Control Explorer. When you try to delete it from Source Control Explorer in Visual Studio, it says to use team project deletion tool. You can remove a team project from Team Foundation Server when the project is no longer required by using TFSDeleteProject.exe. Open Visual Studio 2010 Command prompt and type; "http://chan08:8080/tfs/defaultcollection" is my tfs 2010 team project collection url. "demo2" is the team project will be deleted. "/q" is for brave administrators. :) tfsdeleteproject /q /collection:http://chan08:8080/tfs/defaultcollection demo2 Deleting from Build ... Done Deleting from Version Control ... Done Deleting from Work Item Tracking ... Done Deleting from TestManagement ... Done Deleting from LabManagement ...   Not...

New .NET debugger extension for WindDBG : PSSCOR2

You had a chance (!!??) to work with WinDBG with SOS.DLL extension for debugging .net applications. Psscor2 provides a superset of SOS.DLL functionality, specially for ASP.NET application. I already used it in only ASP.NET based projects, so this improvements will help me a lot (I am prying for not to need it in real life scenarios). Earlier I was using this command for listing all exceptions.  .foreach (ex {!dumpheap -type Exception -short}){.echo "********************************";!pe -nested ${ex} }  It says; "list all types which has a name that contains 'Exception' word."; Now with PSSCOR2; DumpAllExceptions (shorted as dae) command does the work. !dae  For example, Psscor2 provides the ability...

Team Foundation Server Proxy

Team System contains a server software named Team Foundation Server Proxy for using TFS SCM in remote locations with more efficient way. Image at the below gives you ideas about using the TFS Proxy.   Think about that;  you have a distributed development environment, there are developers in another office location of your company. They can connect TFS over HTTP, there is no need for any other application or server infrastructure. But using TFS proxy speeds up the developers at the remote locations. Normal 0 21 false false false TR X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normal Tablo"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt...

Web Statistics