Continuous Integration is a software development practice. This practice and name firstly pronounced by Martin Fowler and Kent Beck in 1999. The idea behind this practice is integrating the code that is checked in by developers frequently. Picture this scenario; you have a team of developers and every developer makes checkins their work. All of [...]
I had present a session about “Visual Studio 2010 – Cool New Features”. You can see the presentation at the below.
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.
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 [...]
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 [...]
ScottGu’s announced about VS 2010 and .NET 4 Release Candidate releases. RC will be avaible in February. The goal behind the Release Candidate is to ensure that performance problems in Beta2 are fixed and products are ready for RTM release. ScottGu says this will postpone the RTM release a few weeks. I think every developer [...]