Recent Ebooks
Tampilkan postingan dengan label C#. Tampilkan semua postingan
Tampilkan postingan dengan label C#. Tampilkan semua postingan

Apress Illustrated C# 2012

Apress illustrated c# 2012

The unique, visual format of Illustrated C# 5.0 utilizes clean, simple figures and diagrams, specially created by author Daniel Solis to help you understand and get to work with C# fast.

Paperback : 764 Pages
ISBN13: 978-1-4302-4278-9
Author :  Daniel Solis
User Level: Beginner to Intermediate
Publication Date: July 11, 2012
Download Available eBook Formats: [Not Recommended]EPUB, EPUB, MOBI, MOBI, PDF,PDF
Recommended Buy : Amazon or Apress
Publisher : Apress
Language : English



This book presents the C# 5.0 language in a uniquely succinct and visual format. Often in programming books, the information can be hidden in a vast sea of words. As a programmer who has over the years used a dozen programming languages, the author understands it can sometimes be difficult to slog through another 1,000-page book of dense text to learn a new language. There are likely many other programmers who feel the same way. To address this situation, this book explains C# 5.0 using figures; short, focused code samples; and clear, concise explanations.

Figures are of prime importance in this book. While teaching programming seminars, Daniel Solis found that he could almost watch the light bulbs going on over the students’ heads as he drew the figures on the whiteboard. In this text, he has distilled each important concept into simple but accurate illustrations. The visual presentation of the content will give you an understanding of C# that’s not possible with text alone.

For something as intricate and precise as a programming language, however, there must be text as well as figures. But rather than long, wordy explanations, Solis has used short, concise descriptions and bulleted lists to make each important piece of information visually distinct.

By the end of this book, you’ll have a thorough working knowledge of all aspects of the C# language, whether you’re a novice programmer or a seasoned veteran of other languages. If you want a long, leisurely, verbose explanation of the language, this is not the book for you. But if you want a concise, thorough, visual presentation of C# 5.0, this is just what you’re looking for.

What you’ll learn

  1. Details of the C# 5.0 language presented in a clear, concise treatment.
  2. New features in the latest version of .NET, version 4.5, in the author’s unique visual style.
  3. How C# differs from and is similar to other programming languages, aiding migrating C++ and VB programmers who already know how languages work.

Who this book is for

  1. Visual Basic programmers interested in moving to C#
  2. C++ programmers interested in moving to C#
  3. Novice programmers interested in learning C#
  4. Students in introductory programming classes learning C#

Source Code: Download
Reference :  Apress 
Reference: Amazon

Beginning C# 5.0 Databases 2nd Edition

Beginning C# 5.0 Databases

A comprehensive tutorial on both SQL Server 2012 and Visual Studio 2012, Beginning C# 5.0 Databases explains and demonstrates how to create database oriented programs using T-SQL and C#.

Assuming only basic knowledge of C#, Beginning C# 5.0 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers.

Author : Vidya Vrat Agarwal
Paperback : 440 Pages
ISBN13: 978-1-4302-4260-4
User Level: Beginner to Intermediate
Publication Date: August 15, 2012
Download Available eBook Formats:[Not Recommended]EPUB, MOBI, PDF, DJVU, ZIP, TXT,READ ONLINE
Recommended buy : Amazon or Apress

A comprehensive tutorial on both SQL Server 2012 and Visual Studio 2012, Beginning C# 5.0 Databases explains and demonstrates various techniques and ways to build a database application using T–SQL and C#. Full of practical, detailed examples, it’s been fully revised and updated for Winforms using C# 5.0 and Visual Studio 2012 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience.
  • Comprehensively and concisely explains fundamental database concepts and database programming techniques
  • Rich in step-by-step working examples of both T–SQL and C# programs
  • Covers all the features ADO.NET most database programming ever requires

What you’ll learn

  1. How relational databases work and how to use them
  2. How to create database and table objects using SQL Server 2012
  3. How to write SQL queries to modify data in SQL Tables
  4. How to write SQL queries to retrieve data using various querying techniques, including JOINS
  5. How to write stored procedures in T–SQL and call them from C# 5.0 programs
  6. How C# 5.0 uses various techniques to access databases
  7. How to build Windows form based applications
  8. How to handle runtime anomalies i.e. Exceptions
  9. How to program with each individual object of ADO .NET
  10. How to use XML in database applications
  11. How to use LINQ to simplify C# database programming
  12. How to use ADO .NET Entity Framework
  13. How to use SQL CLR to create stored procedures using C#

Who this book is for

Beginning C# 5.0 Databases is for every C# programmer. Database programming requires relatively little knowledge of C# but a lot of knowledge about relational database concepts, database language SQL and ADO.NET. This book assumes no prior database experience and teaches you, always through hands–on examples, how to create and use relational databases with SQL Server 2012 and how to access them with C# 5.0 using ADO.NET. Almost every application needs to access a database, and this book teaches all the fundamentals you need and may ever need to develop professional database applications.

