Book or other reference recommendations needed [modified]
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
Gary Wheeler wrote:
".NET programming for MFC dinosaurs"
This reminds me of a time when I was looking for a book, something like "MFC for Win32 dinosaurs". :-D
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
Well, first you need to get the acronym right - it's WPF not WFP ... This will improve your search results significantly..;P
-
Well, first you need to get the acronym right - it's WPF not WFP ... This will improve your search results significantly..;P
-
Well, first you need to get the acronym right - it's WPF not WFP ... This will improve your search results significantly..;P
Oops :-O. Fixed. (actually, I did get it right when I searched)
Software Zen:
delete this;
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
i own THIS[^] book and I'm very impressed with it. im actually learning WPF out of it right now. i havent read the introduction to C# and .Net parts of it cuz i mainly use this book for reference but im sure(considering the parts i have read) it's up to standard. ive learnt linq from this book aswell by the way. Hope it helps :)
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.passion != Programming)
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
-
i own THIS[^] book and I'm very impressed with it. im actually learning WPF out of it right now. i havent read the introduction to C# and .Net parts of it cuz i mainly use this book for reference but im sure(considering the parts i have read) it's up to standard. ive learnt linq from this book aswell by the way. Hope it helps :)
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.passion != Programming)
Thanks Harvey. The Amazon reviews look pretty impressive.
Software Zen:
delete this;
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
I have read Essential Windows Presentation Foundation [^] which is very good and gives you general idea about ho WPF works and how it is designed as well as some insights into design decisions. Now I'm reading Windows Presentation Foundation Unleashed[^] which is also good, and is written more in "how to" style. A book that absolutely every .net programmer should read is Applied Microsoft® .NET Framework Programming [^] which gives you insight into how .net framework works inside. Very good introduction into C# for C++ programmer is Inside C#[^]. I have read and recommend you all four books. Hope this helps.
Teamwork Cafe - my blog and smart project management software
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
I've learned a lot of WPF from this[^], this[^] and this[^] book. The Pro WPF is the best, closely followed by the Unleashed book. The Sells book is good, but the other two are of such a high quality that they really should be your first port of call.
Deja View - the feeling that you've seen this post before.
-
Thanks Harvey. The Amazon reviews look pretty impressive.
Software Zen:
delete this;
Your welcome Gary Another thing id like to mention is that it really goes very deep(as in whats going on behind the scenes) into its topics, which one doesnt necessarily need to know but if you need to the information its there. I must admit that much of this is way more than my 20 year old brain can process but some of the very technical stuff sticks and will probably be very useful some day.
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.passion != Programming)
-
i own THIS[^] book and I'm very impressed with it. im actually learning WPF out of it right now. i havent read the introduction to C# and .Net parts of it cuz i mainly use this book for reference but im sure(considering the parts i have read) it's up to standard. ive learnt linq from this book aswell by the way. Hope it helps :)
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.passion != Programming)
I'll second that. It's an excellent book. It covers everything .net, so doesn't go into huge detail on WPF, but it's a great reference.
Simon
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
Gary Wheeler wrote:
".NET programming for MFC dinosaurs"
Once I stopped trying to look at C# with my C++ glasses on I found I progressed a hell of a lot quicker. Trying to look at C# from a C++ background only confused and frustrated me, I spent more time wondering how to get const correctness and other stuff then I did learning. My advice to you is not to look for the book you're looking for. Going to ignore that? Fair enough, I did too for a long time. In which case, these might help you out like they did me:
- C# FAQ for C++ programmers[^]
- Petzold's ".NET book zero" - "What the C or C++ Programmer Needs to Know about C# and the .NET Framework"[^]
- C# for MFC programmers[^]
- Dy
-
Well, first you need to get the acronym right - it's WPF not WFP ... This will improve your search results significantly..;P
Meh, it's only a matter of time that WPF will be replaced by a technology called WFP - using the future search term will give Gary a huge adoption advantage
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
Gary Wheeler wrote:
".NET programming for MFC dinosaurs"
Once I stopped trying to look at C# with my C++ glasses on I found I progressed a hell of a lot quicker. Trying to look at C# from a C++ background only confused and frustrated me, I spent more time wondering how to get const correctness and other stuff then I did learning. My advice to you is not to look for the book you're looking for. Going to ignore that? Fair enough, I did too for a long time. In which case, these might help you out like they did me:
- C# FAQ for C++ programmers[^]
- Petzold's ".NET book zero" - "What the C or C++ Programmer Needs to Know about C# and the .NET Framework"[^]
- C# for MFC programmers[^]
- Dy
Thanks -Dy. Those all look really useful.
Software Zen:
delete this;
-
I've learned a lot of WPF from this[^], this[^] and this[^] book. The Pro WPF is the best, closely followed by the Unleashed book. The Sells book is good, but the other two are of such a high quality that they really should be your first port of call.
Deja View - the feeling that you've seen this post before.
Thanks Pete. My list for the book store is starting to exceed the cargo capacity of my car :rolleyes:.
Software Zen:
delete this;
-
I have read Essential Windows Presentation Foundation [^] which is very good and gives you general idea about ho WPF works and how it is designed as well as some insights into design decisions. Now I'm reading Windows Presentation Foundation Unleashed[^] which is also good, and is written more in "how to" style. A book that absolutely every .net programmer should read is Applied Microsoft® .NET Framework Programming [^] which gives you insight into how .net framework works inside. Very good introduction into C# for C++ programmer is Inside C#[^]. I have read and recommend you all four books. Hope this helps.
Teamwork Cafe - my blog and smart project management software
Inside C# is the one title I remembered being mentioned before. Thanks for reminding me.
Software Zen:
delete this;
-
i own THIS[^] book and I'm very impressed with it. im actually learning WPF out of it right now. i havent read the introduction to C# and .Net parts of it cuz i mainly use this book for reference but im sure(considering the parts i have read) it's up to standard. ive learnt linq from this book aswell by the way. Hope it helps :)
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.passion != Programming)
-
Meh, it's only a matter of time that WPF will be replaced by a technology called WFP - using the future search term will give Gary a huge adoption advantage
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighistpeterchen wrote:
using the future search term will give Gary a huge adoption advantage
Yeah, but by release they'll change every single function signature, and drop all the useful features...
-
I need recommendations for a couple of books or other references (including training classes). My Windows development background is exclusively native development, with and without MFC. Our next major product will be using WPF controls supplied by another group withing the company. This means that at least part of the product will be written in C# under .NET. Here's what I'm looking for: - A good introduction to WPF. I've read a number of articles on CP, and I think I'm ready for something in a little more depth. - An introduction to .NET and C#. The thing I'm looking for here is a guide to 'best practices' so that I get started out right. A 'transition' book, something like ".NET programming for MFC dinosaurs" :-O would probably be the right thing. I've googled and Amazoned, and there seems to be an awful lot of stuff out there. It's a little difficult to judge the quality, and if I can cut out some of the time required to wade through the dross, it would be great.
Software Zen:
delete this;
modified on Tuesday, August 12, 2008 9:49 AM
I really liked Accelerated C# 2008[^] when I was brushing up on all the syntax and new bits for my latest job search.
I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon
-
peterchen wrote:
using the future search term will give Gary a huge adoption advantage
Yeah, but by release they'll change every single function signature, and drop all the useful features...
You guys are frightening me.
Software Zen:
delete this;
Fold With Us![^]