Latest

All the resources in the Guide, starting with most recent.

Update Version and Scope in Dependencies Tool Window

Tip

Update Version and Scope in Dependencies Tool Window
Upgrade, downgrade, and change scope easily inside your IDE.
Search Packages though Web UI

Tip

Search Packages though Web UI
You can find the packages you need without an IDE.
Search Packages in Dependencies Tool Window

Tip

Search Packages in Dependencies Tool Window
Use the Dependencies tool window to manage your dependencies in one place.
Maven Support in Dependencies Tool Window

Tip

Maven Support in Dependencies Tool Window
Add dependencies straight into your POM file with a single click.
Filter Stable Versions in the Dependencies Tool Window

Tip

Filter Stable Versions in the Dependencies Tool Window
Allows you to filter out unstable versions of dependencies easily.
Code Completion with Package Search

Tip

Code Completion with Package Search
Helps you to reduce the chances of a typing mistake when you're searching for packages.
Quick-Fix to Add Missing Dependencies in the Editor

Tip

Quick-Fix to Add Missing Dependencies in the Editor
Save time when adding missing dependencies by using a quick fix.
Full-stack web development in Rider

Tip

Full-stack web development in Rider
Develop ASP.NET and ASP.NET Core applications in one place!
Testing

Part of tutorial

Testing
Writing Unit Tests using Pytest & Asyncio.
Database Setup - Part II

Part of tutorial

Database Setup - Part II
Setting up database migrations with Alembic.
Database Setup - Part I

Part of tutorial

Database Setup - Part I
Configuring database connection with SQLAlchemy and FastAPI.
REST API - Part V

Part of tutorial

REST API - Part V
Performing CRUD operations in Orders along with placing a new order.