Current Articles
|
Categories
|
Search
|
Syndication
| Wednesday, October 19, 2005 |
|
Coder to Developer more...
By SuperUser Account @ 11:47 AM
:: 991 Views
::
|
Coder to Developer by Mike Gunderloy |
|
|
Have you ever had that nagging sense that you don't know all that you ought to know. I had felt that way ever since .NET came out. I knew enough to do what I had to do (develop custom Microsoft Access applications) but ever wondered if I could do anything else. Would anybody take me seriously as a developer?
So I got to work. I have been reading insatiously for 3 years now learning about Object Oriented Design and other must-knows for the serious .NET developer. Neverthelessā¦the nagging sense persisted. And I probably have a half-dozen books in my library all bought in hopes that I would learn just enough to get oovercome it. None of them helped.
Then I found Coder to Developer. It was just the book I was looking for. Coder to Developer is a book PERFECTLY suited for the self-taught VBA programmer trying to learn how to be a "real" developer. Below are the things I have absolutely loved about Coder to Developer. It has, in every way, put me on the path to becoming a "real" developer. |
|
- The amazing thing about this book is not it's depth but it's breadth. It covers (almost) everything that a self-taught VBA programmer needs to know. It doesn't cover ANY of the topics with great depth and some of them will require further research and reading (and one or two a LOT of reading.) But you get a very thorough overview of every topic and I don't think there is any chapters to add.
- For those things that are not covered in detail he gives lists of books and articles to reference.
- For EVERY subject area he gives a list of TOOLS (Free Open Source to Commercial) that can be used to automate that area of discussion with a brief synopsis of advantages and disadvantages of each.
- The information is contextualized using a real-world software development example referenced throughout the book.
- The book is designed with Microsoft Tools and Technologies in mind. He uses Visual Studio throughout and designs SOLELY for .NET. (All code samples are in C#. However when necessary he reference VB.NET tools and techniques.)
- The book is fully oriented to small development teams rather than large teams. Many of the books that I had purchased previously were strongly oriented to large teams developing really large software projects.
- The book is replete with URLS and references where software code (snippets/samples/patterns/etc) can be downloaded.
- The book basically covers the subject matter in the same order you would actually develop software (from Start to Finish OR Design to Delivery). Of course there is a lot of overlap so this is only GENERALLY true.
- The book is absolutely devoid of idealism. No smarmy insistence that you have to do it this way or that. But rather encourages a "what works for you" attitude in the HOW of doing. For example, you should probably "architect" software that you are delivering to a client but for vertical software maybe a spec alone will do.
| |
|
|
|
|
| Comments |
Currently, there are no comments. Be the first to post one! Click here to post a comment
|
|