TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About In Memory Database
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arpit Shrivastava (1)
Manoj Bhoir (1)
Vitalii Honcharuk (1)
Prashant Rewatkar (1)
Mukesh Kumar (1)
Shweta Lodha (1)
Related resources for In Memory Database
No resource found
In-Memory Databases- Unit Testing With C#, EFCore and XUnit
9/18/2024 12:13:03 PM.
Learn to unit test EF Core repositories using an in-memory database with C# and xUnit. This approach simulates database operations without overhead, ensuring fast and isolated tests. Set up involves i
Working With In-Memory Database - Redis
8/2/2023 6:59:02 AM.
Working with an in-memory database like Redis involves using a database system that stores and retrieves data entirely in RAM (Random Access Memory) rather than on disk. Redis is a popular open-source
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
1/11/2022 3:12:51 AM.
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext wit
Identity-Based Authentication In .NET Core 3.0 Using In-Memory Database
1/31/2020 8:25:11 AM.
Authentication is the process of determining or giving an individual access to system or user based on their identity. There are multiple options to do authentication in .NET Core. This article demons
Unit Testing With InMemory Provider And SQLite In-Memory Database In EFCore
11/29/2018 9:11:19 AM.
Writing Unit Test Cases is an essential aspect for any software development which helps us to test small building block an application. While doing development, we write test cases side by side, just
CRUD Operations Using ASP.NET Core 2.0 And In-Memory Database With Entity Framework
8/16/2018 9:42:27 AM.
In this article, we will create a Web API with the in-memory database using Entity Framework and ASP.NET Core 2.0 without any theoretical explanation.