appwrite-dotnet

Manage Appwrite users, databases, files, and serverless functions from .NET.

25|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-dotnet-appwrite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appwrite-dotnet
Source: https://github.com/appwrite/agent-skills/tree/main/skills/appwrite-dotnet
Command: npx skills add https://github.com/appwrite/agent-skills --skill appwrite-dotnet-appwrite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies integrating .NET applications with the Appwrite backend-as-a-service platform, enabling efficient management of users, databases, storage, and serverless functions.

Core Features & Use Cases

  • User Management: Create, list, get, and delete users.
  • Database Operations: Perform CRUD operations on tables and rows, with advanced querying capabilities.
  • File Storage: Upload, list, and delete files within buckets.
  • Server-Side Rendering (SSR) Authentication: Securely handle user authentication flows in ASP.NET and Blazor Server applications.

Quick Start

Use the appwrite-dotnet skill to create a new user with email and password authentication.

Frequently Asked Questions about appwrite-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a C# application to an Appwrite backend?

You can connect a C# application to an Appwrite backend by using the appwrite-dotnet SDK to facilitate server-side and client-side development for user authentication, database management, and file storage operations.

How do I implement Appwrite SSR authentication in Blazor Server?

You can implement Appwrite SSR authentication in Blazor Server by using the appwrite-dotnet SDK, which integrates seamlessly with ASP.NET and Blazor Server to securely handle server-side rendering authentication flows.

Can I perform advanced database queries against Appwrite using .NET?

Yes, the appwrite-dotnet SDK enables you to perform CRUD operations on tables and rows within your Appwrite database, including advanced querying capabilities directly from your .NET applications.

Does Appwrite provide a .NET SDK for managing serverless functions and file storage?

Yes, the appwrite-dotnet SDK provides comprehensive management for Appwrite backend services, allowing you to handle file storage operations within buckets and execute serverless functions.

What is the best way to manage Appwrite users from a .NET application?

The best way to manage Appwrite users from a .NET application is using the appwrite-dotnet SDK, which facilitates creating, listing, getting, and deleting users with email and password authentication.