A StackOverflow on Steem Blockchain, where you can add your programming questions. It will have Code runner and it is on your hand would you like to post on Steem or not. You do not have to have a Steem Account to use it.
Make a contribution and create a PR, either as a new feature or a bug fixing.
You should have Visual Studio 2017 Installed on your system.
git clone https://github.com/codingdefined/LetsDisc LetsDisc
Open LetsDisc Folder and run LetsDisc.sln. Run the Solution to get the API information : http://localhost:21021/swagger/index.html In Node Terminal (LetsDisc/src/LetsDisc.Web.Host), run npm install and then npm start to run the Angular App
When adding a new class (Make Sure the Default Project is src/LetsDisc.EntityFrameworkCore)
- First delete the database
- Run
Remove-Migration
from Package Manager Console - Run
Add-Migration LetsDisc-v1
to add the latest migration - Run
update-database
to update the database
- .NET CORE 2.0
- C#
- JavaScript
- JQuery
- SQL
- Entity Framework Core
The Project is based on https://aspnetboilerplate.com/, where the initial code us taken from it. More at https://steemit.com/utopian-io/@codingdefined/getting-started-with-aspnetboilerplate.