Reference : Apress and Amazon
Source code : code

Windows 8 Apps Revealed Using XAML and C#

Pro C# 5.0 and the .Net 4.5 Framework

The key features of developing for Microsoft’s eagerly anticipated Windows 8 operating system are unveiled in this fast-paced 88-page primer.

Author : Adam Freeman
Publisher : Apress
Paperback : 136 Pages
ISBN13: 978-1-4302-4233-8
User Level: Intermediate
Language:English
Available eBook Formats:[Not Recommended] EPUB, MOBI, PDF,READ ONLINE
Publication Date: December 3, 2012
Download Available From:[Not Recommended] It-Ebooks, Tinyurl
Another Sites: Freemags, EbookWeb,it-ebooks
Recommended buy : Amazon or Apress

This 88-page primer unveils the key features of Microsoft's eagerly anticipated Windows 8 operating system. Windows 8 contains Microsoft's revolutionary new application framework for building dynamic and responsive touch-enabled applications that target both desktops and mobile devices.

What you’ll learn

  1. Create and configure Windows 8 applications
  2. Implement a touch-enabled user interface
  3. Store data and application state using the new persistence model
  4. Access remote data using Windows 8 networking
  5. Package and deploy your application to the Windows store

Who this book is for

This book is for experienced developers who want to stay ahead of the curve and understand the new ways of working that the new operating system introduces.

Reference : Apress and Amazon
Source Code for this book : Download

Expert C# 5.0 with the .NET 4.5 Framework


Expert C# 5.0 is a book about getting the best from C#. It’s based on the principle that to write good, high-performance, robust applications you need to understand whats going on deep under the hood. If you are already experienced with writing managed applications and want to learn more about how to get the best from the language at an advanced level, then this is the book for you.

Expert C# 5.0 discusses the familiar C# language in forensic detail. Examining familiar elements closely to reveal how they really work. Key language features that you are already familiar with, such as Enums, Strings and Collections, are teased apart and examined under the twin microscopes of MSIL (Intermediate Language) and the Windbg debugger to see what's really going on behind the scenes as your code is compiled and passed to the CLR.

This unparalleled depth of explanation will help you to become a true master of the C# language and architect better crafted applications that work in the most efficient and reliable way possible. It will also give you the insight you need to rapidly identify and fix the stubborn coding faults that others may be unable to diagnose.

Author : Mohammad Rahman
Paperback : 612 pages
ISBN10:1430248602
ISBN13: 978-1-4302-4233-8 1560
Edition : 1
Pages User Level: Advanced
Publication Date: Desember 17, 2012
Download Available eBook: RAR , PDF , EPUB [Not Recommended]
Recommended buy : Amazon or Apress

What you’ll learn

  1. Learn the detailed workings behind common language elements such as Enum, readonly, Anonymous and Func.
  2. Understand how to work with Strings and StringBuilder in the most effective way.
  3. Master Exception management far beyond the basics.
  4. See how components such as LINQ and Async interact with the C# language beneath the surface.

Who this book is for

This book is for experienced C# developers who are comfortable working with the language. You should be happy creating non-trivial code samples and ready to delve into the detail of the language's workings in order to truly master the concepts.

Reference : Apress and Amazon
Source Code : Download

Pro C# 5.0 and the .NET 4.5 Framework, 6th Edition.2012

Pro C# 5.0 and the .Net 4.5 Framework
Pro C# 5.0 and the .NET 4.5 Framework, 6th Edition.2012

This new edition of Pro C# 5.0 and the .NET 4.5 Platform has been completely revised and rewritten to reflect the latest changes to the C# language specification and new advances in the .NET Framework. You'll find new chapters covering the important new features that make .NET 4.5 the most comprehensive release yet.

Author :  Andrew Troelsen
Paperback : 1560 pages

Language : English 
ISBN13: 978-1-4302-4233-8
User Level: Intermediate to Advanced
Publication Date: August 22, 2012
Download Available eBook Formats:[Not Recommended]EPUB, MOBI, PDF, DJVU, TORRENT, EXE,READ ONLINE
Recommended buy : Amazon or Apress

The mission of this text is to provide you with a rock-solid foundation in the C# programming language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms.

What you’ll learn

  1. Be the first to understand the .NET 4.5 platform and Visual C# 2012.
  2. Discover the ins and outs of the leading .NET technology.
  3. Learn from an award-winning author who has been teaching the .NET world since version 1.0.
  4. Find complete coverage of XAML, .NET 4.5 and Visual Studio 12 together with discussion of the new Windows Runtime.

Who this book is for

If you’re checking out this book for the first time, do understand that it's targeted at experienced software professionals or graduate students of computer science (so don't expect three chapters on iteration or decision constructs!).

Reference : Apress and Amazon
Source Code for this book : download
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Ebook - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger