CSharp
A general-purpose, multi-paradigm programming language. C# is a particularly useful language to learn for developing apps based on the .NET frameworkFeatured
All CSharp Content
- Newest
- Highest Rated
Tutorial
Microsoft Blazor Tutorial (1/5): Building a Status Page
This tutorial series leads you through creating your first Microsoft Blazor app by setting up a Status Page for backend services.Sep 06, 2022
Dominic Frei
Video
Interact with a GraphQL API from a .NET Core Application
✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Need to query and consume data from a GraphQL API using C# or .NET? In this tutorial we'll see how to create a very basic GraphQL API using MongoDB without writing any GraphQL backend code. Then we'll see how to query it like any other GraphQL API, but using simple .NET code. 📚 For readers, here is a written version: https://trymongodb.com/3A7WDOq ⏱️ Timestamps ⏱️ 0:00 Intro 0:25 MongoDB Atlas and the Example Data Set 1:30 Creating and Configuring a GraphQL with MongoDB App Services 5:03 Consuming a GraphQL API with .NET Core 13:49 Defining Access Rules for MongoDB App Services 15:03 Reviewing the GraphQL with .NET Core and MongoDB Project --- Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #graphql #csharpAug 30, 2022
Video
How to use the MongoDB .NET Analyzer to Help with LINQ Queries in C#
✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Learn how to use the MongoDB Analyzer for .NET and how it can help you become more proficient and producing queries and aggregation pipelines in this video by Nic Raboy. 📚 For readers, here are written versions: https://www.mongodb.com/developer/languages/csharp/introducing-mongodb-analyzer-dotnet/ ⏱️ Timestamps ⏱️ 0:00 Intro 0:34 Prerequisites 1:10 Exploring a .NET Application in Visual Studio 2:12 Installing the MongoDB Analyzer for C# 3:10 Analyzing a MongoDB Builder 5:45 Analyzing a MongoDB LINQ Query 7:16 Identifying Invalid Operators and Syntax 8:24 Outro --- Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #linq #csharpAug 09, 2022
Tutorial
Interact with a GraphQL API from a .NET Core Application
Learn how to query and consume a GraphQL API from a .NET Core Application.Jul 26, 2022
Nic Raboy
Tutorial
Using LINQ to Query MongoDB in a .NET Core Application
Learn how to use LINQ to interact with MongoDB in a .NET Core application.May 09, 2022
Nic Raboy
Code Example
SNIPPET
Saving Data in Unity3D Using SQLite
Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-party libraries.Apr 12, 2022
Dominic Frei
Tutorial
Joining Collections in MongoDB with .NET Core and an Aggregation Pipeline
Learn how to use the MongoDB aggregation pipeline to create stages that will join documents and collections in a .NET Core application.Feb 16, 2022
Nic Raboy
Tutorial
MongoDB Geospatial Queries in C#
If you've ever glanced at a map to find the closest lunch spots to you, you've most likely used a geospatial query under the hood! In this tutorial, we'll learn how to store geospatial data in MongoDB Atlas and how to work with geospatial queries in the MongoDB C# driver.Feb 09, 2022
Adrienne Tacke