Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am confused with the words of .net. Can any one prefer me the order to learn complete .net??
C#
VB.NET
Classic ASP
ADO.NET
ASP.NET Web pages
ASP.NET Web Forms
MVC
WEB SERVICES
WPF
WCF

Also would like to know:
Cloud
Silverlight
Azure

If I left any other thing please list that too.. What is the order that i should follow to learn complete .net?
Posted
Updated 12-Mar-13 20:31pm
v2
Comments
Shubham Choudhary 13-Mar-13 2:35am    
hi!!! are u not try on google how to learn basic of programming
Janani Muthaiyan 13-Mar-13 2:38am    
@Shubham Choudary. I searched alot about .net. And I know C#, ASP and MVC. I am now confused to learn the further things. Which I do learn next? This is my question. Everybody's views are different. So far I didn't get a proper solution.
urshia 17-Apr-13 11:00am    
hi I am trying many times and also search many times on google I try to make moving randomly curve lines using vb .net is anyone help me to explain full procedure of moving curves lines

check this link ..complete .Net Learning

http://msdn.microsoft.com/library/default.aspx[^]
 
Share this answer
 
Comments
Janani Muthaiyan 13-Mar-13 2:39am    
Thanks yaar.. But what's the order that i should learn?
Azziet 13-Mar-13 2:47am    
firstly..what you want to be a web developer or window developer...

if web developer--then order is
1. .Net Framework
2. C#.net
3. Asp.net
4. Ado.net
5. MVC (optionally)
6. WEB SERVICES (optionally)
7. WCF (optionally)
Joezer BH 17-Apr-13 7:43am    
MVC
Hi!!!
firstly i want to say
C# and .net both are different!!!
c# is language and .net is platform where you develop your project and other hand VB is another language so choose first which lang you want to learn c# or VB
and then going to next procedure

then i serial the parameters
C#
ADO.NET
ASP.NET Web Forms
window app developement
WPF
WCF
MVC
WEB SERVICES
 
Share this answer
 
v2
Comments
Janani Muthaiyan 13-Mar-13 2:45am    
Then what are Cloud, Silverlight and Azure? Please list me to learn the complete .NET Framework
Shubham Choudhary 13-Mar-13 2:48am    
hi when you learn about webservices so you are going to cloud
and silverlight is different thing its used for design
Janani Muthaiyan 13-Mar-13 2:51am    
Thank you very much for your guidance..
Shubham Choudhary 13-Mar-13 2:54am    
your welcome!!!!!!!
The very first thing I would like to mention here is that, each programming language has its relative strengths and you have to understand the features unique to each language.

Learning programming languages(generally) is based on two crucial factors -
-Amount of cool stuff you can do with the language (if you are looking for start up).
-Number of job/freelance opportunities and security (in case that does not work out :)).

Here is sequence IMO (Others may suggest different sequence) you should go through:
1. VB.NET, With Visual Basic you can build .NET applications, including Web services and ASP.NET Web applications, quickly and easily.
2. C#.NET, [Design Patterns as well]
3. Visual C++ .NET
4. Managed Extensions for C++
5. Transact-SQL
6. Scripting Languages
7. Windows Script Host
8. VBScript
9. JScript
10. JScript .NET
11. Extensible Markup Language (XML)
12. Visual J++

One more thing I would like to add is; if you learn to use the class library, you will find that all tasks follow the same uniform architecture. You no longer need to learn and master different API architectures to write your applications.

Refer some MSDN links where you can get more detailed description of languages which I have mentioned above:
Programming Languages[^]
Introduction to Programming[^]

All the best :)
 
Share this answer
 
After Several researches, I found the following..

C#.NET
Windows Forms
Class Libraries
Custom Control Development(COM)
Windows Services Application
WPF with XAML & Storyboarding
Database Applications(AdO.NET, DBML, LINQ, EDMX, etc..)
ASP.NET Webforms and webpages
ASP.NET MVC
ASP.NET with AJAX
WCF / Web services(SOAP / REST)
Crystal Reporting
Silverlight
Silverlight Custom Control Development
Visual studio Lightswitch Application Development
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900