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. Knowledge sharing at the job?

Knowledge sharing at the job?

Scheduled Pinned Locked Moved The Lounge
csharpjavascriptsysadminasp-netdatabase
28 Posts 13 Posters 1 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.
  • D dandy72

    "Learning" to use something doesn't imply following best practices right off the bat. :-)

    Sander RosselS Offline
    Sander RosselS Offline
    Sander Rossel
    wrote on last edited by
    #13

    We're not talking about best practices, we're talking about not knowing the basics after years of usage and a really buggy application as a result :sigh: Entity Framework lesson 1: ToList() does a query to the database and gets the results. Application after years of work:

    context.MyTable.ToList().Where(o => o.FullName == "...") // Because somehow FullName does not work on the database.

    // In MyTable entity:
    public string FullName
    {
    get { return FirstName + " " + LastName; }
    }

    :sigh:

    Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

    L L 2 Replies Last reply
    0
    • Sander RosselS Sander Rossel

      Ouch... The question should be the other way around "why haven't you followed any web sessions lately!?" It's in your employer's own interest (as well as yours). Unfortunately, all management sees is money spent, but never what it gains them :sigh:

      Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

      H Offline
      H Offline
      HobbyProggy
      wrote on last edited by
      #14

      Sander Rossel wrote:

      all management sees is money spent,

      Jup, and since we have no separate Software dev team i count as "IT" which always only costs money :doh:

      Rules for the FOSW ![^]

      if(!string.IsNullOrWhiteSpace(_signature))
      {
      MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
      }
      else
      {
      MessageBox.Show("404-Signature not found");
      }

      P 1 Reply Last reply
      0
      • Sander RosselS Sander Rossel

        I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?

        Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

        D Offline
        D Offline
        Dimitrios Kalemis
        wrote on last edited by
        #15

        Unfortunately, in most companies I have worked for, keeping current was seen as a bad thing, something that distracts you from the job currently at hand.

        1 Reply Last reply
        0
        • Sander RosselS Sander Rossel

          We're not talking about best practices, we're talking about not knowing the basics after years of usage and a really buggy application as a result :sigh: Entity Framework lesson 1: ToList() does a query to the database and gets the results. Application after years of work:

          context.MyTable.ToList().Where(o => o.FullName == "...") // Because somehow FullName does not work on the database.

          // In MyTable entity:
          public string FullName
          {
          get { return FirstName + " " + LastName; }
          }

          :sigh:

          Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

          L Offline
          L Offline
          Leo56
          wrote on last edited by
          #16

          Really? Pro-devs. who did that? :rolleyes: :-D I suddenly feel a (tiny) bit better... I work in Local Government (UK) :zzz: and I've sort of 'inherited' all things IT - DB stuff, software development (when it suits the higher food chain), reporting, what laughingly passes for analysis/stats, etc. Training is Verboten!!! (never mind encouraged) and pay is still crap. One thing I have noticed over the (interminable) years - if 'they' are desperate (like, 'we need this yesterday to make me look good') then I'm allowed to play - else it's 'software suppliers only' (for the 'support') ;P Bitter? Probably. Frustrated? You bet. Just too near retirement to move..... :sigh:

          P 1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?

            Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

            K Offline
            K Offline
            Kirill Illenseer
            wrote on last edited by
            #17

            My employer doesn't stimulate anything, I stay up-to-date because I want to. Sure, my company does shelve money for seminars, trainings and such, but I have to become active demanding money for that training myself. Not that this was a bad thing, I think that this laissez-faire aproach fits best with intelligent people.

            1 Reply Last reply
            0
            • Sander RosselS Sander Rossel

              I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?

              Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

              K Offline
              K Offline
              Kirk 10389821
              wrote on last edited by
              #18

              Shame on your old company, good for your current company. We encourage people to learn and attend training classes, and to share what they learned. IN FACT, that is the one requirement. If the company pays for the training/seminar, then you have to write up a summary email with a few links so others can either ask questions, or learn something from the experience. I have seen the most useless people take the most training (we called it hiding in training), and I have seen some really bright people go in waves. Spending up to 2 years not training, then digging into a new technology. And $500 or 500 Euros is NOTHING. Most of these things start above this price. Then there are potential flights, and hotel stays. No wonder nobody used this. It was a fake offer.

              1 Reply Last reply
              0
              • Sander RosselS Sander Rossel

                I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?

                Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #19

                There you have it: in your "free" time means on your "own" time. Nobody likes studying "for work"; on their own time. There was a time when one was sent "out of town" for a course (which included meals, hotels; maybe a car).

                "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                Sander RosselS 1 Reply Last reply
                0
                • H HobbyProggy

                  Sander Rossel wrote:

                  all management sees is money spent,

                  Jup, and since we have no separate Software dev team i count as "IT" which always only costs money :doh:

                  Rules for the FOSW ![^]

                  if(!string.IsNullOrWhiteSpace(_signature))
                  {
                  MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
                  }
                  else
                  {
                  MessageBox.Show("404-Signature not found");
                  }

                  P Offline
                  P Offline
                  Peter Shaw
                  wrote on last edited by
                  #20

                  and this folks is the number one reason why I.T and software dev departments get the shit they do. Beacuse we are always seen as a cost to the business and never part of the profit generation cycle. It's also always why the flyby night lying toerag B******d sales folk get away with telling people that wetting their pants why installing undercracker 4000 deluxe edition onto a new mainframe made from the finest hair of a vestal virgin (and all for the bargain price of $400000000000) will bring their company all the best fortune it deserves, and get massive bonuses for doing so.... because they are always seen as profit generation. over< / rant> :-)

                  1 Reply Last reply
                  0
                  • L Leo56

                    Really? Pro-devs. who did that? :rolleyes: :-D I suddenly feel a (tiny) bit better... I work in Local Government (UK) :zzz: and I've sort of 'inherited' all things IT - DB stuff, software development (when it suits the higher food chain), reporting, what laughingly passes for analysis/stats, etc. Training is Verboten!!! (never mind encouraged) and pay is still crap. One thing I have noticed over the (interminable) years - if 'they' are desperate (like, 'we need this yesterday to make me look good') then I'm allowed to play - else it's 'software suppliers only' (for the 'support') ;P Bitter? Probably. Frustrated? You bet. Just too near retirement to move..... :sigh:

                    P Offline
                    P Offline
                    Peter Shaw
                    wrote on last edited by
                    #21

                    Ha yes, I feel your pain...... Contractor here who's worked on both government, NHS and UK Military projects in the past. :-) It's soul destroying at times.

                    1 Reply Last reply
                    0
                    • L Lost User

                      There you have it: in your "free" time means on your "own" time. Nobody likes studying "for work"; on their own time. There was a time when one was sent "out of town" for a course (which included meals, hotels; maybe a car).

                      "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                      Sander RosselS Offline
                      Sander RosselS Offline
                      Sander Rossel
                      wrote on last edited by
                      #22

                      I happen to like programming so, yeah, I study quite a lot in my free time. My employer profits and then I profit (being the best they have tends to give leverage) :D

                      Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                      L 1 Reply Last reply
                      0
                      • Sander RosselS Sander Rossel

                        I happen to like programming so, yeah, I study quite a lot in my free time. My employer profits and then I profit (being the best they have tends to give leverage) :D

                        Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #23

                        Being the "best" isn't always what it's cracked out to be. The "budget" needs to be split amongst everybody; meaning, "if I give you x then they ONLY get y and then they are unhappy, etc.". It then becomes tests of wills. (If you happen to actually like what you are currently working on, then that's a different story; but that will get "old" too after a while if you like to stretch; or see new faces).

                        "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                        Sander RosselS 1 Reply Last reply
                        0
                        • S Slacker007

                          Sander Rossel wrote:

                          Was your education in your boss's time?

                          When I worked for Goldman Sachs, it was on my employer's time. I have had it both ways for education, etc. I am a contractor now, and I work from my home office. They expect me to learn everything on my own. Which is fine, and I do, but I miss the collaboration and knowledge sharing.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #24

                          We're bush pilots ... we get it done because we have to.

                          "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                          1 Reply Last reply
                          0
                          • D dandy72

                            Wanna learn something quick? Get asked to deliver a project with technologies you've never used before, within a fixed amount of time (that you'd barely think reasonable if it was done with what you do know).

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #25

                            True story: - I think we should go .NET. - No; Java. - Me: Struts; Swing; Beans; Eclipse; JBoss; Linux; Apache; etc; Java-related courses out of town... - (weeks later) OK ... you can use .NET.

                            "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                            1 Reply Last reply
                            0
                            • Sander RosselS Sander Rossel

                              We're not talking about best practices, we're talking about not knowing the basics after years of usage and a really buggy application as a result :sigh: Entity Framework lesson 1: ToList() does a query to the database and gets the results. Application after years of work:

                              context.MyTable.ToList().Where(o => o.FullName == "...") // Because somehow FullName does not work on the database.

                              // In MyTable entity:
                              public string FullName
                              {
                              get { return FirstName + " " + LastName; }
                              }

                              :sigh:

                              Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #26

                              Has to do with "ownership". I'll "own" my projects; so there are no issues. But once someone else "takes control", I can no longer be responsible. If that other party won't "own", then the "technical debt" accumulates.

                              "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                              Sander RosselS 1 Reply Last reply
                              0
                              • L Lost User

                                Has to do with "ownership". I'll "own" my projects; so there are no issues. But once someone else "takes control", I can no longer be responsible. If that other party won't "own", then the "technical debt" accumulates.

                                "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                                Sander RosselS Offline
                                Sander RosselS Offline
                                Sander Rossel
                                wrote on last edited by
                                #27

                                I don't see what ownership has to do with understanding your tools :confused: This was code written by the team that worked on it from the start and they were still writing it like that. Ownership or not, you won't write code like that if you know what you're doing.

                                Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                1 Reply Last reply
                                0
                                • L Lost User

                                  Being the "best" isn't always what it's cracked out to be. The "budget" needs to be split amongst everybody; meaning, "if I give you x then they ONLY get y and then they are unhappy, etc.". It then becomes tests of wills. (If you happen to actually like what you are currently working on, then that's a different story; but that will get "old" too after a while if you like to stretch; or see new faces).

                                  "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                                  Sander RosselS Offline
                                  Sander RosselS Offline
                                  Sander Rossel
                                  wrote on last edited by
                                  #28

                                  Never had any trouble with budgets. More that I'm willing to try new stuff and better the application while coworkers are afraid of innovation and get stressed out and/or angry. I've had a coworker scolding at me because he literally couldn't read some C# syntax I had used (I used some delegates, nothing fancy). Ok, that guy was really bad at programming and at social skills, a terrible combination :sigh:

                                  Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                  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