Browse Results

Showing 9,826 through 9,850 of 61,889 results

C# Graphics Programming

by Rod Stephens

This Wrox Blox teaches you how to add graphics to C# 2008 applications, explaining fundamental graphics techniques such as: drawing shapes with different colors and line styles; filling areas with colors, gradients, and patterns; drawing text that is properly aligned, sized, and clipped exactly where you want it; manipulating images and saving results in bitmap, JPEG, and other types of files. Also covered are instructions for how to greatly increase your graphics capabilities using transformations. Transformations allow you to move, stretch, or rotate graphics. They also let you work in coordinate systems that make sense for your application. You will also learn how to use all of these techniques in printouts. The author describes the sequence of events that produce a printout and shows how to generate and preview printouts.The final sections describe two powerful new graphic tools that were introduced with .NET Framework 3.0: WPF graphics and FlowDocuments. WPF applications can use XAML graphic commands to declaratively draw and fill the same kinds of shapes that a program can draw by using graphics objects.Finally, a discussion on the FlowDocument object shows you how to define items that should be flowed across multiple pages as space permits. This lets you display text, graphics, controls, and other items that automatically flow across page breaks. FlowDocument viewers make displaying these documents easy for you, and simplifies the user's reading of the documents.This Wrox Blox also contains 35 example programs written in C# 2008, although most of the code works in previous versions of C# as well. The most notable exceptions are WPF graphics and FlowDocuments, both of which require WPF provided in .NET Framework 3.0 and later.

C# Language Pocket Reference

by Ben Albahari Peter Drayton Ted Neward

C# programmers all have one thing in common -- they're learning a new language. That fact alone brings challenges, frustrations, and constant demands on your patience. And, no matter how good your reference books are, you can't always stop to thumb through hundreds of pages to find the piece of information you need. Your answer is the C# Language Pocket Reference . Concise and easy to use, this handy pocket guide to C# comes from the authors of C# in a Nutshell , and is a must-have quick reference for anyone implementing this new object-oriented language. The C# Language Pocket Reference offers the convenience of a quick reference in a format that will actually fit in your pocket. The book includes a guide to C# language elements, a brief overview of the Framework Class library, a cross-reference for namespaces and assemblies, a list of compiler syntax and switches, a regular expressions reference guide, and more. You'll be surprised at how much information can fit into this slim volume. O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C# Language Pocket Reference is the book you'll want to have.

C# Language Pocket Reference

by Ben Albahari Peter Drayton Ted Neward

C# programmers all have one thing in common -- they're learning a new language. That fact alone brings challenges, frustrations, and constant demands on your patience. And, no matter how good your reference books are, you can't always stop to thumb through hundreds of pages to find the piece of information you need. Your answer is the C# Language Pocket Reference. Concise and easy to use, this handy pocket guide to C# comes from the authors of C# in a Nutshell, and is a must-have quick reference for anyone implementing this new object-oriented language.The C# Language Pocket Reference offers the convenience of a quick reference in a format that will actually fit in your pocket. The book includes a guide to C# language elements, a brief overview of the Framework Class library, a cross-reference for namespaces and assemblies, a list of compiler syntax and switches, a regular expressions reference guide, and more. You'll be surprised at how much information can fit into this slim volume.O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C# Language Pocket Reference is the book you'll want to have.

C# Machine Learning Projects: Nine real-world projects to build robust and high-performing machine learning models with C#

by Yoon Hyup Hwang

