Skip to content

Commit 17850f0

Browse files
committed
Update readme to address gramma issues
1 parent 75c703c commit 17850f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ASP.Net Core RESTful Service Template
22

3-
Repository contains a ready to use preconfigured project template for MS Visual Studio 2017 to create fully functional production ready cross-platform RESTful services based on ASP.Net Core 2.1.
3+
The repository contains a ready to use preconfigured project template for MS Visual Studio 2017 to create fully functional production-ready cross-platform RESTful services based on ASP.Net Core 2.1.
44

5-
Note! If you are looking for a classic ASP.Net services with WebAPI2 and other stuff like that, please, check out a project [
5+
Note! If you are looking for classic ASP.Net services with WebAPI2 and other stuff like that, please, check out a project [
66
ASP.Net WebApi2 Application with OWIN](https://github.com/drwatson1/AspNet-WebApi).
77

88
This template is intended to provide you an almost all that you need for creating RESTful services. The project doesn't contain any UI stuff, like React or Angular libraries, npm, Razor views, as well as any problem domain specific things like EnityFramework, some "right" or "neat" project structure or even a number of projects, each for the specific purpose (for example, service itself, domain logic, data access, testing and so on) as it does some other templates. There are too many areas where ASP.Net Core services can be used, so it can hardly be offered anything related to domain areas to fit all of these project types.
99

10-
However, there are some things that have to be implemented or configured in almost every project, regardless of the subject area. Among these things are dependency injection, exception handling, logging, and others. There are many libraries and solutions to address each of them, but it is impossible to choose a set that fits absolutely everyone. In this project I have collected the solutions that I, personally, consider the most convenient and use them for years in almost each of projects. I hope you like them too :) . So, the project contains these the most important features, but is not limited to them:
10+
However, some things must be implemented or configured in almost each of the projects, regardless of the subject area. Among these things are dependency injection, exception handling, logging, and others. There are many libraries and solutions to address each of them, but it is impossible to choose a set that fits absolutely everyone. In this project, I have collected the solutions that I consider the most convenient and use them for years in almost each of my projects. I hope you like them too :). So, the project contains these the most important features, but is not limited to them:
1111

1212
- CORS and preflight requests support
1313
- Autofac as a DI-container

0 commit comments

Comments
 (0)