Skip to content
Code Hotfix

Code Hotfix

  • HOME
  • HOT FIX
    • C# fix
    • ASP .NET fix
    • JavaScript fix
    • SQL fix
    • HTML fix
    • MVC Fix
    • Xamarin Fix
  • TECHNOPEDIA
  • DevOPS
    • Docker
    • Kubernetes
  • Agile
    • Business Analyst
  • Interview Questions
    • C# .Net Quiz
    • C# Interview Question
    • OOPS Interview Question
    • ASP .NET Interview Questions
  • QUICK TIPS
  • FAQs
  • BEHIND THE BLOG
    • Disclaimer
    • Post Query
    • About Us

How to create anonymous test data with AutoFixture?

Technopedia / By codehotfix / Leave a Comment

This article is the continuation of the previous article “Make your Unit Testing easier with AutoFixture”. In this article, we will cover how to create anonymous data and Objects with Autofixture. If you also want to run the below examples on your machine make sure to install AutoFixture and XUnit Nuget Package. Also remember to …

How to create anonymous test data with AutoFixture? Read More »

Make your Unit Testing easier with AutoFixture

Technopedia / By codehotfix / 1 Comment

AutoFixture is a free open-source library and at the time of publishing this blog, it has over 31M downloads on NuGet. AutoFixture will help you to Increase Productivity Reduce test maintenance Improve test readability Less test code You may have already familiar with the 3 phases of unit testing. Arrange, Act and Assert. AutoFixture can …

Make your Unit Testing easier with AutoFixture Read More »

How Kubernetes can make your life easy?

DevOPS, Kubernetes, Technopedia / By codehotfix / Leave a Comment

Before we jump to what is Kubernetes and how it can help you to make your life easier, you must have some previous knowledge of Containers and Docker. I have already covered this in my previous post. Please check the below for reference. What is Docker Container? Getting started with Docker Container? History Even before …

How Kubernetes can make your life easy? Read More »

All you need to know about blockchain transactions

Technopedia / By codehotfix / Leave a Comment

In my previous article, I explained blockchain and its characteristics. This article is the continuation of the previous. In this article, we will try to understand how does blockchain transactions work. Due to the nature of blockchain, you can say they can give you a trustworthy way to store the data. This could be monetary …

All you need to know about blockchain transactions Read More »

Getting started with Blockchain Technology – Bitcoin and more

Technopedia / By codehotfix / 1 Comment

Think of it as a large worldwide computer where everyone can securely access data and execute transaction code. All transactions are stored in blocks of data. These blocks are made in a way that’s really hard to manipulate or fail once they are store in a blockchain. Origin You must be aware of the very …

Getting started with Blockchain Technology – Bitcoin and more Read More »

Posts navigation

1 2 … 17 Next Page →

Search

Top Posts & Pages

  • How to change the icon of a Console App in Visual Studio
  • How to sign third party assemblies
  • How to create anonymous test data with AutoFixture?
  • What is Single Sign-On (SSO) & How to Implement it?
  • Python Fundamentals Part 1

Recent Posts

  • How to create anonymous test data with AutoFixture? March 11, 2021
  • Make your Unit Testing easier with AutoFixture March 8, 2021
  • How Kubernetes can make your life easy? March 2, 2021
  • All you need to know about blockchain transactions January 25, 2021
  • Getting started with Blockchain Technology – Bitcoin and more January 9, 2021

Get more stuff like this
in your inbox

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

we respect your privacy and take protecting it seriously

Copyright © 2021 Code Hotfix