Dotnetcat » .NET Books » C# books
Sams Teach Yourself Visual C++.NET in 24 Hours
|
Author: | Richard J. Simon |
| List price: | $29.99 | |
| Amazon price: | $8.43 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sams (19 April 2002) |
This book is for developers who want to develop .NET applications using Visual C++ 7.0 as the programming language. It covers the new features of Visual C++ which support .NET while lightly covering the new MFC and ATL enhancements as they relate to the .NET architecture, but focuses heavily on developing for the .NET framework. The book takes the reader through a simple .NET application, a more advanced application, and Internet development in .NET. The reader is also shown the differences between managed and unmanaged Visual C++ code and how to integrate them--critical information for migrating legacy C++ applications to the .NET architecture.
Functional Programming in C#: Classic Programming Techniques for Modern Projects (Wrox Programmer to Programmer)
|
Author: | Oliver Sturm |
| List price: | $34.99 | |
| Amazon price: | $18.66 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wiley ( 7 June 2011) |
Take advantage of the growing trend in functional programming.
C# is the number-one language used by .NET developers and one of the most popular programming languages in the world. It has many built-in functional programming features, but most are complex and little understood. With the shift to functional programming increasing at a rapid pace, you need to know how to leverage your existing skills to take advantage of this trend.
Functional Programming in C# leads you along a path that begins with the historic value of functional ideas. Inside, C# MVP and functional programming expert Oliver Sturm explains the details of relevant language features in C# and describes theory and practice of using functional techniques in C#, including currying, partial application, composition, memoization, and monads. Next, he provides practical and versatile examples, which combine approaches to solve problems in several different areas, including complex scenarios like concurrency and high-performance calculation frameworks as well as simpler use cases like Web Services and business logic implementation.
- Shows how C# developers can leverage their existing skills to take advantage of functional programming
- Uses very little math theory and instead focuses on providing solutions to real development problems with functional programming methods, unlike traditional functional programming titles
- Includes examples ranging from simple cases to more complex scenarios
Let Functional Programming in C# show you how to get in front of the shift toward functional programming.
Beginning ASP.NET 4.0 in C# 2010 (Expert's Voice in .NET)
|
Author: | Matthew MacDonald |
| List price: | $49.99 | |
| Amazon price: | $30.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (22 January 2010) |
Beginning ASP.NET 4.0 in C# 2010 follows in the footsteps of the highly successful .NET 2.0 and .NET 3.5 editions, teaching novice users how to use ASP.NET by gradually building their knowledge of the technology up in a pyramidal fashion chapter by chapter.
Comprehensively revised for both ASP.NET 4.0 and the new Visual C# 2010 language this book presents the easiest path to ASP.NET 4.0 mastery.
Visual C++.NET for Dummies (With CD-ROM)
|
Author: | Michael Hyman |
| List price: | $29.99 | |
| Amazon price: | $16.09 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | For Dummies (15 November 2001) |
With their usual de rigueur Dummies style, Michael and Bob have taken a difficult programming language and made it easy to understand and learn. Beginners will quickly discover how to use Visual C++.NET to develop powerful programs. The book shows how to painlessly debug programs and correct syntax errors. Experienced developers will easily get up to speed with the new productivity enhancements and unlimited control with unmanaged and managed extensions.
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))
|
Author: | Tony Stubblebine |
| List price: | $14.99 | |
| Amazon price: | $8.46 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media (25 July 2007) |
This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries.
This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including:
- Supported metacharacters for each language API
- Regular expression classes and interfaces for Ruby, Java, .NET, and C#
- Regular expression operators for Perl 5.8
- Regular expression module objects and functions for Python
- Pattern-matching functions for PHP and the vi editor
- Pattern-matching methods and objects for JavaScript
- Unicode Support for each of the languages
Amazon Cloud Computing With C#/.Net
|
Author: | Aditya Yadav |
| List price: | $30.00 | |
| Amazon price: | $24.00 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | lulu.com (11 July 2010) |
Product Description Amazon Cloud Computing With C#/.Net provides A comprehensive look at the emerging Amazon Web Services Platform and a peep into the emerging paradigm of cloud computing from the perspective of the leading Cloud vendors offerings. It will enable you to plan migration efforts from enterprise softwares to ones operating from the cloud. The book is technical in nature and walks the reader through development of tools and programs which work with AWS. The book is accompanied by the complete source code to the excercises covered in the book, which can be downloaded from the authors website. 'A no fluff just stuff' approach to utilizing AWS. Amazon Cloud Computing With C#/.Net covers - EC2 - CloudWatch - Elastic LoadBalancing - AutoScaling - S3 - Virtual Private Cloud - SimpleDB - RDS - CloudFront - SQS - Elastic MapReduce - Agile Continous Integration with AWS
C#: A Beginners Guide
|
Author: | Herbert Schildt |
| List price: | $32.95 | |
| Amazon price: | $27.87 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | McGraw-Hill (29 August 2001) |
Learn the basics of working with Microsoft's newest programming language using this hands-on introductory resource. You'll get step-by-step instructions for creating, compiling, and running simple programs followed by in-depth explanations on data types, operators, functions, arrays, classes, inheritance, and much more. You'll also be introduced to some of the advanced features of C#. Through a combination of hands-on coding projects, detailed explanations, and practical advice this is the essential introduction for every new C# programmer.
Visual C#: .Net Developer's Handbook with CDROM
|
Author: | John Paul Mueller |
| List price: | $59.99 | |
| Amazon price: | $9.95 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sybex Inc (15 June 2002) |
C SHARP is Microsoft's brand-new programming language, which is an integral part of the new.NET platform. Visual C SHARP.NET is part of the new Visual Studio.NET release of programming tools (along with Visual Basic and Visual C++). It simplifies the development of Web applications. C SHARP is based on C++ but adds a lot of functionality that Java developers have come to love. It is Microsoft's first true object-oriented programming language, which makes it easier to develop complex applications. It is expected to be popular with both C++ and VB developers and over time may pull away some of the Java audience as well.
MCAD Developing and Implementing Web Applications with Microsoft Visual C#(TM) .NET and Microsoft Visual Studio(R) .NET Exam Cram 2 (Exam Cram 70-315)
|
Author: | Kirk Hausman |
| List price: | $34.99 | |
| Amazon price: | $2.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Que (30 August 2003) |
This certification exam measures the ability to develop and implement Windows-based applications with Web forms, ASP.NET, and the Microsoft .NET Framework. This exam counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the MCSD .NET certification. This book is not intended to teach new material. Instead it assumes that you have a solid foundation of knowledge but can use a refresher on important concepts as well as a guide to exam topics and objectives. This book focuses exactly on what you need to pass the exam - it features test-taking strategies, time-saving study tips, and a special Cram Sheet that includes tips, acronyms, and memory joggers not available anywhere else. The series is supported online at several Web sites: examcram.com, informit.com, and cramsession.com.
The accompanying CD features PrepLogicâ„¢ Practice Tests, Preview Edition. This product includes one complete PrepLogic Practice Test with approximately the same number of questions found on the actual vendor exam. Each question contains full, detailed explanations of the correct and incorrect answers. The engine offers two study modes, Practice Test and Flash Review, full exam customization, and a detailed score report.
Numerical Simulations and Case Studies Using Visual C++.Net
|
Author: | Shaharuddin Salleh |
| List price: | $127.00 | |
| Amazon price: | $25.89 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wiley-Interscience (23 June 2005) |
Master the numerical simulation process required to design, test and support mobile and parallel computing systems. An accompanying ftp site contains all the Visual C++ based programs discussed in the text to help readers create their own programs. With its focus on problems and solutions, this is an excellent text for upper-level undergraduate and graduate students, and a must-have reference for researchers and professionals in the field of simulations.
More information about Visual C++ based programs can be found at: ftp: //ftp.wiley.com/public/sci_tech_med/numerical_simulations/


Syndicate








