Puedes empezar a leer Microsoft Visual Studio 2010 en tu Kindle en menos de un minuto. ¿No tienes un Kindle? Consigue un Kindle aquí.

Enviar a mi Kindle o a otro dispositivo

 
 
 

Pruébalo gratis

Lee el principio de este eBook gratis

Enviar a mi Kindle o a otro dispositivo

Lee libros en tu ordenador o en otros dispositivos móviles gracias a nuestras Aplicaciones de lectura Kindle GRATUITAS.
Microsoft Visual Studio 2010 : A Beginner's Guide (A Beginners Guide)
 
Ampliar la imagen
 

Microsoft Visual Studio 2010 : A Beginner's Guide (A Beginners Guide) [Versión Kindle]

Joe Mayo

Precio lista ed. impresa: EUR 35,35
Precio Kindle: EUR 21,99 IVA incluido (si corresponde) y envío a través de Amazon Whispernet
Ahorras: EUR 13,36 (38%)

Formatos

Precio Amazon Nuevo de Usado de
Versión Kindle EUR 21,99  
Tapa blanda EUR 33,58  
Descubre cómo ahorrar hasta un 90% en un título diferente cada día
Inscríbete en la Newsletter Kindle Flash y recibe directamente en tu bandeja de entrada la oferta del día Kindle Flash para no perderte ni un título en promoción. Más información

Descripción del producto

Descripción del producto

  Essential Visual Studio 2010 Skills--Made Easy! Endorsed by Microsoft and written by a Microsoft MVP and Visual Studio expert, this hands-on guide teaches programmers and developers new to Visual Studio 2010 how to maximize the latest release of Microsoft's flagship development environment.  Microsoft Visual Studio 2010: A Beginner's Guide shows you how to build applications from the ground up. You'll also learn how to customize the integrated development environment (IDE) itself, adding your own tools that integrate with Visual Studio 2010.


Detalles del producto

  • Formato: Versión Kindle
  • Tamaño del archivo: 6970 KB
  • Longitud de impresión: 560
  • Uso simultáneo de dispositivos: Hasta 4 dispositivos simultáneos según los límites del editor
  • Editor: McGraw-Hill; Edición: 1 (5 de abril de 2010)
  • Vendido por: Amazon Media EU S.à r.l.
  • Idioma: Inglés
  • ASIN: B003O86F0O
  • Texto a voz: Activado
  • X-Ray: No activado
  • Clasificación en los más vendidos de Amazon: n°151.728 Pagados in Tienda Kindle (Ver el Top 100 de pago en Tienda Kindle)

Opiniones de clientes

Todavía no hay opiniones de clientes en Amazon.es
5 estrellas
4 estrellas
3 estrellas
2 estrellas
1 estrellas
Opiniones de clientes más útiles en Amazon.com (beta)
Amazon.com: 3.4 de un máximo de 5 estrellas  16 opiniones
22 de 23 personas piensan que la opinión es útil
5.0 de un máximo de 5 estrellas A great introduction to Visual Studio 2010 17 de mayo de 2010
Por K. Halvorson - Publicado en Amazon.com
Formato:Tapa blanda
One may wonder how anyone could write a decent introductory book to Visual Studio and related programming, do it just over 400 pages with decent sized type and screenshots, and still cover a little bit of everything from Asp.Net to MVC to WPF. This book successfully manages that task quite well.

The first four chapters get you up to speed on finding your way around visual studio enough to get a project started. It also includes brief tutorial on programming in both Visual Basic and C#. If you have programmed in other languages, or you are just starting programming, this will give you just enough knowledge to get started inside Visual Studio.. It covers program structure, some language syntax, and how to best use the Visual Studio make programming tasks easier.

The next three chapters cover creating projects, debugging, and accessing data. While whole books can be written on these subjects, Joe manages to hit the useful high points. Since much time can be spend debugging, understanding the debugging tools is essential for developers new to Visual Studio. Many hours of debugging can be saved by using the built in tools. He explains breakpoints and the useful debugging windows, and give a great walkthrough of using these concepts to track down a bug in a program with bugs.

