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. @Microsoft

@Microsoft

Scheduled Pinned Locked Moved The Lounge
csharplinq
51 Posts 15 Posters 0 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.
  • L lepipele

    Create project in Visual Studio 2008, do not use Linq at all and code for three months, then try to Target .NET Framework 3.0...

    C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #41

    Yes, been there, done that. And...?

    cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

    1 Reply Last reply
    0
    • A AspDotNetDev

      I personally dislike that it adds that to new files. I rarely ever use it and it clutters up Intellisense (until I get annoyed enough to go and delete it from the top of the file). I wonder if the template for new files can be changed so that that using statement isn't part of it... that'd be nice.

      [Forum Guidelines]

      G Offline
      G Offline
      Glenn Dawson
      wrote on last edited by
      #42

      Yes, by modifying the class.cs file in class.zip in the program files directory of whichever VS version. http://blogs.msdn.com/b/steve/archive/2007/04/10/changing-the-default-using-directives-in-visual-studio.aspx[^]

      A 1 Reply Last reply
      0
      • G Glenn Dawson

        Yes, by modifying the class.cs file in class.zip in the program files directory of whichever VS version. http://blogs.msdn.com/b/steve/archive/2007/04/10/changing-the-default-using-directives-in-visual-studio.aspx[^]

        A Offline
        A Offline
        AspDotNetDev
        wrote on last edited by
        #43

        I love you.

        [Forum Guidelines]

        L 1 Reply Last reply
        0
        • H Henry Minute

          In that case, if you know you will not be using LINQ, target .NET 3.0 right from the start. Don't blame Microsoft for your lack of foresight.

          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

          P Offline
          P Offline
          peterchen
          wrote on last edited by
          #44

          Henry Minute wrote:

          Don't blame Microsoft for your lack of foresight.

          WRONG. WHy do I have to make this decision in advance?

          Agh! Reality! My Archnemesis![^]
          | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

          1 Reply Last reply
          0
          • A AspDotNetDev

            I love you.

            [Forum Guidelines]

            L Offline
            L Offline
            lepipele
            wrote on last edited by
            #45

            Thank God that something constructive came out of this whole destructive topic - a love affair.

            1 Reply Last reply
            0
            • C Christian Graus

              Well, apparently.

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              L Offline
              L Offline
              lepipele
              wrote on last edited by
              #46

              :thumbsup:

              1 Reply Last reply
              0
              • L lepipele

                So, should I right click -> sort and delete in every code file in Solution or can I PowerCommands [^] to do that for me? Definitely agree with you on "difficult stuff this programming", though.

                N Offline
                N Offline
                NormDroid
                wrote on last edited by
                #47

                :-\

                Predrag Tomasevic wrote:

                Definitely agree with you on "difficult stuff this programming", though.

                That's why it should be left to professional software engineers

                Two heads are better than one.

                L 1 Reply Last reply
                0
                • L Luc Pattyn

                  This[^] could help you out for such matters. :)

                  Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                  Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

                  H Offline
                  H Offline
                  Henry Minute
                  wrote on last edited by
                  #48

                  Nice link Luc! :thumbsup: Although I can't imagine what sort of anorak would have the time to aggregate such information. :laugh:

                  Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                  1 Reply Last reply
                  0
                  • L lepipele

                    Screw you, and your: using System.Linq; %#$^#$Y$%GH$%ET#$%T$$@#!!!

                    D Offline
                    D Offline
                    Dave Parker
                    wrote on last edited by
                    #49

                    If it's just the using directive, do a search and replace? If it's just inconvenient having it by default I think there's a way to change the default usings. I've never done it though as it didn't look the simplest thing to do last time I looked into it (I wanted to have "using System.Diagnostics" included by default). My personal linq peeve is the people who insist on constantly "refactoring", replacing the foreach keyword with List.ForEach everywhere, which is slightly harder to read and debug imo, as well as leading to more conflicts when I'm trying to merge my actual changes in.

                    1 Reply Last reply
                    0
                    • N NormDroid

                      :-\

                      Predrag Tomasevic wrote:

                      Definitely agree with you on "difficult stuff this programming", though.

                      That's why it should be left to professional software engineers

                      Two heads are better than one.

                      L Offline
                      L Offline
                      lepipele
                      wrote on last edited by
                      #50

                      I can't man... I as a manager must meet deadlines, and whenever I ask "professional software engineer" (I like to call them "programmer" instead) when it will be done, he replies something like: "When it's done". So, I've decided to take matters into my own hands... as numerous management books advised me - action before anything else!

                      N 1 Reply Last reply
                      0
                      • L lepipele

                        I can't man... I as a manager must meet deadlines, and whenever I ask "professional software engineer" (I like to call them "programmer" instead) when it will be done, he replies something like: "When it's done". So, I've decided to take matters into my own hands... as numerous management books advised me - action before anything else!

                        N Offline
                        N Offline
                        NormDroid
                        wrote on last edited by
                        #51

                        Good engineers, will explain what's required to finish, it truly is hard to give a definite timescale as some problems or technical hurdles always appear down the line. So if your pressing somebody for a timescale as what steps are required to finish the jobs and a ballpark figure on have long each step will take. This is text book management that all companies use. They will take that information away and probably add/take a percentage on the timescale given. At the proposed step call the team/developer in and ask them if it complete and why not? Then adjust timescales accordingly. Breaking a project down into bite sized pieces is the only way to go, this is from my only person experience in the industry.

                        Two heads are better than one.

                        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