Is it better to get start with ASP.NET core (ASP.NET 5 old name ) as a new Developer?

Search for a command to run...

No comments yet. Be the first to comment.
Update to Blazor 3.2.1 (RTM) What is Blazor ? Blazor is a free and open-source web framework that enables developers to create web apps using C# and HTML. To know more about what blazor and all related stuff to it visit official documentation site....

When we are working on some open source project we often have to build the same project on multiple CI server and every CI server have their own configuration file and it doesn’t make sense to write the different file to do the same tasks. Travis CI,...

It only works with blazor 0.5 + version as GitLab uses linux and there was some issue related to copying files from wwwroot folder on linux machine. (Github issue) If you are reading this post means you are already familiar with Blazor if not There ...

With new year on the corner, everyone is writing and planning a roadmap for their next year. I have also decided to review 2017 and plan about 2018. Before this, I was not planning and thinking about what to do in the up-coming next year. Well, over...

Hi , Everyone If you are here and reading this article means that you are already familiar with ASP.NET Core and different technologies associated with the ASP.NET Core platform. If you are not familiar with the ASP.NET core please read some article...

I am just a beginner in the web development ,I did some search and came to know the following things.
ASP.NET core is a completely rewritten form Scratch and Open-source and having some new functionality .All the ASP.NET Things (MVC , Web API, SingnalR) are unified under the same umbrella which as called the ASP.NET core. Starting form ASP.NET core 1.0 it supports different ways to add package ,Dependencies and other third party library support(bower ).
Currently its in the development, RC1 is already released in NOV ,RC2 will be release soon but not yet determined.
Update : current version of ASP.NET core is 1.1
ASP.NET is a Web Development framework from Microsoft which support wide range of Programming language means that you can write your business logics any one of the .NET language (C#, Visual Basic and F# but Currently it only supports c# other language support is coming).
Where as other Web Development platform is confined to a single programming language , like PHP, Ruby on Rails.
At this point you already knew that ASP.NET can be programmed in any of the .NET language .It supports C# and It is 1st priority of the ASP.NET creator to support C#. When you are choosing C# for the ASP.NET means you are also opening door for System Apps/Software Development, Yes you can develop Apps for IOS,MAC,ANDROID and off course for the windows Platforms.
Update : Now c# Developer can Develop Apps for the SAMSUNG TIZEN OS
Conclusion
At last I wanna say that if you are planning to Develops Web Apps then ASP.NET is one of the Good choice to get start and later if you wanna Develops Apps for the Particular platforms (Windows, MAC,IOS and ANDRIOD)then you can switch and Develops Apps for the Windows, MAC,IOS and ANDRIOD with your C# skills just knowing some UI/UX which is Platforms Dependent in the Current days.
Here is some Online courses and Its better to get start with these courses.(You must know C# and HTML/CSS before getting start with these courses)
Building a Web App with ASP.NET 5, MVC 6, EF7 and AngularJS (need subscription. you may get 3–6 moths subscription free through Microsoft Dev Essential Program)
Introduction to ASP.NET core(MVA course Free of cost ).
It you have any question regarding the above things you can ask me , I will me very happy to clear your doubts.