ASP.NET Testing
ASP.NET testing frameworks – RUnit [http://www.ruxp.net/runit.asp] and NUnitASP [http://nunitasp.sourceforge.net/].…
ASP.NET testing frameworks – RUnit [http://www.ruxp.net/runit.asp] and NUnitASP [http://nunitasp.sourceforge.net/].…
NUnit – easy unit testing with “mocks” [http://dotnetjunkies.com/WebLog/Programming%20musings/archive/2004/07/19/19717.aspx] . A nice overview by Marek Konopka on the new “mocks” feature of NUnit.…
Developing Automated Tests Using NUnit and VB.NET [http://www.byte-vision.com/NUnitAndVBPrint.aspx] – This article describes how to write unit tests in Visual Basic .NET using the market standard automated unit testing tool NUnit 2.0.…
WebDeploy [http://weblogs.asp.net/mhawley/category/4043.aspx?Show=All] is a small windows application that allows a developer to easily transfer files (VS.NET web project) from one location to another based on extensions. It looks great for web deployment of projects over a network or internet (via…
Convert C# code snippets to their equivalent in VB.NET using these web-based tools at developerfusion [http://www.developerfusion.com/utilities/convertcsharptovb.aspx], aspalliance [http://authors.aspalliance.com/aldotnet/examples/translate.aspx] and another one by Kamal Patel [http://www.kamalpatel.net/ConvertCSharp2VB.aspx].…
Visual IL [http://blogs.msdn.com/craigskibo/archive/2004/07/12/180991.aspx] by Craig Skibo is an interesting IL (Intermediate Language) development environment (currently in beta). This sure goes a level deeper than C# and VB.NET, for direct IL development rather than relying on the IL compiler.…
ReSharper: C# Refactoring Tool [http://www.jetbrains.com/resharper/]. ReSharper is an add-in for Visual Studio .NET 2003 that brings intelligent C# code editing, highlighting and refactoring features to Visual Studio.…
Test TCP (TTCP) [http://www.pcausa.com/Utilities/pcattcp.htm] is a command-line sockets-based benchmarking tool for measuring TCP and UDP performance between two systems. [via Ohad [http://weblogs.asp.net/israelio/archive/2004/07/12/180990.aspx]]…