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. A C# book - Expert C# 5.0: with the .NET 4.5 Framework

A C# book - Expert C# 5.0: with the .NET 4.5 Framework

Scheduled Pinned Locked Moved The Lounge
csharpcomquestionlearning
39 Posts 13 Posters 2 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.
  • B Brisingr Aerowing

    Nice! I am going to get that! Another addition to my shelf of programming books. I am trying to fill a rather large bookshelf with computer related material, and only have a few books right now.

    Bob Dole

    The internet is a great way to get on the net.

    :doh: 2.0.82.7292 SP6a

    M Offline
    M Offline
    Mohammad A Rahman
    wrote on last edited by
    #12

    Hello Brisingr, Thank you very much :) and all the best with your bookshelf

    author of the Expert C# 5.0 with the .NET 4.5 Framework book

    B 1 Reply Last reply
    0
    • M Mohammad A Rahman

      Hello Brisingr, Thank you very much :) and all the best with your bookshelf

      author of the Expert C# 5.0 with the .NET 4.5 Framework book

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

      Thanks. I only have five books on it right now, and it can hold about 50-60 books, depending on the sizes of the books.

      Bob Dole

      The internet is a great way to get on the net.

      :doh: 2.0.82.7292 SP6a

      1 Reply Last reply
      0
      • E Eric Goedhart

        Just ordered a coppy , this is how an order looks in the Dutch language :) Besteld bij bol.com: Titel Aantal Prijs Totaal Levertijd Expert C# 5.0 - Mohammad Rahman Engels - Paperback 1 € 54,99 € 54,99 5-10 werkdagen

        With friendly greetings,:) Eric Goedhart

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

        They have it on bol now? Gaaahhh! I ordered it weeks ago from Amazon (even created an Amazon account for it) because bol didn't have it! I'm still waiting for my copy... :sigh:

        It's an OO world.

        public class Naerling : Lazy<Person>{
        public void DoWork(){ throw new NotImplementedException(); }
        }

        E 1 Reply Last reply
        0
        • M Mohammad A Rahman

          I have completed writing Expert C# 5.0: with the .NET 4.5 Framework book and published on 17th December 2012 by APress publisher. I thought, I would share this information with the codeproject community (please forgive me if this is not the right place to share). This book is about C# and how does it work and so on. If anyone would like to know more about it please visit the following URLs, Expert C# 5.0: with the .NET 4.5 Framework[^] Or, Expert C# 5.0: with the .NET 4.5 Framework[^] Or you can see the preview from here [^] Thank you, Mohammad

          author of the Expert C# 5.0 with the .NET 4.5 Framework book

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

          Congrats again! :) I'm still waiting for my copy to arrive. The preview looks promising. I especially like that chapter called 'acknowledgements' ;) I've already spotted some IL too, so I'll be sure to read that when my copy arrives! :D

          It's an OO world.

          public class Naerling : Lazy<Person>{
          public void DoWork(){ throw new NotImplementedException(); }
          }

          M 1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            Congrats again! :) I'm still waiting for my copy to arrive. The preview looks promising. I especially like that chapter called 'acknowledgements' ;) I've already spotted some IL too, so I'll be sure to read that when my copy arrives! :D

            It's an OO world.

            public class Naerling : Lazy<Person>{
            public void DoWork(){ throw new NotImplementedException(); }
            }

            M Offline
            M Offline
            Mohammad A Rahman
            wrote on last edited by
            #16

            S (didn't spell the full name), Thank you and Ya..I know you liked the acknowledgements chapter :) I hope you like the book too :)

            author of the Expert C# 5.0 with the .NET 4.5 Framework book

            1 Reply Last reply
            0
            • M Mohammad A Rahman

              I have completed writing Expert C# 5.0: with the .NET 4.5 Framework book and published on 17th December 2012 by APress publisher. I thought, I would share this information with the codeproject community (please forgive me if this is not the right place to share). This book is about C# and how does it work and so on. If anyone would like to know more about it please visit the following URLs, Expert C# 5.0: with the .NET 4.5 Framework[^] Or, Expert C# 5.0: with the .NET 4.5 Framework[^] Or you can see the preview from here [^] Thank you, Mohammad

              author of the Expert C# 5.0 with the .NET 4.5 Framework book

              S Offline
              S Offline
              sir_download_alot
              wrote on last edited by
              #17

              Congratulations, you are probably happy to get some time back for other stuff! As there are so many books out there; What makes your book special so that I have to buy it? Cheers Rene

              M 1 Reply Last reply
              0
              • S sir_download_alot

                Congratulations, you are probably happy to get some time back for other stuff! As there are so many books out there; What makes your book special so that I have to buy it? Cheers Rene

                M Offline
                M Offline
                Mohammad A Rahman
                wrote on last edited by
                #18

                Thank you and yes got some time so I can do bit extra stuff for my uni work :( Good question :) and what I would like say, 1. You will find bit interesting when read page 2 (Compilation of a C# Program) in where I tried to explain the C# compilation process with the information regarding IL generation , JIT and so on. Compare to other book regard to this I use proper debugging to show how it works? And many more in Chapter 1. 2. I explain parameter passing with some simple example by showing the memory addresses and how it interact and also you would find what happens with the "this" parameter and many more. Compare to other book I think it is more intuitive. 3. I explain the C# Iterator in depth by explaining the underneath State machine which C# compiler generate for the the Iterator block. Compare to other book explanation about the Iterator block is really interesting in here. .. and many more 14. lastly async and await (C# 5.0) has been explained extensively. Please see the preview in Google Books[^] Thank you and hope like this book :)

                author of the Expert C# 5.0 with the .NET 4.5 Framework book

                S 1 Reply Last reply
                0
                • M Mohammad A Rahman

                  I have completed writing Expert C# 5.0: with the .NET 4.5 Framework book and published on 17th December 2012 by APress publisher. I thought, I would share this information with the codeproject community (please forgive me if this is not the right place to share). This book is about C# and how does it work and so on. If anyone would like to know more about it please visit the following URLs, Expert C# 5.0: with the .NET 4.5 Framework[^] Or, Expert C# 5.0: with the .NET 4.5 Framework[^] Or you can see the preview from here [^] Thank you, Mohammad

                  author of the Expert C# 5.0 with the .NET 4.5 Framework book

                  H Offline
                  H Offline
                  Hai Qui
                  wrote on last edited by
                  #19

                  Congratulation and had look the preview of the book in the Google books, looks interesting...going to get one (probably).

                  M 1 Reply Last reply
                  0
                  • Sander RosselS Sander Rossel

                    They have it on bol now? Gaaahhh! I ordered it weeks ago from Amazon (even created an Amazon account for it) because bol didn't have it! I'm still waiting for my copy... :sigh:

                    It's an OO world.

                    public class Naerling : Lazy<Person>{
                    public void DoWork(){ throw new NotImplementedException(); }
                    }

                    E Offline
                    E Offline
                    Eric Goedhart
                    wrote on last edited by
                    #20

                    Hi Nearling, Yes they have it on bol so it must have been added just recently: [bol] My order say's a delivery time of 5 to 10 day's so it's not that I have my copy directly, I also have to wait :sigh:

                    With friendly greetings,:) Eric Goedhart

                    E 1 Reply Last reply
                    0
                    • M Mohammad A Rahman

                      Thank you and yes got some time so I can do bit extra stuff for my uni work :( Good question :) and what I would like say, 1. You will find bit interesting when read page 2 (Compilation of a C# Program) in where I tried to explain the C# compilation process with the information regarding IL generation , JIT and so on. Compare to other book regard to this I use proper debugging to show how it works? And many more in Chapter 1. 2. I explain parameter passing with some simple example by showing the memory addresses and how it interact and also you would find what happens with the "this" parameter and many more. Compare to other book I think it is more intuitive. 3. I explain the C# Iterator in depth by explaining the underneath State machine which C# compiler generate for the the Iterator block. Compare to other book explanation about the Iterator block is really interesting in here. .. and many more 14. lastly async and await (C# 5.0) has been explained extensively. Please see the preview in Google Books[^] Thank you and hope like this book :)

                      author of the Expert C# 5.0 with the .NET 4.5 Framework book

                      S Offline
                      S Offline
                      sir_download_alot
                      wrote on last edited by
                      #21

                      Hello and thank you for taking your time to answer my question! Wish you success with your uni work :thumbsup:

                      M 1 Reply Last reply
                      0
                      • S sir_download_alot

                        Hello and thank you for taking your time to answer my question! Wish you success with your uni work :thumbsup:

                        M Offline
                        M Offline
                        Mohammad A Rahman
                        wrote on last edited by
                        #22

                        Thank you :)

                        author of the Expert C# 5.0 with the .NET 4.5 Framework book

                        1 Reply Last reply
                        0
                        • H Hai Qui

                          Congratulation and had look the preview of the book in the Google books, looks interesting...going to get one (probably).

                          M Offline
                          M Offline
                          Mohammad A Rahman
                          wrote on last edited by
                          #23

                          Hello Hai, Thank you :)

                          author of the Expert C# 5.0 with the .NET 4.5 Framework book

                          1 Reply Last reply
                          0
                          • M Mohammad A Rahman

                            I have completed writing Expert C# 5.0: with the .NET 4.5 Framework book and published on 17th December 2012 by APress publisher. I thought, I would share this information with the codeproject community (please forgive me if this is not the right place to share). This book is about C# and how does it work and so on. If anyone would like to know more about it please visit the following URLs, Expert C# 5.0: with the .NET 4.5 Framework[^] Or, Expert C# 5.0: with the .NET 4.5 Framework[^] Or you can see the preview from here [^] Thank you, Mohammad

                            author of the Expert C# 5.0 with the .NET 4.5 Framework book

                            D Offline
                            D Offline
                            dpminusa
                            wrote on last edited by
                            #24

                            Congratulations on finishing and publishing your book. I only have had time to skimm it so far. Looks like a lot of good information that will enhance my knowledge. I am looking forward to getting into the details an examples. I would suggest thought be put into an eBook version as well. The online version you have is great, but I prefer the eBook ultimately. Thanks.

                            "Courtesy is the product of a mature, disciplined mind ... ridicule is lack of the same - DPM"

                            M 1 Reply Last reply
                            0
                            • M Mohammad A Rahman

                              I have completed writing Expert C# 5.0: with the .NET 4.5 Framework book and published on 17th December 2012 by APress publisher. I thought, I would share this information with the codeproject community (please forgive me if this is not the right place to share). This book is about C# and how does it work and so on. If anyone would like to know more about it please visit the following URLs, Expert C# 5.0: with the .NET 4.5 Framework[^] Or, Expert C# 5.0: with the .NET 4.5 Framework[^] Or you can see the preview from here [^] Thank you, Mohammad

                              author of the Expert C# 5.0 with the .NET 4.5 Framework book

                              J Offline
                              J Offline
                              John McKay
                              wrote on last edited by
                              #25

                              Looking forward to this Mohammad, thanks!

                              M 1 Reply Last reply
                              0
                              • E Eric Goedhart

                                Hi Nearling, Yes they have it on bol so it must have been added just recently: [bol] My order say's a delivery time of 5 to 10 day's so it's not that I have my copy directly, I also have to wait :sigh:

                                With friendly greetings,:) Eric Goedhart

                                E Offline
                                E Offline
                                Emmanuel Medina
                                wrote on last edited by
                                #26

                                Digital versions = problem solved, for me, the reasons I buy digital books are: 1) I get my copy practically instantaneously 2) They are cheaper 3) I don't have to carry them around when moving or traveling Of course I know there are cons to it, but it works perfectly for me right now.

                                Sander RosselS 1 Reply Last reply
                                0
                                • E Emmanuel Medina

                                  Digital versions = problem solved, for me, the reasons I buy digital books are: 1) I get my copy practically instantaneously 2) They are cheaper 3) I don't have to carry them around when moving or traveling Of course I know there are cons to it, but it works perfectly for me right now.

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

                                  I like to open a random page and just see what it's about :) And I like showing off all the stuff I own to my friends ;p

                                  It's an OO world.

                                  public class Naerling : Lazy<Person>{
                                  public void DoWork(){ throw new NotImplementedException(); }
                                  }

                                  E 1 Reply Last reply
                                  0
                                  • Sander RosselS Sander Rossel

                                    I like to open a random page and just see what it's about :) And I like showing off all the stuff I own to my friends ;p

                                    It's an OO world.

                                    public class Naerling : Lazy<Person>{
                                    public void DoWork(){ throw new NotImplementedException(); }
                                    }

                                    E Offline
                                    E Offline
                                    Emmanuel Medina
                                    wrote on last edited by
                                    #28

                                    For the showing off you can, for example, use LibraryThing[^] I know it's not the same but I think it's what comes closer to it ;P, here's the link to mine [^]

                                    Sander RosselS 1 Reply Last reply
                                    0
                                    • D dpminusa

                                      Congratulations on finishing and publishing your book. I only have had time to skimm it so far. Looks like a lot of good information that will enhance my knowledge. I am looking forward to getting into the details an examples. I would suggest thought be put into an eBook version as well. The online version you have is great, but I prefer the eBook ultimately. Thanks.

                                      "Courtesy is the product of a mature, disciplined mind ... ridicule is lack of the same - DPM"

                                      M Offline
                                      M Offline
                                      Mohammad A Rahman
                                      wrote on last edited by
                                      #29

                                      Thank you very much. I hope you like the book. There is eBook version which you would be able to find in APress site[^].

                                      author of the Expert C# 5.0 with the .NET 4.5 Framework book

                                      D 1 Reply Last reply
                                      0
                                      • J John McKay

                                        Looking forward to this Mohammad, thanks!

                                        M Offline
                                        M Offline
                                        Mohammad A Rahman
                                        wrote on last edited by
                                        #30

                                        Hello John, Thank you :)

                                        author of the Expert C# 5.0 with the .NET 4.5 Framework book

                                        1 Reply Last reply
                                        0
                                        • E Emmanuel Medina

                                          For the showing off you can, for example, use LibraryThing[^] I know it's not the same but I think it's what comes closer to it ;P, here's the link to mine [^]

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

                                          WoW fan? And you must know a lot after fourteen week, seven databases and seven languages to be exact. Not to mention the 291 things you also know ;) Nice collection. The most impressive book I have must be this one (it's huge and heavy)[^] and the best read I have is this one, complete with special edition cover and gold-coloured page sides[^]. My book collection isn't all that spectacular. I do have hundreds of CD's, LP's and DVD's though. All original of course :)

                                          It's an OO world.

                                          public class Naerling : Lazy<Person>{
                                          public void DoWork(){ throw new NotImplementedException(); }
                                          }

                                          E 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