What new technologies should be studied for web development?

I want to improve my web development skills. I already took a book about jQuery and Entity Framework. Should I read them anything else?

+4
source share
7 answers

The MVC template is the best thing for web developers these days. Ruby on Rails and ASP.NET MVC are implementations of the template. Learning concepts will be useful on any platform.

Get Firebug if you don't already have one. This will save you pain and suffering.

+5
source

It looks like you decided on MS Stack, so I will stay there.

If you want to work on the Internet, I would say reading on ASP.NET MVC2 Beta ( http://haacked.com/archive/2009/11/17/asp.net-mvc-2-beta-released is a good starting place .aspx ).

If you want to make internal IT sites, I would say hit SharePoint. It is built on ASP.net WebForms and it seems to really take off.

Thus, the SEEMS market will collapse at the moment, and not I say: "You should only do MVC on the Internet and SharePoint for corporate work." You can use either, I just suggest where I think you will find most of the work ...

I would recommend Linq if you haven't worked with it yet. You can get a lot of mileage from Linq. Linq To Entities (for Entity Framework), Linq To SQL (if you don't like EF), Linq to XML, Linq to Objects, even Linq To Flickr.

+2
source

If you have not done so already, I would also speed up the use of the Inversion of Control container. (For example, Windsor Castle).

+1
source

I would say MVC and pattern , also I don’t know what language you are programming in, but a cookbook for this language will be fine too.

0
source

You should visit the Mix09 website. It has a lot of interesting videos of new and hot (Microsoft) technologies.

In addition, I recommend that you take a look at ASP.Net MVC .

0
source

Remember to take a look at open source MVC projects. For instance. Nerddinner

On this site (codeplex) you can find many more open source network projects that contain interesting MVC and other (entity, Silverlight, ...) sources.

And my last advice would be, It is better to be very good in one programming language than to have basic knowledge of three programming languages ​​:)

Keep learning!

0
source

You must have

0
source

All Articles