Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Coming Home

Coming Home

Scheduled Pinned Locked Moved The Lounge
asp-netcsharpcomarchitecturequestion
11 Posts 9 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Tad McClellan

    In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

    TadMcClellan.Com

    D Offline
    D Offline
    Duncan Edwards Jones
    wrote on last edited by
    #2

    It's what you now need to un-learn that really counts :-) I'd suggest learning one of the cloud platforms (from your current background I'd go with Azure) maybe?

    1 Reply Last reply
    0
    • T Tad McClellan

      In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

      TadMcClellan.Com

      P Offline
      P Offline
      Pualee
      wrote on last edited by
      #3

      Brush up on javascript/jquery. Look at C# with webforms also, MVC isn't universally replacing webforms (or is it?). Other than that, brush up on T-SQL and databases. Those handful of things will make you viable for many jobs. You could look at an ORM too, but I would focus on understanding SQL first - because sometimes the ORM just cannot handle what you need, and you wlll dive back into SQL in those cases.

      S 1 Reply Last reply
      0
      • T Tad McClellan

        In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

        TadMcClellan.Com

        R Offline
        R Offline
        Rage
        wrote on last edited by
        #4

        Tad McClellan wrote:

        In 2010, my job turned me into a manager

        Happened to me in 2007, and I missed the C# wagon. :((

        ~RaGE();

        I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

        1 Reply Last reply
        0
        • T Tad McClellan

          In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

          TadMcClellan.Com

          J Offline
          J Offline
          JimmyRopes
          wrote on last edited by
          #5

          Tad McClellan wrote:

          I was doing ASP.Net web forms in VB.

          Sorry for your luck.

          Tad McClellan wrote:

          I've been looking at MVC in C# to get back into it

          I am biased but C# will give you a better platform to work with. MVC is my latest passion but I don't want to tell you that it is the way to go. I like it but others don't. Go with your feelings. :cool:

          The report of my death was an exaggeration - Mark Twain
          Simply Elegant Designs JimmyRopes Designs
          I'm on-line therefore I am. JimmyRopes

          1 Reply Last reply
          0
          • T Tad McClellan

            In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

            TadMcClellan.Com

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #6

            I'm quite partial to the MEAN stack. M = MongoDB E = Express A = AngularJS N = Node.js

            1 Reply Last reply
            0
            • T Tad McClellan

              In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

              TadMcClellan.Com

              U Offline
              U Offline
              User 10627784
              wrote on last edited by
              #7

              This is why I no longer desire to be a manager...

              1 Reply Last reply
              0
              • T Tad McClellan

                In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

                TadMcClellan.Com

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #8

                Tad McClellan wrote:

                my job turned me into a manager and I haven't coded since. I'm trying to get back into it

                Congratulations on your successful restoration surgery. It sounds like the new cryogenic preservation techniques for your brain, spine, and (since you're male) your 'two best friends' worked well. ;)

                Software Zen: delete this;

                1 Reply Last reply
                0
                • T Tad McClellan

                  In 2010, my job turned me into a manager and I haven't coded since. I'm trying to get back into it. I was doing ASP.Net web forms in VB. I know a ton has changed since. I've been looking at MVC in C# to get back into it. Any ideas on what else to learn?

                  TadMcClellan.Com

                  S Offline
                  S Offline
                  Shelby Robertson
                  wrote on last edited by
                  #9

                  MVC, jQuery, and one or more of: knockout.js, backbone.js, angular.js

                  CPallini wrote:

                  You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

                  1 Reply Last reply
                  0
                  • P Pualee

                    Brush up on javascript/jquery. Look at C# with webforms also, MVC isn't universally replacing webforms (or is it?). Other than that, brush up on T-SQL and databases. Those handful of things will make you viable for many jobs. You could look at an ORM too, but I would focus on understanding SQL first - because sometimes the ORM just cannot handle what you need, and you wlll dive back into SQL in those cases.

                    S Offline
                    S Offline
                    Shelby Robertson
                    wrote on last edited by
                    #10

                    Pualee wrote:

                    You could look at an ORM too

                    What is your opinion on a good ORM for the .NET world? I've used EF (meh), and Simple.Data (good but young), but would like to know what else is popular particularly in a production environment.

                    CPallini wrote:

                    You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

                    P 1 Reply Last reply
                    0
                    • S Shelby Robertson

                      Pualee wrote:

                      You could look at an ORM too

                      What is your opinion on a good ORM for the .NET world? I've used EF (meh), and Simple.Data (good but young), but would like to know what else is popular particularly in a production environment.

                      CPallini wrote:

                      You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

                      P Offline
                      P Offline
                      Pualee
                      wrote on last edited by
                      #11

                      I'm the wrong person to ask. I have to work with Linq-to-Sql, which is basically dead. I have heard 'nhibernate' and 'entity framework' tossed around as buzzwords. I was really just trying to point out the need for having some sort of data driven skill set more than anything, which is why I would pursue something more generically useful over a framework that may be a passing fad. I would just see what pops up the most on the job boards QA forums and head in that direction. All my jobs have required new skills, but built on some piece of an old skill. The generic skill sets are the ones that keep me employed over the fancy frameworks.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups