[Solved] Agile/Scrum for Small Dev Team [closed]

It depends what is your purpose: implementing Agile just because it is the newest ‘fashion’ might prove to be very costly for your existing business. In my experience (almost 15 years, now) it is better to implement Agile all around the company, not only at Tech level (or DevOps as they are now calling it). … Read more

[Solved] If Bugs are on the same level as PBIs, how do I know where the bug came from in TFS 2015? [closed]

Actually you just need to associate the work items (PBI > Bug > Task). Once the association is created, then you can find the linked work items under Related Work. In my opinion, both options are OK. The two options you mentioned only reflect how the work items shown on backlogs and boards. But if … Read more

[Solved] General Questions about Entity Framework vs. Enterprise Library & a few others [closed]

I cannot answer all of your questions, but I will take a shot at a few of them (Question 1) Basically your assessment sounds right. It could also be said that EF ‘abstracts away’ the SQL that is otherwise needed to persist data to a persistent (generally a disk drive) store. (Question 7) Yes. However, … Read more