Power your C# and .NET applications with exciting machine learning models and modular projectsKey FeaturesProduce classification, regression, association, and clustering modelsExpand your understanding of machine learning and C# Get to grips with C# packages such as Accord.net, LiveCharts, and DeedleBook DescriptionMachine learning is applied in almost all kinds of real-world surroundings and industries, right from medicine to advertising; from finance to scientifc research. This book will help you learn how to choose a model for your problem, how to evaluate the performance of your models, and how you can use C# to build machine learning models for your future projects. You will get an overview of the machine learning systems and how you, as a C# and .NET developer, can apply your existing knowledge to the wide gamut of intelligent applications, all through a project-based approach. You will start by setting up your C# environment for machine learning with the required packages, Accord.NET, LiveCharts, and Deedle. We will then take you right from building classifcation models for spam email fltering and applying NLP techniques to Twitter sentiment analysis, to time-series and regression analysis for forecastingforeign exchange rates and house prices, as well as drawing insights on customer segments in e-commerce. You will then build a recommendation model for music genre recommendation and an image recognition model for handwritten digits. Lastly, you will learn how to detect anomalies in network and credit card transaction data for cyber attack and credit card fraud detections.By the end of this book, you will be putting your skills in practice and implementing your machine learning knowledge in real projects.What you will learnSet up the C# environment for machine learning with required packagesBuild classification models for spam email filteringGet to grips with feature engineering using NLP techniques for Twitter sentiment analysisForecast foreign exchange rates using continuous and time-series dataMake a recommendation model for music genre recommendationFamiliarize yourself with munging image data and Neural Network models for handwritten-digit recognitionUse Principal Component Analysis (PCA) for cyber attack detectionOne-Class Support Vector Machine for credit card fraud detectionWho this book is forIf you're a C# or .NET developer with good knowledge of C#, then this book is perfect for you to get Machine Learning into your projects and make smarter applications.

C# Multithreaded and Parallel Programming

by Rodney Ringler

If you are a C# developer and want to learn how to take advantage of the features of .NET for concurrent and multithreaded applications, then this book is for you. If you are already comfortable with C# but want to learn more about parallel design patterns, threads, tasks, and async, then look no further!

C# Programmazione per principianti

by Alessandro Consorti Troy Dimes

Una delle cose migliori di C# è che è facile da imparare ... soprattutto con questo libro. Descrizione libro Data di pubblicazione: 23 gen 2015 C # è semplice, ma potente. C # è un linguaggio di programmazione orientato agli oggetti semplice e polivalente. Combinate questo con la sua versatilità e l'enorme libreria standard e sarà facile capire perché è un linguaggio di programmazione popolare e rispettato. Creare applicazioni grafiche, applicazioni web based, e altro ancora. Quando si impara a programmare in C# si sarà in grado di sviluppare applicazioni basate su web o applicazioni desktop grafiche. Una delle cose migliori di C# è che è facile da imparare ... soprattutto con questo libro. Ecco solo alcune delle cose che imparerete ... Cos'è un IDE e quale si dovrebbe utilizzare per lo sviluppo di applicazioni C#. Come creare il vostro primo programma. I vari tipi di dati utilizzati in C#. Gli operatori ... aritmetici, relazionali e logici. Come iterare in un insieme di elementi utilizzando 4 diversi tipi di cicli. Metodi per prendere decisioni nel codice. A proposito di programmazione orientata agli oggetti (OOP). Cosa sono gli oggetti e le classi. Tutto su modificatori e metodi. Argomenti avanzati come ereditarietà e polimorfismo. Come creare applicazioni multi-thread per sfruttare più CPU in una sola volta. Altro ... Esercizi di pratica inclusi che aiutano a realizzare codice C# che esegua "click" per voi. Include un esercizio alla fine di ogni capitolo (insieme alla soluzione) in modo da poter mettere in pratica ciò che avete imparato. Ottimo per programmatori che iniziano o quelli che sono nuovi al linguaggio Java. Se non avete mai programmato prima, non preoccupatevi. Questo libro vi guiderà passo per passo nella creazione della vostra prima applicazione software. Se avete qualche esperienza di programmazione

C# Programming Cookbook

by Dirk Strauss

