Home > Blogs
Browse by Tags
Home > Blogs
Posted:
Monday, November 08, 2004 10:58 AM
by
Barry Gervin |
Filed under: VS2003, Tips, Humours Distractions, Southern Ontario, Services, Events, Testing, Home, Newsletter, MSF
What does project management, test management, defect tracking, build servers, methodology, automated testing, code coverage, and software diagramming have to do with Halo 2? I'm not sure really, but if you want both - then you need to come to the Toronto
Read More...
Posted:
Friday, September 17, 2004 1:54 AM
by
Barry Gervin |
Filed under: ADO.NET, VS2003, C#, VB.NET, Tips, WinForms, WebForms, Services, Security, Testing, Home, Newsletter
There is a new critical security vulnerability that affects a wide range of software that can't be easily patched through Windows Update. The vulnerability lies inside of GDI+ and can allow a maliciously formed JPEG image file to create a buffer overrun
Read More...
James Newkirk shows how to write a white-box test in Whidbey He shows how to test the value in a private field and invoke a private method. While you can (not so) easily do that today in NUnit, he demonstrates the PrivateObject class that lets you easily
Read More...
Posted:
Wednesday, May 26, 2004 9:38 PM
by
Barry Gervin |
Filed under: PDC, VS2005, ADO.NET, SQL, VS2003, C#, VB.NET, Tips, WinForms, WebForms, Services, Security, Events, Testing, TechEd
No need to have a TechEd commnet password. You can download ALL the pdf's for the plethora of topics. Some good stuff to see how the newly announced stuff (Team System, etc.) works. Business Productivity Solutions (Office) Data Management (SQL Server)
Read More...
Posted:
Monday, May 24, 2004 1:51 PM
by
Barry Gervin |
Filed under: PDC, VS2005, VS2003, C#, VB.NET, Tips, WinForms, WebForms, Security, Events, Testing, TechEd
It's official. I'll post more thoughts and analysis about this as time permits, but, things you should know. Microsoft now has a new Team version of Visual Studio to be delivered “Next Year“ according to Balmer. new source control - more details
Read More...
This BOF went pretty well and a huge thanks to Jim Newkirk for assisting in the delivery. He's a real authority on the practices around NUnit and a good guy to have a round. If you buy his new book on Test Driven Development with Microsoft .NET onsite
Read More...
http://sourceforge.net/forum/forum.php?forum_id=377077 Things I like: Assert.AreEquals support to compare arrays of the same length, type and values. You can now put a Category attribute on your fixtures AND methods....and then use that as a filter when
Read More...
Usually I'm the guy who all the other developers are wiating on to create some reusable framework widget or other. I usually have 10, 000 things on my plate so when somebody asks me to do something or reports a bug with some of my code, I need to find
Read More...
I've been doing a lot of testing lately. A lot. I'm building a database agnostic data access layer. It has to be as performant as using typed providers, and even support the optional use of a typed provider. For example, we want to allow developers to
Read More...