I am preparing for a .NET 3.5 job as a junior developer..I was trained to work with ASP.Net, C#, ADO.Net, & SQL Server.
Now, I find myself very confused. Do I also need to learn WPF,WCF, LINQ, etc.?
Or, do I know enought to be an ASP.Net developer? Please advice.
Thanks in advance.
1,128
99.9
Jul 01, 2010
+1 for Mark's comment. Always try to learn new things that will make you a better software developer and that can further your career. Be it a new language, framework, or something else. Check out different dev blogs and learning sites to see what others are using (dimecasts.net is a great starting point).
Good Luck!
254
99.5
Jul 01, 2010
Learn Linq. I don't mean Linq to SQL but Linq to objects. 3.5 is really a different language now, its c# with embedded smalltalk. Linq will help you code faster and will make the code more readable. 4.0 is mostly just improvements to Linq.