Quick fixes to your common C# programming problems, with a focus on C# 6.0 About This Book * Unique recipes for C#, that places it in its real-world context. * You will be able to get yourself out of any coding-corner youve backed yourself into. * All code samples available through GitHub to bring C#. * In line with modern development workflows, written to the latest specification of C# 6.0. Who This Book Is For The book is aimed at developers who have basic familiarity with C# programming and will know the VS 2015 environment. What You Will Learn * Write better and less code to achieve the same result as in previous versions of C#. * Generate tests from the Code Contracts for mission critical methods. * Integrate code in Visual Studio with GitHub. * Create a web application in Azure. * Design and build a microservice architecture * Demystify the Rx library using Reactive extensions * Write high performing codes in C# and understanding multi-threading. * Security and Debugging. * Implement Code Contracts on code in Visual Studio. In Detail During your application development workflow, there is always a moment when you need to get out of a tight spot. Through a recipe-based approach, this book will help you overcome common programming problems and get your applications ready to face the modern world. We start with C# 6, giving you hands-on experience with the new language features. Next, we work through the tasks that you perform on a daily basis such as working with strings, generics, and lots more. Gradually, we move on to more advanced topics such as the concept of object-oriented programming, asynchronous programming, reactive extensions, and code contracts. You will learn responsive high performance programming in C# and how to create applications with Azure. Next, we will review the choices available when choosing a source control solution. At the end of the book, we will show you how to create secure and robust code, and will help you ramp up your skills when using the new version of C# 6 and Visual Studio Style and Approach Unique recipe-based guide that will help you gain a solid understanding of the new concepts in C# 6 and Visual Studio Enterprise 2015 in a concise and technically correct manner.

C# Programming for Absolute Beginners

by Radek Vystavěl

Get started using the C# programming language. Based on the author’s 15 years of experience teaching beginners, the book provides you with a step-by-step introduction to the principles of programming, or rather, how to think like a programmer. The task-solution approach will get you immersed, with minimum theory and maximum action.What You Will LearnUnderstand what programming is all aboutWrite simple, but non-trivial, programsBecome familiar with basic programming constructs such as statements, types, variables, conditions, and loopsLearn to think like a programmer and combine these programming constructs in new waysGet to know C# as a modern, mainstream programming language, and Visual Studio as one of the world’s most popular programming toolsWho This Book Is ForThose with very little or no experience in computer programming, who know how to use a computer, install a program, and navigate the web.

C# Programming for Absolute Beginners: Learn to Think Like a Programmer and Start Writing Code

by Radek Vystavěl

Get started using the C# programming language. Based on the author’s 15 years of experience teaching beginners, this book provides you with a step-by-step introduction to the principles of programming, or rather, how to think like a programmer. The task-solution approach will get you immersed, with minimum theory and maximum action.What You Will LearnUnderstand what programming is all aboutWrite simple, but non-trivial, programsBecome familiar with basic programming constructs such as statements, types, variables, conditions, and loopsThink like a programmer and combine these programming constructs in new waysGet to know C# as a modern, mainstream programming language, and Visual Studio as one of the world’s most popular programming toolsWho This Book Is ForThose with very little or no experience in computer programming, who know how to use a computer, install a program, and navigate the web

C# Programming: From Problem Analysis to Program Design

by Barbara Doyle

Only Doyle's C# PROGRAMMING: FROM PROBLEM ANALYSIS TO PROGRAM DESIGN, 4E brilliantly balances today's most important programming principles and concepts with the latest insights into C#. This perfect introductory book highlights the latest Visual Studio 2012 and C# 4. 0 with a unique, principles-based approach to give readers a deep understanding of programming. You'll find just the right amount of detail to create an important foundation in programming. This edition's straightforward approach and understandable vocabulary make it easier for readers to grasp new programming concepts without distraction. The book introduces a variety of fundamental programming concepts, from data types and expressions to arrays and collections, all using the popular C# language. New programming exercises and new numbered examples throughout this edition reflect the latest updates in Visual Studio 2012, while learning objectives, case studies and Coding Standards summaries in each chapter ensure mastery. While the book assumes no prior programming knowledge, coverage extends beyond traditional books to cover new advanced topics, such as portable class libraries used to create applications for Windows Phone and other platforms.

