Skip to main content

Installing Visual Studio 2012 with Update 2 CTP4

 

Brian Harry has announced release of Visual Studio 2012 Update 2 CTP4, this release contains significant improvements compared with other 3 releases and this is the final CTP release.  This weekend I have decided to refresh my environment with this latest Visual Studio 2012 Update 2 CTP4 release.

Before I start, let me give some details on what’s new in Visual Studio 2012 Update 2 CTP4.

  • Backup and restore Power Tool
  • Preserve Configuration on Upgrade
  • Servicing in High Availability SQL Environments (SQL Always On)
  • Customizable kanban columns
  • Visual Studio Git Extension

You can complete details of new features here , you can download Visual Studio 2012 Update CTP4 from here http://go.microsoft.com/fwlink/?LinkId=273878.

My development environment setup

(Note :this is my personal development environment setup and does not guarantee security or other features )

Steps

1.Go to http://www.microsoft.com/en-us/download/details.aspx?id=36833 and download “VS2012.2 CTP TFS Server ENU.iso” file

image

2. Mount “VS2012.2 CTP TFS Server ENU.iso” file and double click on “tfs_server.exe”

image

3. Accept the license terms for the Team Foundation Server by selecting check box and click on “Install Now” button

image

4. Wait till the time update gets over

image 

5. Once installation completed you will be redirect to following Upgrade Wizard screen

image

6. Enter appropriate appropriate SQL instance name

image

7. Enter tsf service account (I am going to select default NT Authority\Local Service)

image

8. I don’t want to configure my reporting service now, so I am going to skip this by un checking the check box

image

9. I don’t have SharePoint configured on my box , following option will be disabled mode

image

10. Following screen shows the detailed summary which you have selected

image

11. Click on Next button to verify the selected setting is correct or not

image

12. Click on Configure button to configure the tfs

image

13. Once Configuration process is done, click on Next button to start upgrade process

image

14. Upgrade process is in progress

image

15. Upgrade process is completed, click on Next button

image

16. Upgrade process complete

image

17. Open Team Foundation Server Administrative Console, which shows TFS is upgraded to CTP4

image

18 . Application tier up gradation summary

image

Comments

Popular posts from this blog

Unwanted Usage of ‘var’ Keyword in c#

Since the introduction of ‘var’ keyword in C# 3.0, lots of developers started using it very large scale mode. I have done code reviews of lots of projects since the introduction of ‘var’ keyword and the trend of ‘var’ keyword is in usage of lots projects, and one thing what I noticed is that, ‘var’ keyword has made developer’s life much easier. If you are from a VB 6.0 background, usage of ‘var’ keyword was strictly prohibited only to certain places, developer should not get confused themselves with ‘var’ keyword from VB 6.0 or in JavaScript which both are totally unrelated. The main purpose behind ‘var’ keyword in C#, is to use it when the type in unknown. For example, I have a method which returns CustomerDetails and it contains information such as Customer ID, CustomerID,CustomerCity,Zip etc. which has different data types. Usage of ‘var’ keyword at everyplace makes code very difficult for other developers to understand. For example, a developer wants to check employee stat

Team Foundation Server

Team Foundation Server Being in a software industry and specially those who are closely working with Microsoft technology no need to explain what is Team Foundation Sever (TFS). Let me explain in brief what is Team Foundation Server (TFS) and the advantages associated. Team Foundation Server is a source control, project management tool, bug tracking tool, change management, build automation and so on … TFS has number of inbuilt functionalities if used in a proper way leads to a project success. TFS enables organizations to manage applications throughout the IT lifecycle. Source Control Most of the organization uses Visual Source Safe (VSS) as a source control, TFS is an advanced source control which allows user to manage work items in a systematic way, and e.g., TFS administrator can set a policy while performing check-in and check-out operations. Following screen shot shows the policy warning if it’s not been satisfied. TFS can be integrated with Visual Studio;

About Dot Net Framework 4.0 and Dublin

Microsoft is releasing Dot Net Framework once in a a year or so, look at following history of Dot Net Framework.. Version Version Number Release Date 1.0 1.0.3705.0 2002-01-05 1.1 1.1.4322.573 2003-04-01 2.0 2.0.50727.42 2005-11-07 3.0 3.0.4506.30 2006-11-06 3.5 3.5.21022.8 2007-11-09 and now its turn of Dot Net Framework 4.0 Why Dot Net Framework 4.0?? More and more companies are adopting Service Oriented Architecture (SOA), (I am not going to explain SOA in this post, and it’s such an overloaded term and requires special dedication to explain) Service Orientation mainly takes use of WS-* standards to achieve service orientation. Managing new requirements, developing those requirements is become more complex. To overcome these difficulties Microsoft has enhanced .Net Framework and Windows Server, new version of Windows Workflow Foundation (WWF); Windows Communication Foundation (WCF) is a part of .Net Framework 4.0 for Windows Server. These enhanced capabilities codenamed as "Dub