I'm new to ASP.Net Core 1.0. Here is my understanding about this brand new technology. I just want to check my understanding is correct :
1) If you want to create "Cross Platform" ASP.Net web sites, you can go with ASP.Net Core. That is the main goal of this new technology.
2) There is NO (present and future) support for "Web Forms" in ASP.Net Core. So we can't develop Web form application in ASP.Net Core.
3) If you want to create ASP.Net application using ASP.Net Core, only 2 flavor of ASP.Net is available that is ASP.Net MVC and Web pages.
Also I have below doubt:
1) Whether MS will release ASP.Net 4.7? My question is whether MS will focus to improve (non-cross platform) ASP.Net version or going to stop?
If any of my above understanding is wrong, please correct me