C# Quick Syntax Reference: A Pocket Guide To The Language, Apis And Library

by Mikael Olsson

The C# Quick Syntax Reference is a condensed code and syntax reference to the C# programming language. It presents the essential C# syntax in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C# programmer. In the C# Quick Syntax Reference, you will find: · A concise reference to the C# language syntax. · Short, simple and focused code examples. · A well laid out table of contents and a comprehensive index allowing easy review. What you’ll learn How to write your first C#-based HelloWorld as well as compile and run What are variables, operators, strings, arrays, conditionals, loops, methods What are and how to use the rich set of Classes in C# How to do inheritance, member redefinitions, access levels, statics, properties and more How to work with indexers, interfaces, abstracts, namespaces, and more How to use enums, exception handling, operator overloading, custom conversions, constants What are and how to use preprocessor, delegates, events, generics and struct Who this book is for This book is a handy, pocket quick syntax reference for experienced C# as well as perhaps other programmers even new to C#.

C# and .NET Core Test-Driven Development: Dive into TDD to create flexible, maintainable, and production-ready .NET Core applications

by Ayobami Adewole

Learn how to apply a test-driven development process by building ready C# 7 and .NET Core applications.Key Features Create tests to quickly detect and resolve issues when writing portable code Uncover code integration issues that improve code quality using continuous integration Set up and use data-driven unit testing to verify your codeBook DescriptionThis book guides developers to create robust, production-ready C# 7 and .NET Core applications through the practice of test-driven development process. In C# and .NET Core Test-Driven Development, you will learn the different stages of the TDD life cycle, basics of TDD, best practices, and anti-patterns. It will teach you how to create an ASP.NET Core MVC sample application, write testable code with SOLID principles and set up a dependency injection for your sample application. Next, you will learn the xUnit testing framework and learn how to use its attributes and assertions. You’ll see how to create data-driven unit tests and mock dependencies in your code. You will understand the difference between running and debugging your tests on .NET Core on LINUX versus Windows and Visual Studio. As you move forward, you will be able to create a healthy continuous integration process for your sample application using GitHub, TeamCity, Cake, and Microsoft VSTS.By the end of this book, you will have learned how to write clean and robust code through the effective practice of TDD, set up CI build steps to test and build applications as well as how to package application for deployment on NuGet.What you will learnWrite flexible, maintainable, and verifiable code for .NET CoreWrite testable code using SOLID principles and dependency injectionsRecognize the characteristics of a good unit testStructure and group your unit testUse mock objects to handle dependenciesSet up an end-to-end continuous integration process Who this book is forThis book is for .NET developers who would like to build efficient applications by implementing principles of test-driven development. C# programming and working knowledge of VS is assumed.

C# and Game Programming: A Beginner's Guide

by Salvatore A. Buono

The second edition of C# and Game Programming offers the same practical, hands-on approach as the first edition to learning the C# language through classic arcade game applications. Complete source code for games like Battle Bit, Asteroid Miner, and Battle Tennis, included on the CD-ROM, demonstrates programming strategies and complements the comprehensive treatment of C# in the text. From the basics of adding graphics and sound to games, to advanced concepts such as the .Net framework and object-oriented programming, this book provides the foundations for a beginner to become a full-fledged programmer. New in this edition: - Supports DirectX 9.0 - Revised programs and examples - Improved frame rate for game examples

C# and VB .NET Conversion Pocket Reference

by Jose Mojica

The C# and VB.NET Conversion Pocket Reference helps you easily make the switch from C# to Visual Basic .NET and vice versa. Differences between the two languages occur in three main areas: syntax, object-oriented principles, and the Visual Studio .NET IDE. A perfect companion for documents and books that don't have examples using your mastered language, this guide expects that you know one of the two languages, but does not make an assumption about which one.

C# and XML Primer

by Jonathan Hartwell

