GraphQL for .NET VS SimpleDateTimeProvider

Compare GraphQL for .NET vs SimpleDateTimeProvider and see what are their differences.

SimpleDateTimeProvider

A simple abstraction over C#'s DateTime.Now, DateTime.Today and DateTime.UtcNow so you can control these values in your tests. No longer do you have to attempt shenanigans in your tests to handle when you need to use those values in your code. (by stphnwlsh)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
GraphQL for .NET SimpleDateTimeProvider
6 1
5,739 9
0.6% -
9.1 6.2
9 days ago 24 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

GraphQL for .NET

Posts with mentions or reviews of GraphQL for .NET. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-13.
  • Redis as a Database — Live Data Updates with PubSub and GraphQL Subscriptions
    6 projects | dev.to | 13 Nov 2022
    The way that’s done in Visualizer is quite specific to my needs and to the library that I’m using, called GraphQl-Dotnet.
  • Graphql-dotnet vs Hot Chocolate, which one to choose?
    2 projects | /r/dotnet | 7 Aug 2022
    I'm starting a brand new project. Looks like if we want to do GraphQL in .NET, it's either graphql-dotnet or Hot Chocolate. Both look pretty good on paper.
  • Dotnet Outdated - Install and Update
    5 projects | dev.to | 27 Nov 2021
    This is a template API using Clean Architecture alongside a .net implementation of GraphQL.
  • Improving the GraphQL.NET Data Loader Execution Strategy
    1 project | dev.to | 28 May 2021
    Customising the default ParallelExecutionStrategy is harder though. The best way to achieve this is to take the existing source code and modify it. The key section we need to modify is the last part of the try/catch in ExecuteNodeTreeAsync:
  • when will we see a native Date/Time type?
    1 project | /r/graphql | 3 May 2021
    Because it can depend on the context. I know the PHP Laravel integration for GraphQL I used was leveraging the Carbon interface instead of PHP's native Date type. In NestJS the integrated solution allows you to choose whether to use UNIX timestamps or ISO datetimes. TypeGraphQL does something similar if I'm not wrong, and the .NET library added a bunch of date-related scalars in a PR they made for v2.
  • Learn GraphQL + React in 30 mins with Apollo's new learning platform Odyssey!
    2 projects | /r/reactjs | 29 Jan 2021
    If you're loving your current stack, you should stick with it :) But, if you're experiencing some of the problems described in the article, you might want to try Apollo. It's incrementally adoptable, so you don't have to rewrite your whole app to start using it. There's also a community maintained .NET implementation of GraphQL, so you could use that for your graph and use Apollo Client to connect it to the frontend.

SimpleDateTimeProvider

Posts with mentions or reviews of SimpleDateTimeProvider. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-27.

What are some alternatives?

When comparing GraphQL for .NET and SimpleDateTimeProvider you can also consider the following projects:

Hot Chocolate - Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.

SilkierQuartz - SilkierQuartz can host jobs using HostService and Provide a web management tools for Quartz !

AutoMapper - A convention-based object-object mapper in .NET.

Crm.Specflow - D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

ServiceStack - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all

CleanGraphQLApi - A template for an API using Clean Architecture and GraphQL.net.

Breeze - Breeze for C#, F#, and VB.NET client applications

Smaragd - A platform-independent, lightweight library for developing .NET applications using the MVVM architecture

hotchocolate - Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE. [Moved to: https://github.com/ChilliCream/graphql-platform]

DateTimeExtensions - This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working days calculations on several culture locales.

NancyFx - Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. Note: This project is no longer maintained and has been archived.

CleanMinimalApi - A template for an API using Clean Architecture and .NET Minimal API's.