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
How does exploring your database without writing a single line of SQL sound?
Turbocharging SQL Queries

tip

Turbocharging SQL Queries
Want to take your SQL query speed to the next level? This video will explore how your JetBrains IDE can help you achieve faster SQL queries.
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 cascading selects

Part of tutorial

HTMX cascading selects
One thing leads to another
Hello, HTMX!

Part of tutorial

Hello, HTMX!
No series is complete without a "Hello, World" sample
HTMX state management

Part of tutorial

HTMX state management
Maintaining state across requests
Typeahead search with HTMX

Part of tutorial

Typeahead search with HTMX
Live updates based on your search query
Polling to get recent updates

Part of tutorial

Polling to get recent updates
Retrieve updated information from the server
Out-of-band swaps with HTMX

Part of tutorial

Out-of-band swaps with HTMX
Swap and replace any HTML element
Introduction

Part of tutorial

Introduction
Giving context to HTMX
Infinite scrolling with HTMX

Part of tutorial

Infinite scrolling with HTMX
Streaming infinite content to your users
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
Server-powered modals with HTMX

Part of tutorial

Server-powered modals with HTMX
Create modal dialogs on the server
Real-world shopping cart and conclusion

Part of tutorial

Real-world shopping cart and conclusion
See all HTMX techniques come together
Shortcut keys for web applications

Part of tutorial

Shortcut keys for web applications
Add keyboard shortcuts to make your web an app
What is HTMX?

Part of tutorial

What is HTMX?
Understanding the spirit of the HTMX library
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-sent events for realtime updates

Part of tutorial

Server-sent events for realtime updates
Send messages to clients in realtime
Tabs, tabs, and more tabs with HTMX

Part of tutorial

Tabs, tabs, and more tabs with HTMX
Asynchronous rendering of tabs on the server
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.
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.
Common Docker Terminology

Part of tutorial

Common Docker Terminology
Common terms and phrases .NET developers will encounter when working with Docker.
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 ADO.NET

Part of tutorial

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

Part of tutorial

Basics of Entity Framework Core
Working with databases using an object relational mapper
Basics of Dapper

Part of tutorial

Basics of Dapper
Working with databases using Open Source