Learn XML and how to use and integrate it into your C# applications using this compact book. This guide helps you avoid the pitfalls of dealing with XML and C# since handling XML with C# and the . NET Platform can present its own set of challenges. XML is far from a dead technology, so it is important to learn how best to use it in your applications when the need arises. What You Will Learn Gain the essentials of XML for C# development Read XML files with XMLDocuMent and XDocument Write XML with XMLDocument, XDocument, and XMLWriter Modifiy your XML with XML Document and XDocument Who This Book Is For Experienced Windows application programmers/developers using . NET and C# who may be new to using and applying XML.

C# for Java Developers

by Adam Freeman Allen Jones

This title shows developers how to build Internet-based, distributed applications using Microsoft® .NET Remoting, which enables powerful remote interaction among objects. A fundamental understanding of .NET Remoting is crucial as developers shift to developing distributed, Internet-based applications. Until recently, DCOM was the preferred method for developing distributed applications on Microsoft platforms. But as this book demonstrates, the .NET Remoting architecture is much easier to use and extend than DCOM. The book covers all aspects of .NET Remoting, including in-depth coverage of the .NET Remoting architecture plus concrete examples, best practices, and performance tips to show how to extend and customize the framework. Provides developers with deep design and implementation guidance to help them build better distributed applications on the Microsoft .NET Framework One third of the book introduces readers to the basics of using .NET Remoting to develop distributed application Two-thirds of the book covers advanced features of .NET Remoting plus details on how to extend and customize the Although Java and C# share many similarities, there are fundamental differences between them. What's more, C#--the language designed from the ground up for programming the Microsoft .NET Framework--offers a wealth of new features that enable programmers to tap the full power of.NET. This is the ideal guide to help any Java developer master .NET programming with C#. The authors--two Java and C# experts--reveal the similarities and differences between the two platforms these languages support. Then they show you how to leverage your Java experience to get up to speed in C# development with a minimum of difficulty. It's the definitive programming resource as you tackle the .NET class libraries and learn to write applications for .NET with C#. Topics covered include: OVERVIEW Introduction to Microsoft .NET Comparing Java and .NET technologies THE C# LANGUAGE Creating assemblies Language syntax and features Data types Advanced language features PROGRAMMING .NET WITH C# Strings and regular expressions Numbers and dates Collections Streams, files, and I/O XML processing ADVANCED TOPICS Reflection Threading and synchronization Networking Remoting Database connectivity Security and cryptography Graphics and UI Introduction to XML Web services PRAISE FOR THIS BOOK FROM THE MICROSOFT VISUAL C#® .NET TEAM: "The two tech veterans who wrote this book can help you master C# quickly. They do an admirable job of describing the basics of the .NET initiative: its goals, structure, and capabilities. Then they help you leap the biggest hurdle of all--understanding the structure and purpose of the .NET class libraries. Their book presents the underlying concepts, explains the challenges you'll face, and guides you past the pitfalls with ease." --Prashant Sridharan, Product Manager, Microsoft Visual C# .NET team

C# für Dummies (Für Dummies)

by Steffen Steinbrecher

C# ist eine der am meisten genutzten Programmiersprachen, doch wie den Ein- oder Umstieg schaffen? Genau dabei hilft Ihnen dieses Buch. Nachdem Sie sich zunächst die notwendigen Grundlagen erarbeitet haben, lernen Sie auch alles Notwendige über LINQ, XML und ADO.NET. Anschließend werden Sie sicher durch das Schreiben Ihrer ersten eigenen .NET-Anwendung geleitet. Noch nicht genug? Kapitel zu fortgeschrittenen .NET-Techniken wie die dynamische Programmierung oder die Task Parallel Library runden das Buch ab.

C# in Depth: Fourth Edition

by Jonathan Skeet

