G
o
o
g
l
e
×
Please click
here
if you are not redirected within a few seconds.
All
Images
Videos
News
Maps
Shopping
Books
Search tools
Recent
Recent
Past hour
Past 24 hours
Past week
Past month
Past year
Archives
Sorted by relevance
Sorted by relevance
Sorted by date
How to enforce architecture rules in C#
InfoWorld
NetArchTest is a simple framework that can be used to enforce architecture rules in .NET Framework or .NET Core as well as in .NET 6 projects.
4 months ago
Writing xUnit Tests in .NET Core
Visual Studio Magazine
To write a test you simply create a public method that returns nothing and then decorate it with the Fact attribute. Inside that method you can...
71 months ago
How to bypass security in integration tests in ASP.Net Core
InfoWorld
Take advantage of fake authentication/authorization checks to simplify integration tests in ASP.Net Core.
4 months ago
AWS CodeBuild Test Reporting with .NET Core
Amazon Web Services
AWS CodeBuild announced a new test reporting feature which can help make diagnosing test failures in CodeBuild much easier.
55 months ago
TimeProvider and ITimer: Writing Unit Tests with Time in .NET 8 Preview 4
infoq.com
Handling date and time correctly in .NET can be a challenging task. DateTimeOffset , with stored UTC offset and time zone, provides more...
17 months ago
Introducing the .NET Core Unit Testing Framework (or: Why xUnit?)
Visual Studio Magazine
Under the hood, the xUnit architecture is also far more extensible than the other Visual Studio test frameworks. You can create new attributes...
72 months ago
Writing Unit Tests in C# with ease using ChatGPT
Packt
In sum, my pair-programming buddy, ChatGPT, saved me a lot of tedious work creating unit tests.
17 months ago
Debugging .NET Core AWS Lambda functions using the AWS .NET Mock Lambda Test Tool
Amazon Web Services
It's a tool to quickly load up your Lambda function code and test your application logic. It provides functionality similar to the quick F5 debugging...
72 months ago
A Quick Tour of the .NET CLI
infoq.com
The dotnet cli makes automating and scripting builds on .NET projects simple, especially compared to the state of the art in .
71 months ago
Providing Constant Context for .NET Core Tests
Visual Studio Magazine
The new xUnit Testing Framework that's part of .NET Core works differently from the testing frameworks you're used to. During a test run,...
71 months ago