Abp: Change SQL Server to LocalDb for the startup template connection strings

Created on 20 Nov 2019  路  3Comments  路  Source: abpframework/abp

To make it easier to start with since some developers may not have SQL Server installed.

abp-template-app abp-template-module enhancement

Most helpful comment

Hi @hikalkan
According to your viewpoint, how about using MemoryCache instead of Redis for the startup template?

All 3 comments

Hi @hikalkan
According to your viewpoint, how about using MemoryCache instead of Redis for the startup template?

+1
After creating the ABP solution, the first thing I do is change the connection string to LocalDb.
This is a convenient change.

how about using MemoryCache instead of Redis for the startup template

It is already using MemoryCache. It is using Redis only if you create NTiered solution. We can't use in-memory for ntiered, otherwise they can't share the cache.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hikalkan picture hikalkan  路  3Comments

SmallShrimp picture SmallShrimp  路  3Comments

leonkosak picture leonkosak  路  3Comments

wocar picture wocar  路  3Comments

derily picture derily  路  3Comments