Effective techniques and experienced insights to maximize your C# 6 and 7 programming skills Key Features Written by C# legend and top StackOverflow contributor Jon Skeet Unlock the new features of C# 6 and 7 Insights on the future of the C# language Master asynchronous functions, interpolated strings, tuples, and more Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. &”An excellent overview of C# with helpful and realistic examples that make learning the newest features of C# easy.&” —Meredith Godar About The Book C# is the foundation of .NET development. New features added in C# 6 and 7 make it easier to take on big data applications, cloud-centric web development, and cross-platform software using .NET Core. Packed with deep insight from C# guru Jon Skeet, this book takes you deep into concepts and features other C# books ignore. C# in Depth, Fourth Edition is an authoritative and engaging guide that reveals the full potential of the language, including the new features of C# 6 and 7. It combines deep dives into the C# language with practical techniques for enterprise development, web applications, and systems programming. As you absorb the wisdom and techniques in this book, you&’ll write better code, and become an exceptional troubleshooter and problem solver. What You Will Learn Comprehensive guidance on the new features of C# 6 and 7 Important legacies and greatest hits of C# 2–5 Expression-bodied members Extended pass-by-reference functionality Writing asynchronous C# code String interpolation Composition with tuples Decomposition and pattern matching This Book Is Written For For intermediate C# developers. About The Author Jon Skeet is a senior software engineer at Google. He studied mathematics and computer science at Cambridge, is a recognized authority in Java and C#, and maintains the position of top contributor to Stack Overflow. Table of Contents 1. Survival of the sharpest 2. C# 2 3. C# 3: LINQ and everything that comes with it 4. C# 4: Improving interoperability 5. Writing asynchronous code 6. Async implementation 7. C# 5 bonus features 8. Super-sleek properties and expression-bodied members 9. Stringy features 10. A smörgåsbord of features for concise code 11. Composition using tuples 12. Deconstruction and pattern matching 13. Improving efficiency with more pass by reference 14. Concise code in C# 7 15. C# 8 and beyond PART 1 C# IN CONTEXT PART 2 C# 2–5 PART 3 C# 6 PART 4 C# 7 AND BEYOND

C# in a Nutshell

by Ben Albahari Peter Drayton Ted Neward

C# in a Nutshell provides everything programmers need to know about the C# language in one concise and accessible volume. Designed as a primary reference for daily use, it also includes all the essential background information to become productive quickly. Not a "how-to" book or a rehash of Microsoft's documentation, this book goes to the source of the C# language and the APIs of the .NET Framework to present the content in a way that professional programmers will value above all other books. Brief introductions to the language and .NET runtime provide the needed preparation for programming with the C# language, whose keywords and syntax are then detailed in subsequent chapters. Next, C# in a Nutshell presents key namespaces and types of the .NET Framework base class library which provides much of the functionality and power of the language. Using C# examples, the .NET Framework covers each core area, including: Strings Collections XML Networking Input/Output Serialization Assemblies Reflection Custom Attributes Memory Management Threading Integrating with Native DLLs Integrating with COM Components Diagnostics Determined to provide even more value, C# in a Nutshell moves into a comprehensive language reference, plus syntax, XML documentation tags, naming and coding conventions, and the various C# development tools--the kind of reference material programmers will use every day. Next, an extensive and quick reference to the API is presented, featuring the System namespace. Particularly useful are the many figures and tables that present the main features of the namespace. For those looking create alternatives to Microsoft's implementation of the C# Programming Language and the Common Language Infrastructure as submitted to ECMA (an international standards organization), each element included in the ECMA submission is clearly labeled. Finally, the entire reference is based on Version 1 of the .NET Framework and generated by tools written in the C# language itself. Every once in a while, a book becomes the de-facto standard for a technology, operating system, or programming language--which is exactly what C# in a Nutshell aims to do in a single straightforward and easy to use volume.

C# in a Nutshell, 2nd Edition

by Ben Albahari Peter Drayton Ted Neward

