• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Changing route! HELP plz

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    i'd be interested to know if anyone has worked anywhere using the entity framework in a production environment!

    i did a couple of internal tool projects a year or so ago that used it, but we decided it was a bit pants, so ended up going the nhibernate/subsonic route.

    i remember the designer was very poor - worked OK until you changed something, at which point the XML often didn't regenerate properly, so had to go in and change things by hand etc..

    guessing it's in a better state now with 4.0.

    Comment


      #12
      I would suggest doing an object oriented programming course first. I'm currently helping a mate do an OU course which covers java, object oriented programming, the basics of UML and an introduction to some design patterns. This is the stage you will find out if you're cut out for development. It'll either click or you'll struggle all the way.

      When you've got a solid background in the basics of OO, move onto C sharp and .NET. Very similar syntax to Java so the jump isn't that great. Your main hurdle at this point will be learning the .NET framework. There are also other things that you will need to pick up along the way such as development methodologies, test driven development, automated builds, database development, XML (a bloody big topic in itself), the list goes on and on.

      By the way, if you are a good C sharp programmer or VB.NET programmer, you can easily move between the two. I have seen many developers do this successfully and relatively painlessly; I have done so myself. Like I say the framework is the biggest hurdle.

      Once you have all the above, you can start looking at the newer .NET frameworks: WPF and Silverlight, WCF, WWF, Entity framework, MVC etc but you really need the basics first.
      Last edited by lightng; 16 February 2010, 23:55.

      Comment


        #13
        Originally posted by PAH View Post
        Top insider tip: There aren't many people with years of MVC, Entity Framework, Data Services etc on their CV as they haven't officially been out for that long! So pile into those and you'll have as much experience as anyone else.
        MVC has been out for a while - its a fairly mature pattern. Maybe not the Microsoft one but there have been others in .NET and they're much of a muchness. I created a home brew .NET MVC myself for one contract as the ASP.NET server model just didn't suit the scale of the app.

        Comment

        Working...
        X