Skip to content

Commit f7142df

Browse files
committed
Remove useless csproj
1 parent cf716e8 commit f7142df

2 files changed

Lines changed: 8 additions & 28 deletions

File tree

Infrastructure/Infrastructure - Backup.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@
55
Using distributed memory cache in web api applications
66
```
77

8-
> In this repo, i m providing a web api sample with :
8+
> In this repo, i m using a [distributed memory cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-5.0#distributed-memory-cache) in order to improve web api responsiveness.
99
>
10-
> :zap: a service to compute content length for a website
10+
> Distributed memory cache is useful for development and testing scenarios and is not intended for production environements.
1111
>
12-
> :zap: an exception filter to handle some exceptions as bad requests
12+
> The web api sample provided in this repo is based on :
1313
>
14-
> :zap: a validation attribute to validate route parameters
14+
> - a distributed memory cache in order to save/load cached websites
1515
>
16-
> :zap: a configurable distributed memory cache in order to :
17-
>>
18-
>> :writing_hand: Get computed info about a website
19-
>>
20-
>> :writing_hand: Save computed info about a website
16+
> - a service to compute content length for a white listed website
2117
>
18+
> - an exception filter to handle some exceptions as bad requests
19+
>
20+
> - a validation attribute to validate route parameters
2221
>
2322
2423
**`Tools`** : vs19, net 5.0, serilog, distributed memory cache

0 commit comments

Comments
 (0)