C# in a Nutshell provides C# programmers with a concise and thorough reference to the language in one straightforward and accessible volume. Designed as a handbook for daily use, this book is an essential guide to the C# language and the base class APIs of the .NET Framework. Programmers will want to keep this book next to their keyboards for years to come. The heart of the book is a succinct but detailed reference to the C# language and the .NET types most essential to C# programmers. Each chapter in the API reference begins with an overview of a .NET namespace and a diagram of its types, including a quick-reference entry for each type, with name, assembly, category, description, member availability, class hierarchy, and other relevant information, such as whether the type is part of the ECMA CLI specification. Newly updated for .NET Framework version 1.1, the second edition also adds a CD that allows you to integrate the book's API Quick Reference directly into the help files of Visual Studio .NET 2002 and 2003, giving you direct access to this valuable information via your computer. In addition to the API reference section, this book includes: An accelerated introduction to the C# language and the .NET Common Language Runtime A tutorial section on using C# with the core classes of the .NET Framework Class Library to perform common tasks such as manipulating strings, I/O, and interacting with legacy components Comprehensive language and tool reference chapters, including a C# syntax summary, a list of XML documentation tags, and a guide to command-line tools that ship with Visual Studio .NET and the .NET Framework Appendixes with reference tables for regular expression syntax, format specifiers, a C# keyword glossary, namespace/assembly cross-reference, and a type and member index for determining in which type a method or field is defined. Every once in a while, a book becomes the de facto standard for a technology, operating system, or programming language--which is exactly what C# in a Nutshell has done in a single straightforward and easy to use volume. There is no more complete, up-to-date reference to the C# Language available.

C#. Programowanie. Wydanie VI

by Matthew Adams Jesse Liberty Ian Griffiths

Najlepszy podr?cznik po?wi?cony C#!W dzisiejszych czasach szczególnš popularno?ciš cieszš si? j?zyki programowania pozwalajšce na pisanie kodu ?atwego do przenoszenia mi?dzy platformami, poniewa? nikt nie ma czasu na pisanie kilku wersji jednej aplikacji. C# to uniwersalny j?zyk, który bez trudu spe?nia ten wymóg. Dzi?ki swej elastyczno?ci, wydajno?ci oraz mocnemu wsparciu spo?eczno?ci zdoby? on uznanie programistów. Jego wybór to strza? w dziesištk?!Ten bestsellerowy podr?cznik pozwoli Ci b?yskawicznie pozna? wszystkie niuanse j?zyka C# 4.0. Najnowsze wydanie zosta?o zaktualizowane o nowo?ci w C# oraz zawiera opis tego j?zyka i platformy .NET. W trakcie lektury nauczysz si? tworzy? skomplikowane programy przy u?yciu technik programowania obiektowego i funkcjonalnego. Ponadto sprawdzisz, jaki potencja? kryje j?zyk zapyta? LINQ oraz jak przesy?a? komunikaty za pomocš Windows Communication Foundation (WCF). Dodatkowo poznasz mo?liwo?ci C# w zakresie tworzenia aplikacji internetowych w technologii Silverlight. Nauka C# jeszcze nigdy nie by?a tak przyjemna!Pisz z?o?one programy z u?yciem technik programowania obiektowego oraz funkcjonalnegoPrzetwarzaj du?e kolekcje danych dzi?ki wbudowanym w j?zyk zapytaniom LINQKomunikuj si? przez sie? za pomocš Windows Communication Foundation (WCF)Poznaj zalety technik programowania dynamicznego, dost?pnych w C# 4.0Twórz interaktywne aplikacje Windows z Windows Presentation Foundation (WPF)Twórz bogate aplikacje internetowe z wykorzystaniem mo?liwo?ci Silverlight oraz ASP.NETWykorzystaj potencja? j?zyka C#!Ian Griffiths jest autorem kursu WPF oraz instruktorem w firmie Pluralsight, specjalizujšcej si? w prowadzeniu kursów Microsoft .NET. Pracuje tak?e jako niezale?ny konsultant. Jest wspó?autorem ksiš?ek "Windows Forms in a Nutshell", "Mastering Visual Studio .NET" oraz "Programming WPF", wydanych przez wydawnictwo O"Reilly.Matthew Adams jest kierownikiem do spraw tworzenia aplikacji w firmie Digital Healthcare Ltd. oraz autorem wielu artyku?ów i publikacji dotyczšcych znaczenia .NET w przemy?le informatycznym.Jesse Liberty jest starszym kierownikiem programu Microsoft Silverlight. Jest doskonale znany w ?rodowisku jako jeden z czo?owych ekspertów oraz autor bestsellerowych ksiš?ek, takich jak "Programming C# 3.0" (O"Reilly) oraz "ASP.NET 3.5. Programowanie" i "ASP.NET 2.0 i Ajax".

