Welcome to Vista Squad Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)
VS/VSTS/TFS/.NET 3.5 SP1 have all shipped!
Everything all of it! Visual Studio 2008 Express Editions with Service Pack 1 (Bootstrappers) Visual Studio 2008 Express Editions with Service Pack 1 (iso) Visual Studio 2008 Service Pack 1 (Bootstrapper) Visual Studio 2008 Service Pack 1 (iso) Visual Read More...
NDepend - In and Out
Decided to get NDepend dealt with. I've been fortunate in that I've had a professional license but time has been of short supply in the last few months to be playing with something as cool and as big as NDepend. So here starts a series of posts on NDepend. Read More...
WPF Memory Leak in Command Binding
In a medium sized project I'm working on at the moment, we've had a rather large memory leak issue.  We've implemented our tiers in a pattern called MVVM . I wasn't sure on how well this would work but to be honest, its been an amazing pattern to Read More...
Free .NET 3.5 Training
The guys at Innerworkings are back at it!  Partnering with Vista Squad, we have 3 hours of free training in the new features in .NET 3.5.  I've used the Innerworkings software before and it is a great learning tool.  Head on over and to Read More...
Using PLINQ to Speed Up CPU Bound Operations - Demo
Coding for parallelism is never easy. Keeping track of threads, synchronisation issues and locking is incredibly hard. We've all had code where instantly we can see that running it in parallel would significantly improve the speed. But the overhead of Read More...