.Net Framework
Sign in to follow topics
Featured
Video
Build an ASP.NET app with the Mongo C# Driver
✅ Sign-up for a free cluster at: https://mdb.link/free-gM4m5LizxL8 ✅ Get help on our Community Forums: https://mdb.link/community-gM4m5LizxL8 In this session, we will build a data-driven ASP.NET web app using the MongoDB driver to connect to MongoDB Atlas. You will learn how to incorporate the driver in your project and use both standard CRUD methods and the Aggregation Framework to work with the data. We will keep this project small enough that attendees can follow along on their own laptops if they want (but they must have Visual Studio 2019 installed ahead of time). This session assumes only a basic familiarity with C# and MongoDB.Jun 10, 2020
All .Net Framework Content
- Newest
- Highest Rated
Video
Interact with MongoDB Atlas and AWS Lambda Functions
Learn more → https://mdb.link/atlas-in-aws-function-csharp Get started with C Sharp → https://mdb.link/start-c-sharp In this week’s AWS Cloud Connect, Hubert Nguyen, Sr. Developer Advocate at MongoDB, shares practical insights on building a C# AWS Lambda serverless function with MongoDB Atlas. He demonstrates efficient techniques for creating and sharing a MongoDB client and connecting multiple class instances. For those interested in serverless architecture and AWS Lambda, MongoDB Atlas offers flexibility and ease of use.Sep 04, 2023
Tutorial
Building a Crypto News Website in C# Using the Microsoft Azure App Service and MongoDB Atlas
This article by Dominic Frei will lead you through creating your first Microsoft Blazor server application and deploying it to Microsoft Azure.Apr 17, 2023
Dominic Frei
Tutorial
Interact with MongoDB Atlas in an AWS Lambda Function Using C#
In this tutorial, we'll see how to create a serverless function using the C# programming language and that function will connect to and query MongoDB Atlas in an efficient manner.Mar 01, 2023
Hubert Nguyen
Article
Source Generated Classes and Nullability in Realm .NET
The latest releases of Realm .NET have included some interesting updates that we would love to share — in particular, source generated classes and support for nullability annotation.Feb 27, 2023
Ferdinando Papale
Tutorial
Getting Started with MongoDB Atlas and Azure Functions using .NET and C#
Learn how to build scalable serverless functions on Azure that communicate with MongoDB Atlas using C# and .NET.Feb 14, 2023
Nic Raboy
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
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 see how it can help you become more proficient at producing queries and aggregation pipelines in this video by Nic Raboy. 📚 For readers, here are written versions: https://trymongodb.com/3JWKujV ⏱️ 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
Tutorial
Saving Data in Unity3D Using BinaryReader and BinaryWriter
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.Mar 07, 2022
Dominic Frei