Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project
₡8.530

Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project

Jamie Chan

Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project

Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project

Jamie Chan

₡8.530
+ ¢2,800 de envío o gratis en pedidos mayores a ¢35,000
×

GO es una membresía anual que te brinda mayores beneficios para que podás disfrutár de la mejor experiencia de compra. El costo de la membresía es ¢14,900 por año.
Beneficios
  • ✔ Envío gratis siempre
  • ✔ Precios exclusivos
  • ✔ Soporte prioritario
Ver más detalles
×

Opciones de Envío

Las opciones de envío dependen de si el producto es elegible para entrega rápida o no. Podés distinguirlos por el icono de camión:

Elegible Entrega Rápida Tiempo Costo
2 Horas ¢3,500
Mismo Día ¢3,200
2 a 3 Días GRATIS*
No 3 a 5 Días GRATIS*

Excepciones

*Envío Gratis: El envío es GRATIS en órdenes mayores a ¢35,000, caso contrario es ¢2,800.

2 Horas: Entrega 2 Horas es con Uber Direct en zonas especificas y esta disponible de 8am a 1pm.

Mismo Día: Para entrega Mismo Día la orden debe ser realizada antes de las 2pm, caso contrario se convierte en Siguiente Día.

Línea Blanca: Línea blanca y otros productos pesados tienen un costo de envío de ¢10,000 en GAM y ¢25,000 fuera de GAM.

Libros: La mayoría de libros requieren de un proceso de importación y el tiempo de entrega es de 15 a 20 días naturales.

Correos de Costa Rica: En órdenes mayores a ¢35,000, cubrimos el costo del primer Kilo, el Kilo adicional tiene un costo de ¢1,300.

Encomiendas: Las Encomiendas tienen un costo de envío de ¢4,000 y se retiran en la terminal de buses seleccionada.

Fuera del GAM: El tiempo de entrega corresponde al tiempo que demoramos en entregar al servicio de mensajería que seleccionaste.

Unimart GO

Entrega Rápida Mismo Día
Ver opciones de envío aquí

tarjeta

Tarjeta Davivienda Unimart
Hasta 24 cuotas 0% interés aquí

×

Pedidos Internacionales

¿Cual es el tiempo de entrega en este tipo de producto?

Los pedidos internacionales tienen un tiempo de entrega de 15 a 20 días naturales puesto deben pasar por un proceso de importación al país.

¿Porque ofrecen este tipo de producto que aun no esta en el país?

Nos permite brindarte mas amplitud de opciones sin que vos tengas que hacer el trámite de importación. Nosotros lo entregamos directo en tu casa y el precio que ves publicado es el precio que vos pagás. Sin sorpresas.

Unimart GO

Pedido Internacional Entrega 15 a 20 Días
¿Porque este tiempo de entrega?

Cantidad:

¿Por qué comprar con Unimart?
Unimart garantia Garantía y respaldo local
Unimart excelente servicio Excelente servicio
Los mejores precios Los mejores precios

Pagos:

×

Métodos de Pago

Podés elegir cualquiera de las siguientes opciones de pago:

A) Tarjeta de Crédito o Débito

B) Cuotas de Credomatic, Credix y Davivienda

C) Transferencia Bancaria

D) SINPE Móvil

E) Zunify

Tarjeta, Transferencia, SINPE Móvil, Zunify Más info

En cuotas:

×

Opciones de Cuotas

Tarjeta Programa Cantidad de Cuotas Cuota
Credomatic Tasa Cero 3 ₡2.843
Credomatic Tasa Cero 6 ₡1.422
Credomatic Tasa Cero 12 ₡711
Credomatic Mini Cuotas 24 ₡501
Credix 0% interés 3 ₡2.843
Credix 0% interés 6 ₡1.422
Credix 0% interés 10 ₡853
Credix Cuoticas 3.2% 24 ₡515
Credix Cuoticas 3.2% 36 ₡402
Davivienda Paguitos 0% 3 ₡2.843
Davivienda Paguitos 0% 6 ₡1.422
Davivienda Paguitos 0% 12 ₡711
Davivienda Unimart Paguitos 0% 18 ₡474
Davivienda Unimart Paguitos 0% 24 ₡355
Ver cuotas
Descripción
Master C# Programming with a unique Hands-On Project (Updated for VS Community 2017)

Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the C# language fast?

