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. where can I download source code for dissecting a C# application book?

where can I download source code for dissecting a C# application book?

Scheduled Pinned Locked Moved The Lounge
csharpcomquestionlearning
16 Posts 7 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.
  • S Offline
    S Offline
    Southmountain
    wrote on last edited by
    #1

    anybody knows where I can download source code for dissecting a C# application book? I google it and the links for APRESS.com does not work anymore. really want to get the source code for this book and exercise it. thanks a million:)

    diligent hands rule....

    R R F 4 Replies Last reply
    0
    • S Southmountain

      anybody knows where I can download source code for dissecting a C# application book? I google it and the links for APRESS.com does not work anymore. really want to get the source code for this book and exercise it. thanks a million:)

      diligent hands rule....

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      What's the title of the book? /ravi

      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

      V 1 Reply Last reply
      0
      • R Ravi Bhavnani

        What's the title of the book? /ravi

        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

        V Offline
        V Offline
        Vark111
        wrote on last edited by
        #3

        Just a shot in the dark here, but "Dissecting a C# Application", perhaps?

        S 1 Reply Last reply
        0
        • S Southmountain

          anybody knows where I can download source code for dissecting a C# application book? I google it and the links for APRESS.com does not work anymore. really want to get the source code for this book and exercise it. thanks a million:)

          diligent hands rule....

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

          Hi, Try here: http://www.icsharpcode.net/OpenSource/SD/[^] Rick

          K 1 Reply Last reply
          0
          • R RSpates

            Hi, Try here: http://www.icsharpcode.net/OpenSource/SD/[^] Rick

            K Offline
            K Offline
            k5054
            wrote on last edited by
            #5

            That will get you the IDE. If you want code from the book, it looks like you're out of luck. The Apress Dowload page states: Where can I find source code for a pre-2003 Wrox published book? We’re sorry, but we no longer carry or support source code for titles published by Wrox prior to 2003, and subsequently acquired by Apress.

            R 1 Reply Last reply
            0
            • K k5054

              That will get you the IDE. If you want code from the book, it looks like you're out of luck. The Apress Dowload page states: Where can I find source code for a pre-2003 Wrox published book? We’re sorry, but we no longer carry or support source code for titles published by Wrox prior to 2003, and subsequently acquired by Apress.

              R Offline
              R Offline
              RSpates
              wrote on last edited by
              #6

              Hi there. I understand, however, the book is about the design and implementation of SharpDevelop, the IDE you mention. The website has older source code as well as the newest updates to SharpDevelop. I don't know if they offer the oldest stuff for direct download, but they do have a forum too. It's a start... Rick

              1 Reply Last reply
              0
              • S Southmountain

                anybody knows where I can download source code for dissecting a C# application book? I google it and the links for APRESS.com does not work anymore. really want to get the source code for this book and exercise it. thanks a million:)

                diligent hands rule....

                R Offline
                R Offline
                RSpates
                wrote on last edited by
                #7

                Hi. The link here: http://community.sharpdevelop.net/forums/t/12265.aspx[^] still works -- I just tested it myself. As I mentioned earlier, the website has old stuff and newer updates. The forum posting at the link above suggests that the code at the download matches the book, which should make studying the old code easier. The dates inside the .zip appear to be consistent with that claim. Enjoy. Rick

                S 2 Replies Last reply
                0
                • S Southmountain

                  anybody knows where I can download source code for dissecting a C# application book? I google it and the links for APRESS.com does not work anymore. really want to get the source code for this book and exercise it. thanks a million:)

                  diligent hands rule....

                  F Offline
                  F Offline
                  FIorian Schneidereit
                  wrote on last edited by
                  #8

                  Little hint, for further reading: There are also some good articles about SharpDevelop here on CodeProject, which cover its Core and Add-In System as well as the AvalonEdit text editor. Simply search for "SharpDevelop". Just in case you didn't know yet. ;)

                  S 1 Reply Last reply
                  0
                  • V Vark111

                    Just a shot in the dark here, but "Dissecting a C# Application", perhaps?

                    S Offline
                    S Offline
                    Southmountain
                    wrote on last edited by
                    #9

                    yes, the title is "dissecting a C# application" with subtitle "Inside SharpDevelop" I believe. I bought this book in 2004 but did not download source code when Wrox was hot company. later on Wrox was sold...

                    diligent hands rule....

                    1 Reply Last reply
                    0
                    • R RSpates

                      Hi. The link here: http://community.sharpdevelop.net/forums/t/12265.aspx[^] still works -- I just tested it myself. As I mentioned earlier, the website has old stuff and newer updates. The forum posting at the link above suggests that the code at the download matches the book, which should make studying the old code easier. The dates inside the .zip appear to be consistent with that claim. Enjoy. Rick

                      S Offline
                      S Offline
                      Southmountain
                      wrote on last edited by
                      #10

                      my salute to you!

                      diligent hands rule....

                      1 Reply Last reply
                      0
                      • F FIorian Schneidereit

                        Little hint, for further reading: There are also some good articles about SharpDevelop here on CodeProject, which cover its Core and Add-In System as well as the AvalonEdit text editor. Simply search for "SharpDevelop". Just in case you didn't know yet. ;)

                        S Offline
                        S Offline
                        Southmountain
                        wrote on last edited by
                        #11

                        thank you! I mainly want to look at windows form designer chapter and play around with it. any new info to share?

                        diligent hands rule....

                        F 1 Reply Last reply
                        0
                        • R RSpates

                          Hi. The link here: http://community.sharpdevelop.net/forums/t/12265.aspx[^] still works -- I just tested it myself. As I mentioned earlier, the website has old stuff and newer updates. The forum posting at the link above suggests that the code at the download matches the book, which should make studying the old code easier. The dates inside the .zip appear to be consistent with that claim. Enjoy. Rick

                          S Offline
                          S Offline
                          Southmountain
                          wrote on last edited by
                          #12

                          yes, I like to look at windows form designer architecture and figure out how to write my own..

                          diligent hands rule....

                          1 Reply Last reply
                          0
                          • S Southmountain

                            thank you! I mainly want to look at windows form designer chapter and play around with it. any new info to share?

                            diligent hands rule....

                            F Offline
                            F Offline
                            FIorian Schneidereit
                            wrote on last edited by
                            #13

                            Well, I think the source code published with the book might be too outdated, I can't even remember if they had a complete and working implementation of a Form Designer back then (which was around v1.0?). You could go and check out the current source code on GitHub, the Forms Designer is implemented as an AddIn (in the folder src/AddIns/DisplayBinding/FormsDesigner) and it should be pretty solid already since most of the effort in recent years was in the XAML/WPF area.

                            S 1 Reply Last reply
                            0
                            • F FIorian Schneidereit

                              Well, I think the source code published with the book might be too outdated, I can't even remember if they had a complete and working implementation of a Form Designer back then (which was around v1.0?). You could go and check out the current source code on GitHub, the Forms Designer is implemented as an AddIn (in the folder src/AddIns/DisplayBinding/FormsDesigner) and it should be pretty solid already since most of the effort in recent years was in the XAML/WPF area.

                              S Offline
                              S Offline
                              Southmountain
                              wrote on last edited by
                              #14

                              very good info. I will check it out. do you mean this link?http://sourceforge.net/projects/sharpdevelop/files/[^]

                              diligent hands rule....

                              B 1 Reply Last reply
                              0
                              • S Southmountain

                                very good info. I will check it out. do you mean this link?http://sourceforge.net/projects/sharpdevelop/files/[^]

                                diligent hands rule....

                                B Offline
                                B Offline
                                Brisingr Aerowing
                                wrote on last edited by
                                #15

                                The official repository is on Github[^] but if all you want is a forms designer then this article[^] may be what you need.

                                What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

                                S 1 Reply Last reply
                                0
                                • B Brisingr Aerowing

                                  The official repository is on Github[^] but if all you want is a forms designer then this article[^] may be what you need.

                                  What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

                                  S Offline
                                  S Offline
                                  Southmountain
                                  wrote on last edited by
                                  #16

                                  thank you very much! your input is very helpful.

                                  diligent hands rule....

                                  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