SOSamuel Olagesininolagesinstechdiary.hashnode.dev路Jun 25, 2021 路 8 min readUsing NLog in a .NET Core WebAPI.Hi there, Recently, I learned how to log information during the life cycle of a .NET Core WebAPI and I'll be sharing what I learned with you. What is Logging? I'll start by giving an example of what Logging is: let's assume we have just deployed ...00
SOSamuel Olagesininolagesinstechdiary.hashnode.dev路Dec 6, 2020 路 6 min readAlternative methods for Creating Forms in asp.net MVC 5Recently, I came across three different ways to create forms in asp.net MVC 5, which are: Using traditional HTML forms tag Using Html Helper Methods Using Ajax Helper Methods Note: This article assumes the reader is familiar with: Basic form creati...00
SOSamuel Olagesininolagesinstechdiary.hashnode.dev路Aug 25, 2020 路 9 min readAutomated Testing In C# - Writing UnitTests using NUnitHello, welcome again to my series on Automated Testing in C#. In the last article, I gave an overview of the concept of automated testing in C# (which can also apply to other programming languages). In this article, I would be going a little bit deep...02SW
SOSamuel Olagesininolagesinstechdiary.hashnode.dev路Aug 14, 2020 路 4 min readAutomated Testing in CSharpTesting Automation Overview Hello there 馃憢, welcome to my article on Automated Testing in C#. Here I would be giving an overview of what Software testing is, why we need to test our applications, types of testing we can perform on our application, an...01W