Posts Tagged ‘Unit Testing’
Mark Seemann & Brendan Richards – Dependency Injection, Unit Testing, & C# vs F#, an AMA! from NDC Sydney 2018
NDC returned to Sydney this year and SSW TV was there alongside .NET Rocks! to catch all of the action with our Ask Me Anything! sessions. As usual there were a host of top industry pros talking about various subjects related to software development. This year, SSW TV worked alongside .NET Rocks! to run and…
Read MoreEnhanced .NET Unit Testing | David Gardiner
In this fast-paced talk David shows you a bunch of really useful libraries and tools that can make writing unit tests faster, simplify reading and understanding test code and help you identify the root cause of failed tests. A great mix of general and special purpose libraries to have in your unit testing toolbox. Take…
Read MoreNew unit testing features in Visual Studio 2015 | Terje Sandstrom
Visual Studio 2015 adds a new Unit Test Generator feature, which can generate test skeletons, including project files. It can generate for multiple frameworks, currently MSTest, NUnit and XUnit. In the case of the latter two, nuget packages are also automatically included. VS 2015 also includes Intellitest, a framework for generating tests parametrized data driven…
Read MoreASP.NET MVC and AngularJS with Scott Allen
Adam Stephensen does a webcam interview with Scott Allen. They discuss using AngularJS in ASP.NET MVC to build responsive web applications with two-way data-binding, clear separation of concerns and improved testability. — Want to build a website? SSW has the resources to develop sites of any scope, from ongoing maintenance tasks to the implementation of…
Read More