Wednesday, November 14, 2012

Notepad++ Editor - (Regular Expressions tips)

Notepad++ Editor -  (Regular Expressions tips)

If you want to prefix some characters on START of every line opened by Notepad++.

Start of the line

If you want to suffix some characters on END of every line opened by Notepad++.

\r\n End of the Line (CRLF)

Refer to images below for more details

Note: on Replace text window - Ensure you have Regular expression radio option is selected











Saturday, November 10, 2012

Team Foundation Service is Released!

Cloud-powered source code management through Team Foundation Service.

The new url for the service is http://tfs.visualstudio.com and you can signup for free and add max 5 users to access your TFS service. Pricing will decided by Microsoft during early 2013.

- Get started quickly, with no infrastructure to manage.
- Go from “Sign up” to first project in minutes, and set up a Continuous Integration (CI) build in a few easy steps.
- Your source code and work items are stored in the cloud, making server configuration a thing of the past.
- Plan projects, collaborate with your team, and manage your code online from anywhere.
- Check-In your code directly into the cloud using Visual Studio or Eclipse. Manage work items and bugs in Internet Explorer, Chrome, or Safari.

TFS cloud Features –> http://tfs.visualstudio.com/en-us/home/features/feature-tour/

OK now lets try signup for free to the Team Foundation Service on cloud…

http://tfs.visualstudio.com/en-us/#

clip_image001[6]

Sign up process steps

https://tfs.app.visualstudio.com/_account/Signup

clip_image002[6]

Creating TFS account

clip_image003[7]

TFS Account created and link –> https://bptech.visualstudio.com/

Default view of TFS

clip_image004[7]

TFS Admin screen

clip_image005[6]

Creating new Team Project

clip_image006[6]

Creating new team project in progress

clip_image007[6]

Creating new team project in progress

clip_image008[6]

New Team project created successfully

clip_image009[6]

Team project default view

clip_image010[6]

Let us now try to connect to the TFS Project on cloud

Connecting to Team project created through web interface using Visual Studio 2012

Team –> Connect to Team Foundation Server

image

Provide the TFS account link for connect to the TFS cloud

clip_image001[8]

Connecting to Team project created through web interface using Visual Studio 2012

clip_image002[8]

Team Explorer connected the team project in TFS cloud

clip_image003[9]