Data Access

Data Access

Working with data storage mechanisms

Data access is critical to many line-of-business applications. Whether it is a traditional SQL relational database or the latest in NoSQL storage, JetBrains can help with first-class tools.

See Also

Blazor Essentials

Tutorial

Blazor Essentials
Learn how to build a basic application with Blazor.
Quickly Explore Database Tables in any JetBrains IDE

Tip

Quickly Explore Database Tables in any JetBrains IDE
Explore your database without writing any SQL code.
Turbocharging SQL Queries

Tip

Turbocharging SQL Queries
Speed up your SQL queries with your JetBrains IDE.
HTMX cascading selects

Part of tutorial

HTMX cascading selects
One thing leads to another.
Client-side templating with Mustache and HTMX

Part of tutorial

Client-side templating with Mustache and HTMX
Generate HTML on the client, based on JSON.
HTMX state management

Part of tutorial

HTMX state management
Maintaining state across requests.
Hello, HTMX!

Part of tutorial

Hello, HTMX!
No series is complete without a "Hello, World" sample.
Infinite scrolling with HTMX

Part of tutorial

Infinite scrolling with HTMX
Streaming infinite content to your users.
Typeahead search with HTMX

Part of tutorial

Typeahead search with HTMX
Live updates based on your search query.
Introduction

Part of tutorial

Introduction
Giving context to HTMX.
Polling to get recent updates

Part of tutorial

Polling to get recent updates
Retrieve updated information from the server.
ASP.NET Core Razor TagHelpers for HTMX

Part of tutorial

ASP.NET Core Razor TagHelpers for HTMX
Simplify integration of HTMX in ASP.NET Core apps.
Out-of-band swaps with HTMX

Part of tutorial

Out-of-band swaps with HTMX
Swap and replace any HTML element.
Real-world shopping cart and conclusion

Part of tutorial

Real-world shopping cart and conclusion
See all HTMX techniques come together.
Server-sent events for realtime updates

Part of tutorial

Server-sent events for realtime updates
Send messages to clients in realtime.
Server-side validation, client-side feel

Part of tutorial

Server-side validation, client-side feel
Validate models on the server, display results on the client.
Server-powered modals with HTMX

Part of tutorial

Server-powered modals with HTMX
Create modal dialogs on the server.
Shortcut keys for web applications

Part of tutorial

Shortcut keys for web applications
Add keyboard shortcuts to make your web an app.
Tabs, tabs, and more tabs with HTMX

Part of tutorial

Tabs, tabs, and more tabs with HTMX
Asynchronous rendering of tabs on the server.
What is HTMX?

Part of tutorial

What is HTMX?
Understanding the spirit of the HTMX library.
Embracing gRPC in .NET

YouTube

Embracing gRPC in .NET
Irina Scurtu
ASP.NET Core Development with Docker

Part of tutorial

ASP.NET Core Development with Docker
Learn how Docker can work with your current ASP.NET Core development process.
Docker Compose and Multiple Containers

Part of tutorial

Docker Compose and Multiple Containers
Learn to use multiple containers to run a complete ASP.NET Solution.
Local .NET Development With Docker

Part of tutorial

Local .NET Development With Docker
Learn how to work with Docker and JetBrains Rider in our development environment.
Common Docker Terminology

Part of tutorial

Common Docker Terminology
Common terms and phrases .NET developers will encounter when working with Docker.
JetBrains Rider's Docker Integrations

Part of tutorial

JetBrains Rider's Docker Integrations
Learn about Rider's convenient Docker features that make working with containers feel like an ocean breeze.
Why Should .NET Developers Care About Docker?

Part of tutorial

Why Should .NET Developers Care About Docker?
We'll see why containerization is an important topic for .NET Developers.
Docker For .NET Developers

Tutorial

Docker For .NET Developers
A jump-start guide for .NET developers interested in Docker and containerization.
Working With Databases

Part of tutorial

Working With Databases
Effectively working with databases in Rider from a Visual Studio + ReSharper user's perspective.
Working With IIS and IIS Express

Part of tutorial

Working With IIS and IIS Express
Effectively working with ASP.NET Core and IIS in Rider from a Visual Studio + ReSharper user's perspective.
Comparing Rider's Toolbar with Visual Studio

Part of tutorial

Comparing Rider's Toolbar with Visual Studio
Learn how Rider's toolbar UI compares with the toolbar found in Visual Studio.
.NET Localization

Tutorial

.NET Localization
Localization and the art of reaching more users.
Localizing ASP.NET Applications

Part of tutorial

Localizing ASP.NET Applications
Working with Cultures, Resources, & ASP.NET.
Localization Basics

Part of tutorial

Localization Basics
Working with Cultures, Resources, & Apps.
The Basics Series

Tutorial

The Basics Series
A set of short basic walkthroughs of different .NET technologies.
Basics of Dapper

Part of tutorial

Basics of Dapper
Working with databases using Open Source.
Basics of Entity Framework Core

Part of tutorial

Basics of Entity Framework Core
Working with databases using an object relational mapper.
Basics of ADO.NET

Part of tutorial

Basics of ADO.NET
Working with databases using DbConnection, DbCommand, and DbDataReader.