C++ 14 Quick Syntax Reference: Second Edition

by Mikael Olsson

This updated handy quick C++ 14 guide is a condensed code and syntax reference based on the newly updated C++ 14 release of the popular programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. In the C++ 14 Quick Syntax Reference, Second Edition, you will find a concise reference to the C++ 14 language syntax. It has short, simple, and focused code examples. This book includes a well laid out table of contents and a comprehensive index allowing for easy review. What you'll learn How to create a C++ HelloWorld How to compile and run What are C++ variables, operators, pointers and references What are arrays, strings, conditionals, loops and more How to write functions How to work with constructors, inheritance, overridings How to use access levels, static, enum, string and union, and more What are custom conversions, namespaces, constants, and preprocessors How to do event handling What are type conversions, templates, headers, and more Who this book is for This book is a quick, handy pocket syntax reference for experienced C++ programmers, and a concise, easily-digested introduction for other programmers new to C++. Table of Contents 1. HelloWorld 2. Compile and Run 3. Variables 4. Operators 5. Pointers 6. References 7. Arrays 8. String 9. Conditionals 10. Loops 11. Functions 12. Class 13. Constructor 14. Inheritance 15. Overriding 16. Access Levels 17. Static 18. Enum 19. String and Union 20. Operator Overloading 21. Custom Conversions 22. Namespaces 23. Constants 24. Preprocessor 25. Event Handling 26. Type Conversions 27. Templates 28. Headers

C++ 2013 for C# Developers

by Dean C. Wills

C++ 2013 for C#yDevelopers provides a fast-track to C++ proficiency forthose already using the C# language at an advanced level. Beginning with a detailed explanation of the mechanics of C++'s execution sequence, its grammar, syntax and data access you'll quickly learn the similarities and differences between C++ and C#. The second and third partsof the of the book are devoted to a detailed deep-dive into C++ development to provide clear information and advice about how to use the languageeffectively. "

C++ AMP: Accelerated Massive Parallelism with Microsoft® Visual C++®

by Ade Miller Kate Gregory

<p>Capitalize on the faster GPU processors in today&#8217;s computers with the C++ AMP code library&#8212;and bring massive parallelism to your project. With this practical book, experienced C++ developers will learn parallel programming fundamentals with C++ AMP through detailed examples, code snippets, and case studies.</p>

C++ All-in-One For Dummies

by Jeff Cogswell John Paul Mueller

Get ahead of the C++ curve to stay in the game C++ is the workhorse of programming languages and remains one ofthe most widely used programming languages today. It'scross-platform, multi-functional, and updates are typicallyopen-source. The language itself is object-oriented, offering youthe utmost control over data usage, interface, and resourceallocation. If your job involves data, C++ proficiency makes youindispensable.C++ All-in-One For Dummies, 3rd Edition is yournumber-one handbook to C++ mastery. Author John Paul Mueller is arecognized authority in the computer industry, and your ultimateguide to C++. Mueller takes you through all things C++, includinginformation relevant to the 2014 update.Learn how to work with objects and classesConquer advanced programming and troubleshootingDiscover how lambda expressions can make your code more conciseand readableSee Standard Library features, such as dynamic arrays, inactionOnline resources include source code from examples in the bookas well as a C++ GNU compiler. If you need to learn C++, this isthe fastest, most effective way to do it. C++ All-in-One ForDummies, 3rd Edition will get you up and running quickly, soyou can get to work producing code faster and better than ever.

Refine Search

Showing 9,826 through 9,850 of 61,889 results