Contents tagged with PghDotNet
-
Back to Pittsburgh for Microsoft DevDays on March 9th!
I will be speaking at Microsoft Developer Days 2004 back in Pittsburgh on March 9th. It looks to be a very exciting event with a strong emphasis on security. I will be presenting “Threats and Threat Modeling - Understanding Web Application Threats and Vulnerabilities” on the Web Development Track.
-
Test Driven Development with NUnit and C# (with 50 people!)
Last night I presented on the above topic at the Pittsburgh .NET User Group. I had been having trouble in my preparation trying to figure out the best way to not only explain the concepts but to win over the audience to the TDD process. Looking at the two wonderful books (Beck, Astels) available on TDD made me realise something - they both explain by example! The more I thought about it, I realised that this was the XP/TDD way - “pair with the new guy“.
-
Jason Beres on .NET Remoting at Pittsburgh .NET
Jason Beres spoke at the Pittsburgh .NET User Group tonight on Remoting in .NET. It was fascinating to see how easy it is to setup a Remoting client and Server using configuration files. This was so much easier than my previous dabblings with Remoting which involved lots of custom SOAP wrapper editing.
Jason did a great job. For more .NET Remoting resources, he recommended:
.NET Remoting FAQ
Applied Remoting