This book is for you. You no longer have to waste your time and money learning C# from boring books that are 600 pages long, expensive online courses or complicated C# tutorials that just leave you more confused.

What this book offers...

C# for Beginners

Complex concepts are broken down into simple steps to ensure that you can easily master the C# language even if you have never coded before.

Carefully Chosen C# Examples

Examples are carefully chosen to illustrate all concepts. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples.

Careful selection of topics

Topics are carefully selected to give you a broad exposure to C#, while not overwhelming you with information overload. These topics include object-oriented programming concepts, error handling techniques, file handling techniques and more.

Learn The C# Programming Language Fast

Concepts are presented in a "to-the-point" style to cater to the busy individual. With this book, you can learn C# in just one day and start coding immediately.

How is this book different...

The best way to learn C# is by doing. At the end of the book, you'll be guided through a unique project that requires the application of all the concepts taught previously. Working through the project will not only help you see how it all ties together, it'll also give you an immense sense of achievement and the exhilaration of turning lines of code into a finished product that you can be proud of!

Are you ready to dip your toes into the exciting world of C# coding? This book is for you. Click the "Add to Cart" button to buy it now.

What you'll learn:

Introduction to C# - What is C#? - How to install and run Visual Studio Community 2015?
Data types and Operators - What are the common data types in C#? - What are arrays and lists? - How to format C# strings - What is a value type vs reference type? - What are the common C# operators?
Object Oriented Programming - What is object oriented programming? - How to write your own classes - What are fields, properties, methods and constructors? - What is encapsulation, inheritance and polymorphism? - What is an abstract class and interface? - What is an enum and struct?
Controlling the Flow of a Program - What are condition statements? - How to use control flow statements in C# - What are jump statements? - How to handle errors and exceptions
and Others... - How to accept user inputs and display outputs - How to use LINQ to save yourself from hours of work - How to work with external files ...and so much more....

Finally, you'll be guided through a hands-on project that requires the application of all the topics covered.

Click the BUY button at the top of this page now to start learning C#. Learn it fast and learn it well.

Detalles
Formato Tapa suave
Número de Páginas 160
Lenguaje Inglés
Editorial Createspace Independent Publishing Platform
Fecha de Publicación 2015-10-27
Dimensiones 9.0" x 6.0" x 0.34" pulgadas
Serie Learn Coding Fast with Hands-On Project
Letra Grande No
Con Ilustraciones No
Acerca del Autor
I am a tutor and freelance programmer by profession. I hold a Master in Computer Science and am a Microsoft Certified Application Developer. It is my passion to share the joy of programming with as many people as possible. My years of teaching has blessed me with the knack for turning complex programming concepts into simple terms. In my books, I take special efforts to ensure that even a complete novice to programming can understand and apply the concepts covered. Besides programming, I also love cycling, hiking and generally just enjoying the great outdoors.
Garantía & Otros
Garantía: 30 dias por defectos de fabrica
Peso: 0.222 kg
SKU: 9781518800276
Publicado en Unimart.com: 04/01/24
Feedback:
¿Viste un precio más bajo? Queremos saber.
×

Informános Sobre un Mejor Precio

Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project


¿Viste un precio más bajo? Queremos saber. Aunque no podemos igualar todos los precios, usaremos tus comentarios para asegurarnos que nuestros precios sean competitivos.

¿Adonde viste un precio más bajo?

×
Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project

Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project

Opiniones & Preguntas