5
It's like saying "can I eat orange without eating apple first?". Of course, you can learn .NET without any other programming language background. The only advantage if you know other programming languages is you would be able to compare them.
2
You can learn .Net without knowing of Java. Java is not necessary to learn .Net
Go through
https://www.c-sharpcorner.com/learn/
https://m.youtube.com/results?search_query=Kud+Venkat+
https://www.c-sharpcorner.com/forums/technologies
1
What do you currently stand in Computer sciences? Are you a Student or want to switch to .NET?
Here is more detailed & off the topic answer.
Learning .NET will not be enough. You probably want to learn .NET for any development (e.g. Web Development). Here is my recommendation. You may skip what is already done.
1) Learn basic programming (variable declaration, if else, loops, arrays, functions). You may start with C++ or C#
2) Learn basics of OOP (class declaration, inheritance, creating object of a class etc.). It is better you learn with C#.
3) Learn basics of .NET framework now. No need to go into depth.
4) Learn basics of databases (e.g. SQL & SQL Programming)
5) Learn how to play with databases in simple C# application
6) Learn Web development with PHP (You should have basic understanding of HTML/CSS/JavaScript)
7) Learn ASP.NET MVC or ASP.NET Core
And if you know basic programming, you may check free courses (in Urdu/Hindi) here for all above items mentioned in checklist.
http://learninginurdu.pk/

1
Hi,
Java and .Net are two different tracks and using oops concepts. You can learn .Net without knowing java,etc that's mean there is no dependency for .Net with Java.
1
Hey,
Yes, ofcource you can learn .net without knowing JAVA. There is no dependency like you should know java to learn .net. All the very best for new starting ...
1
Refer microsoft Pluralsight vidoes created by thier facutly members,
https://app.pluralsight.com/paths/skill/csharp
1
Hi. Obviously you can learn it .net without knowing java. Thanks.