MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Moleseyhill.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Moleseyhill.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Moleseyhill.com most likely does not offer any adult content.
Popular pages
-
Articles
Articles on Programming, Test Driven Development, C#, Javascript, ASP.NET MVC and SQL Server, with a bit of maths and science thrown in too.
-
NUnit Assert.That examples
Common and not so common examples of the Assert.That syntax for NUnit 3.
-
Unit Testing with the Repository Pattern
Example showing how the repository pattern lets you to unit test without hitting the database. Example implemented in C# and Linq to SQL.
-
The Evolving Definition of Unit Testing
To get testability - easy to write, easy to understand, fast automated tests - your architecture must allow you to replace external dependencies during test.
-
Fluent NHibernate Unit Of Work Pattern
Example of the Unit of Work pattern, using Fluent NHibernate.
-
Unit Testing with Email
Unit testing email by faking the SmtpClient, with C# example code using System.Net.Mail.