tags:

views:

124

answers:

5

Our company is offering some trainings and asks us what would we want to learn. We are using .net technologies so it will be .net platforms.

my thoughts are wcf, asp.net mvc 2.0, silverlight, .net 4.0 platform. Which of these? you can add on the list.

thanks

+1  A: 

Redundant. .NET 4.0 platform includes all the rest.

What language?

I would go with:

C# WPF WCF ASP.NET MVC

TomTom
+1  A: 

I would add NHibernate to the list.

thelost
+11  A: 

If you can get training on OO, and design patterns, Test Driven Development (TDD) and Domain Driven Design (DDD). Topics like this are technology independent and will help you improve your general coding skill and deliver better code.

As for what .Net technologies you need to learn this depends on the applications you plan to implement. Without knowing exactly what you'll be implementing I'd recommend that you learn a language C# or VB.Net well, as other technologies such as sliverlight entity framework etc will build on your language skills.

Also you mention web technologies therefore Azure could potentially be of interest to your company, my own knowledge of this is limited at the moment but if you develop sites that have traffic that peaks at certain times Azure might be worth considering.

Again as you mention so many web related technologies I would make sure and learn CSS and jQuery, again these are platform independent allowing you to take these to any platform in the future.

Alan
Indeed, TDD and design patterns are more important. I would include Integration tests (like Fitnesse).
Peter
+3  A: 

I think you should also consider F# and functional programming.

Andrew Bezzub
A: 

A .net Companu Should Use and aware of

  1. Nant
  2. NUnit
  3. Team Foundation Server
  4. WPF (silverlight)
  5. WCF
  6. .net 4.0
  7. Asp.net MVC
  8. in-house Framework
  9. EntityFramework / NHibernate
  10. Linq
Nasser Hadjloo