|
1 | | -## Welcome to GitHub Pages |
| 1 | +## Basic CRUD operations using Entity Framework |
2 | 2 |
|
3 | | -You can use the [editor on GitHub](https://github.com/pniwtech-lab/mcv-app-crud-entityframework/edit/master/README.md) to maintain and preview the content for your website in Markdown files. |
| 3 | +This is basic MVC 5 application. In which, Using **Entity Framework** DB model is crated from existing database and perform CRUD operations in application. |
4 | 4 |
|
5 | | -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. |
| 5 | +In this application, **Sematic UI** framework is used instead of **Bootstrap** on view. And also used **Datatable** js library to display data in paging table. |
6 | 6 |
|
7 | | -### Markdown |
8 | 7 |
|
9 | | -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for |
| 8 | +### Steps to Do: |
10 | 9 |
|
11 | 10 | ```markdown |
12 | | -Syntax highlighted code block |
13 | | - |
14 | | -# Header 1 |
15 | | -## Header 2 |
16 | | -### Header 3 |
17 | | - |
18 | | -- Bulleted |
19 | | -- List |
20 | | - |
21 | | -1. Numbered |
22 | | -2. List |
23 | | - |
24 | | -**Bold** and _Italic_ and `Code` text |
25 | | - |
26 | | -[Link](url) and  |
| 11 | +1. Create Database and Employee table |
| 12 | +2. Build employee model from created Database in application. Steps are below: |
| 13 | + * Right click on your [model] folder and select [Add] --> [New Item]. |
| 14 | + * Select [ADO.NET Entity Data Model]. give sepcific name to the model click on Add. |
| 15 | + * Choose Model Contents i.e. [EF Designer from Database]. click on next. |
| 16 | + * Create New Connection of your database server and Do all database setup. |
| 17 | + * Select your Employee Table. |
| 18 | +3. After above steps, Employee model will be created and available to use which will be auto-generated code. |
27 | 19 | ``` |
28 | 20 |
|
29 | | -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). |
30 | | - |
31 | | -### Jekyll Themes |
32 | | - |
33 | | -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/pniwtech-lab/mcv-app-crud-entityframework/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. |
34 | | - |
35 | | -### Support or Contact |
36 | | - |
37 | | -Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. |
0 commit comments