The next part covers web and windows applications using ASP.NET MVC, Silverlight, WPF, and web services.. Again, whole books are written on these subjects. This book works through just enough information to understand how to use each topic, and a sample program for each to illustrate the concept. I, knowing very little about MVC, built the example in the chapter, and found how easy it was to learn.

Finally, enhancing and extending Visual Studio 2010 is covered. Templates, snippets and macro are covered as well as project add-ins.

Overall, I found the book well written, organized, and easy to use. Topics are introduced in a logical order. It is best to read the first seven chapters, and then after that, the chapters you are interested in. If you are interested in web, you can skip the WPF chapter and vice versa. This book is a must have for the entry level developer with little or no experience with Visual Studio. If you are a career developer with little or no Visual Studio experience, this book is a great introduction.
22 de 24 personas piensan que la opinión es útil
3.0 de un máximo de 5 estrellas For Beginners 24 de mayo de 2010
Por Eric - Publicado en Amazon.com
Formato:Tapa blanda|Compra verificada por Amazon
I am a beginning programmer at least in C#, this book has been helpful in a lot of ways but I have to mention that the author must have been in a hurry to get this book out as a lot of his C# code samples are missing required brackets "{" and some lines of code, for instance take page 76 under C# (MessagePrinter.cs)in the middle of the page you will notice 3 opening brackets and 4 closing brackets, which means the reader has to figure out what the author forgot to type in, in this case it was the class statement that was missing, if you are looking to learn C# i would be carefull with this book at is seem's to be missing a few statements in the examples, visual basic readers may not have had this problem in their code samples....

Thanks
Eric.
10 de 10 personas piensan que la opinión es útil
4.0 de un máximo de 5 estrellas Helpful but some assembly necessary 4 de septiembre de 2010
Por Miles Kehoe - Publicado en Amazon.com
Formato:Versión Kindle|Compra verificada por Amazon
I like the book and it's really helping me in making 'baby steps' into C#. But if I were an absolute beginner, some of the technical difficulties might have made me give up. While I'm only through Chapter 3 so far, there are two things I'd point out (one of which another reviewer has mentioned):
1. The code samples have mistakes in them. I know how hard it is, trust me, and it may well be an editor's error - it may well be unique to the Kindle edition as well. But as has been mentioned, leaving out important directives in code just really frustrates the reader no end. If Joe or the publisher had, on a web site, a link to an 'errata' page that would be *ever* do nice.
2. The other thing that took some getting used to for me was that the book covers both C# and VB; and nearly every discussion of code snippets addresses both. Until i got used to skipping over the paragraphs that were not C# (and the even-harder-to-skip-over in line parenthetic comments about VB), I kept goign back to re-read.
Now, these are implementation details: overall I found the book very helpful and worth the price. Joe presents the subject well; and he knows his stuff. I'd recommend it for anyone who wants to learn C# (I did not follow the VB path). One could argue that making the reader dig a bit to find the answer to syntax errors means the reader learns a bit more along the way.

By the way, in hunting for solutions to #1 above, I found a set of web pages that Joe has apparently written that provides a tutorial to VC# - I liked the book more, mainly because the examples are easier to follow.. But at least on the site you can copy and paste code. The URL is [...]
Ir a Amazon.com para ver las 16 opiniones existentes 3.4 de un máximo de 5 estrellas

Subrayados populares

 (¿Qué es esto?)
&quote;
A field is a variable in a class that holds information specific to that class. &quote;
Subrayado por 6 usuarios de Kindle
&quote;
divide your algorithms into blocks of code called methods. In different programming languages, methods are called functions, procedures, or subroutines. &quote;
Subrayado por 5 usuarios de Kindle
&quote;
An event defines the type of notifications that a object can provide, and a delegate allows us to connect the event to the code we want to run. &quote;
Subrayado por 5 usuarios de Kindle

Foros de debate

El foro de este producto
Debate Respuestas Última entrada
Aún no hay debates

Haz preguntas, comparte opiniones, ponte al día
Iniciar un nuevo debate
Tema:
Primera entrada:
Solicita el inicio de sesión
 

   


Buscar productos similares por categoría