Showing posts with label where. Show all posts
Showing posts with label where. Show all posts

Monday, March 2, 2015

Where can i find a free hosted Team Foundation Server Service

I was looking for a free hosted service of Microsoft Team Foundation Server to have version control for my Visual Studio software projects.

I found out, that Microsoft itself offers a free plan for up to 5 users under: http://tfs.visualstudio.com/

What it (currently) includes :

·         Up to 5 users

·         Unlimited number of projects

·         Version control (TFVC or Git)

·         Work item tracking

·         Agile planning tools

·         Virtual team rooms

·         Build (still in preview)

·         Test management (still in preview)
Read more »

Saturday, February 28, 2015

Where can I find online tutorials to learn C NET programming

I was looking for online tutorials to learn and improve C# programming. Here is just a list of tutorials I found to remember them and to share.

List of C# tutorials:
http://www.tutorialspoint.com/csharp/index.htm
http://www.csharp-station.com/
http://www.csharpme.de/
http://msdn.microsoft.com/en-us/library/aa288436%28v=vs.71%29.aspx
http://openbook.galileocomputing.de/csharp/
Read more »