Hi all,
I want develop window application in DOTNET core 1.0
How to do this.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Jul 14, 2016, 6:52 PM
This can be performed anytime once you have successfully installed .NET Core on your machine. In face Microsoft has provided a great web page to get started for using and building application in .NET Core,https://www.microsoft.com/net/core#windows
Now, I have also written multiple articles about .NET Core, you can get yourself ready and started by reading them.
- http://www.c-sharpcorner.com/article/a-quick-startup-using-net-core-on-linux/
- http://www.c-sharpcorner.com/article/building-a-tcp-server-in-net-core-on-ubuntu/
Good luck starting with .NET Core.Tip: .NET framework and .NET Core framework are same in many ways. They are like 95% alike. Only difference is how they are built, a few of the APIs and nothing else. Rest of the stuff is just like .NET framework itself.