https://github.com/atiq-cs/net-core-demos
.Net Core demonstration programs, source-codes, blog articles links and documentation
https://github.com/atiq-cs/net-core-demos
asp-net-mvc c-sharp netcore sql
Last synced: 10 months ago
JSON representation
.Net Core demonstration programs, source-codes, blog articles links and documentation
- Host: GitHub
- URL: https://github.com/atiq-cs/net-core-demos
- Owner: atiq-cs
- License: gpl-3.0
- Created: 2018-07-06T05:05:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T20:03:47.000Z (almost 8 years ago)
- Last Synced: 2025-07-24T12:23:47.833Z (11 months ago)
- Topics: asp-net-mvc, c-sharp, netcore, sql
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .Net Core Demos
.Net Core demonstration programs, source-codes, blog articles links and
documentation
Blog Article Link: [.net Core Hello World with Entity Framework and Database][1]
### First Console Hello
Demonstrates basic commands of net framework and creates a Console Application
### MVC EF SQL DB Hello World
Demonstrates hello world mvc application and using Entity Framework and basic layout with the database, model, controller, view.
[1]: https://atiqcs.wordpress.com/2018/07/01/net-core-hello-entity-framework-database-sql/