Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET
.NET 2.0
.NET 3.5
.NET 4
.NET 4.0
.NET General
.NET Performance
ADO.NET
Agile
ALM
Architecture
C#
Code Metrics
CodePlex
design patterns
DEV
Development
dotNetExpress
Express
GUI Tests
How To
Lab Management
Microsoft Test And Lab Management
Microsoft Test Manager
Migration
Modeling
MOSS 2007
MSI
Network
New Features
NEWS
Office 2007
Office 2010
OFFTOPIC
PDC08
PowerTools
Process Template
QC
Quality Center 2 Team System 2010
Questions
Reports
Scrum
Scrum 3.0
Setup Project
Sharepoint
SharePoint Architecture
Sharepoint Designer 2007
SharePoint Performance
SharePoint Server 2010
Silverlight
Silverlight 2.0
Source Control
SP
SQL
SqlServer
SqlServer 2005
SqlServer 2008
SqlServer 2008 R2
SSRS
Team Build
Team System
Team System 2010
TECH
Test Management
Test Manager
Test Professional
Testing
TFS
TFS 11
TFS 2010
TFS Administration
TFS Utilities
UI Tests
Video
Virtualization
Visual Studio 11
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
Visual Studio 2010 Architecture Tools
VS2010
VSTS2010
Webcast
WebPart
Win32
Windows 7
Windows Azure
Work Items
WorkItem Tracking
WPF
WSS
The Git Hole
Tweet I consider myself a calm person with plenty of tolerance, I believe in productive discussion and love it – Part of my job as a consultant is to talk with Teams and explain them why you should choose a specific product over another, in 99.9% of those meetings there is one guy that don’t like the change (No One Like Changes) and you need in a calm way to explain and show him the benefits of the new tool – Forcing someone to do something is never a good thing. But sometimes there is no wining...
01-25-2012 9:31
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
WorkItem Tracking
,
Development
,
Work Items
,
Testing
,
Visual Studio
,
Process Template
,
Reports
,
Source Control
,
TECH
,
DEV
,
ITPRO
,
Questions
,
Scrum
,
Visual Studio 2010
,
Architecture
,
Team System 2010
,
TFS 2010
,
Scrum 3.0
,
Modeling
,
ALM
,
Agile
,
Visual Studio 11
The Future of Testing: Quality Center vs. Team Foundation Server
Tweet Quality Center vs. TFS is a question I hear a lot, each customer that works with Quality Center has faced this question when the development team has decided to work with TFS or the Testers want features to help them improve their testing quality. Instead of talking about that subject only with my customers I decided to write something on that subject to help you understand the power of TFS for Testers, and how this platform will improve your Testing abilities with more advance features and...
01-05-2012 0:12
by
shair
to
Shai Raiten
תגים:
TFS
,
Development
,
Testing
,
Visual Studio
,
TECH
,
ITPRO
,
Questions
,
QC
,
Visual Studio 2010
,
TFS 2010
,
Microsoft Test Manager
,
Migration
,
Quality Center 2 Team System 2010
,
TFS 11
TFS 2010 - Build Details Log View Is Very Slow
A while ago I posted about a bug in viewing the Build Details Log inside Visual Studio. I’ve also submitted bug on the Connect web site, but the answer was “suppress warning level”. Now there are news : A good one and A bad one. I’ll start with the good one: This is officially a bug and will be fix in the next release. The bad one is that right now, if you have a big Project to build that includes a lot of solutions and projects (we have like 70 solutions with more than 700 projects that all...
02-08-2011 20:32
by
BaruchF
to
Baruch Frei
תגים:
ITPRO
,
DEV
,
VS2010
,
Team Build
,
Visual Studio
,
TFS 2010
Code Metrics From The Command Line - Power Tools
Code Metrics From The Command Line - Power Tools In my last post I’ve talked about What is Code Metrics in Visual Studio, and how Code Metrics will allow you to monitor you code to find those un-maintainable and complex hotspots “Microsoft just release a command line because many customers are looking for a way to generate code metrics information as part of their build process. In this way, the complexity associated with assemblies coming out of your nightly builds could potentially be tracked and...
02-06-2011 9:46
by
shair
to
Shai Raiten
תגים:
Team Build
,
TFS Utilities
,
Development
,
Visual Studio
,
PowerTools
,
DEV
,
ITPRO
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
.NET 4
,
Code Metrics
What is Code Metrics
What is Code Metrics Visual Studio 2008/2010 comes with a nice tool that called – Code Metrics: “gives you the ability to dig deep to find those un-maintainable and complex hotspots” Code Metrics calculate 5 measures: Lines of Code – Indicates the approximate number of lines in the code. The count is based on the IL code and is therefore not the exact number of lines in the source code file. A very high count might indicate that a type or method is trying to do too much work and should be split up...
02-03-2011 8:39
by
shair
to
Shai Raiten
תגים:
.NET
,
Development
,
Visual Studio
,
DEV
,
ITPRO
,
Visual Studio 2010
,
Code Metrics
Extending Visual Studio Setup Project – Part 2
Extending Visual Studio Setup Project – Part 2 In my last post on that subject Extending Visual Studio Setup Project – Part 1 I showed how to create and use the basic features in Visual Studio Installer, this is the second part and more advanced. Download Demo Project Run External Application during Setup In this step I’ll show how to run an external application before the actual install process using “Installer Class”. Create new WPF Application project called – “SetupHelper” and add additional...
01-16-2011 16:36
by
shair
to
Shai Raiten
תגים:
.NET
,
Development
,
Visual Studio
,
WPF
,
TECH
,
DEV
,
ITPRO
,
Visual Studio 2010
,
How To
,
.NET 4
,
Setup Project
,
MSI
Extending Visual Studio Setup Project – Part 1
Extending Visual Studio Setup Project – Part 1 One of the thing I hear all the time when companies talks for building reliable Windows Installer (MSI) for their product is –> Visual Studio Setup Project is not enough and we need much much more, my first response is – Wait, VS Setup project is not like Advanced Installer , InstallShield but still can do a lot more outside the box. Setup projects are used to create Windows Installer (.msi) files, which are used to distribute your application for...
01-15-2011 23:47
by
shair
to
Shai Raiten
תגים:
.NET
,
Development
,
Visual Studio
,
WPF
,
TECH
,
DEV
,
ITPRO
,
Visual Studio 2010
,
.NET 4
,
Win32
,
Setup Project
Visual Studio 2010 SP1 and TFS 2010 SP1–What’s New? (Summary)
Since the release of the new SP1 beta of TFS 2010 and VS2010 that I have published about in my post: "Visual Studio 2010 And TFS 2010 Service Pack 1 Beta Has Released" , I have received a lot of questions about what’s new. I have just read a very good post by: “Learn TFS” that summarize all that is new in this service pack. You can read more in: “Visual Studio 2010 SP1 and TFS 2010 SP1 Roundup” Have Fun!!!
12-12-2010 13:12
by
Eran Ruso
to
Eran Ruso
תגים:
DEV
,
TECH
,
TFS
,
TFS 2010
,
Team System 2010
,
VS2010
,
VSTS2010
,
Visual Studio 2010
,
Visual Studio
,
ITPRO
,
SP
Feature Pack 2–Testing pack Is Available
Finally it is here! I have writen about the feature pack 2 in my post: “New Feature Pack For Testing Is About To Be Delivered Including Silverlight Support!” You can download the feature pack only if you are a MSDN Subscriber and you have Visual Studio 2010 Ultimate Edition Premium Edition or Test Professional from here . The Feature Pack 2 is already including Feature Pack 1. Have Fun!!!
11-16-2010 22:37
by
Eran Ruso
to
Eran Ruso
תגים:
DEV
,
Team System
,
TECH
,
TFS 2010
,
Team System 2010
,
VS2010
,
VSTS2010
,
Microsoft Test And Lab Management
,
Testing
,
New Features
,
TFS Administration
,
Visual Studio
,
GUI Tests
,
UI Tests
,
Visual Studio 2010 Architecture Tools
,
ITPRO
,
Test Management
,
Test Manager
,
Test Professional
New Feature Pack For Testing Is About To Be Delivered Including Silverlight Support!
A few days ago Brian Harry has announced the N ew Features and Testing Capabilities that will be released in what the call “Feature Pack 2” that is dedicated to the Testing World . Between these features there is the one thing that many are waiting for: The Recording for Silverlight! Below you can read more about the grate features that will be released with “Feature Pack 2”, the list is taken from Brian Harry’s post that you can read here . Has Soon as this pack will be released I will let you know...
11-14-2010 7:35
by
Eran Ruso
to
Eran Ruso
תגים:
DEV
,
Team System
,
TECH
,
TFS 2010
,
Team System 2010
,
VS2010
,
VSTS2010
,
Microsoft Test And Lab Management
,
Testing
,
New Features
,
TFS Administration
,
Visual Studio
,
GUI Tests
,
UI Tests
,
Visual Studio 2010 Architecture Tools
,
ITPRO
,
Test Management
,
Test Manager
,
Test Professional
Page 1 of 4 (31 items) 1
2
3
4
Next >