Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d328c6

Browse files
Updated README
1 parent 684d838 commit 7d328c6

File tree

4 files changed

+97
-6
lines changed

4 files changed

+97
-6
lines changed

‎.vs/Asp.netCoreMvcCrud/xs/UserPrefs.xml‎

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
<Properties StartupConfiguration="{AF1743D0-4904-4F65-A2BB-E356FB6710F8}|Default">
2-
<MonoDevelop.Ide.Workbench ActiveDocument="README.md">
2+
<MonoDevelop.Ide.Workbench ActiveDocument="Startup.cs">
33
<Files>
4-
<File FileName="Views/Employee/Index.cshtml" Line="26" Column="98" />
5-
<File FileName="Views/Employee/AddorEdit.cshtml" Line="40" Column="103" />
6-
<File FileName="Views/Home/Index.cshtml" Line="7" Column="136" />
74
<File FileName="Models/EmployeeContext.cs" Line="1" Column="1" />
5+
<File FileName="Startup.cs" Line="1" Column="1" />
86
<File FileName="Models/Employee.cs" Line="18" Column="31" NotebookId="1" />
97
<File FileName="appsettings.json" Line="1" Column="1" NotebookId="1" />
10-
<File FileName="README.md" Line="1" Column="1" NotebookId="1" />
8+
<File FileName="README.md" Line="88" Column="1" NotebookId="1" />
119
</Files>
1210
<Pads>
1311
<Pad Id="ProjectPad">
1412
<State name="__root__">
1513
<Node name="Asp.netCoreMvcCrud" expanded="True">
1614
<Node name="Asp.netCoreMvcCrud" expanded="True">
17-
<Node name="README.md" selected="True" />
15+
<Node name="Dependencies" expanded="True">
16+
<Node name="FrameworkReferences" expanded="True" />
17+
<Node name="PackageDependencies" expanded="True" />
18+
</Node>
19+
<Node name="Models" expanded="True" />
20+
<Node name="Views" expanded="True">
21+
<Node name="Home" expanded="True" />
22+
</Node>
23+
<Node name="Startup.cs" selected="True" />
1824
</Node>
1925
</Node>
2026
</State>
0 Bytes
Binary file not shown.

‎README.md‎

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# ASP.NET Core MVC - Employee CRUD App
2+
3+
This is a simple CRUD application using .Net Core as a framework, Entity Framework Core for the ORM, SQL Server for a relational database, and Azure App Services for deployment.
4+
5+
## Getting Started
6+
7+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
8+
9+
Clone the repo. The repo will contain a dotnet core 3.1.1 solution, a docker file to run the container. Run the docker file, run sql server
10+
11+
### Prerequisites
12+
13+
You're going to need Visual Studio, Docker and SQL Server.
14+
15+
```
16+
Give examples
17+
```
18+
19+
### Installing
20+
21+
A step by step series of examples that tell you how to get a development env running
22+
23+
Say what the step will be
24+
25+
```
26+
Give the example
27+
```
28+
29+
And repeat
30+
31+
```
32+
until finished
33+
```
34+
35+
End with an example of getting some data out of the system or using it for a little demo
36+
37+
## Running the tests
38+
39+
Explain how to run the automated tests for this system
40+
41+
### Break down into end to end tests
42+
43+
Explain what these tests test and why
44+
45+
```
46+
Give an example
47+
```
48+
49+
### And coding style tests
50+
51+
Explain what these tests test and why
52+
53+
```
54+
Give an example
55+
```
56+
57+
## Deployment
58+
59+
Create a Azure account and publish the app from Visual Studio.
60+
61+
## Built With
62+
63+
* [ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.1) - The web framework used
64+
* [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/) - O/RM or Object-Relational Mapper
65+
* [dotnet CLI](https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-using-the-dotnet-cli) - dotNET CLI
66+
* [Docker](https://www.docker.com/) - PaaS
67+
* [Azure Web Services](https://rometools.github.io/rome/) - Used for Deployment
68+
69+
## Contributing
70+
71+
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
72+
73+
## Authors
74+
75+
* **Carlton Stith** - [@carltonstith](https://twitter.com/carltonstith)
76+
77+
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
78+
79+
## License
80+
81+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
82+
83+
## Acknowledgments
84+
85+
* [CodeAffection](https://www.youtube.com/watch?v=AHqIrJ_PlPY&t=2047s)
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /