I am new in .net; I would like to learn any new technology in .net. Prefer me any good technology to develop web application effectively and easily.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, if you’re new I strongly suggest you start learning the absolute basics first: whatever language you’re using, IO, collections etc. I’d then learn LINQ to Objects as a way of making in-memory collection handling more pleasant.
Then (and only then) start looking at web applications – ASP.NET MVC is very popular at the moment.
If your application is going to use a database then at some point you’ll want to pick one of the myriad data access APIs – Entity Framework, LINQ to SQL, SubSonic, nHibernate, straight ADO.NET etc.