Hiển thị các bài đăng có nhãn C#. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn C#. Hiển thị tất cả bài đăng
TCP/IP Sockets in C#: Practical Guide for Programmers
# Paperback: 175 pages
# Publisher: Morgan Kaufmann; 1 edition (May 13, 2004)
# Language: English
# ISBN-10: 0124660517
# ISBN-13: 978-0124660519
Review
"TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks." -Adarsh Khare, SDT, .Net Frameworks Team, Microsoft Corporation
Book Description
Affordable instruction for the C# programmer that delves into the functional and complex TCP/IP Socket class.
C# 2010 All-in-One For Dummies
# Paperback: 864 pages
# Publisher: For Dummies; Pap/Psc edition (April 26, 2010)
# Language: English
# ISBN-10: 0470563486
# ISBN-13: 978-0470563489
Product Description
A logical, straightforward approach to learning the C# language
C# is a complicated programming language for building .NET-connected software for Microsoft Windows, the Web, and a wide range of devices. The friendly All-in-One For Dummies format is a perfect way to present it. Each minibook is a self-contained package of necessary information, making it easy to find what you're looking for.
Upgrades in C# 2010 include the ability to build Windows 7 applications and compatibility with Python and Ruby.
* C# is a somewhat complex programming language for building .NET-connected software for Microsoft Windows, the Web, and other devices
* Beginning C# programmers will appreciate how the All-in-One format breaks the topic into minibooks, each one addressing a key body of information
* Minibooks include creating your first C# program, Windows 7 programming, basic C# programming, object-based programming, object-oriented programming, Windows programming with C# and Visual Studio, and debugging
* Companion Web site includes all sample code
Beginning C# programmers will find C# 2010 All-in-One For Dummies explains a complicated topic in an easy, understandable way.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Download
Or:
Beginning Visual C# 2010 (Wrox Programmer to Programmer)
# Paperback: 1080 pages
# Publisher: Wrox; 1 edition (April 5, 2010)
# Language: English
# ISBN-10: 0470502266
# ISBN-13: 978-0470502266
Product Description
Update to Wrox's leading C# book for beginners
Get ready for the next release of Microsoft's C# programming language with this essential Wrox beginner's guide. Beginning Microsoft Visual C# 2010 starts with the basics and brings you thoroughly up to speed. You'll first cover the fundamentals such as variables, flow control, and object-oriented programming and gradually build your skills for Web and Windows programming, Windows forms, and data access.
Step-by-step directions walk you through processes and invite you to "Try it Out," at every stage. By the end, you'll be able to write useful programming code following the steps you've learned in this thorough, practical book.
* The C# 4 programming language version will be synonymous with writing code with in C# 2010 in Visual Studio 2010, and you can use it to write Windows applications, Web apps with ASP.NET, and Windows Mobile and Embedded CE apps
* Provides step-by-step instructions for mastering topics such as variables, flow controls, and object-oriented programming before moving to Web and Windows programming and data access
* Addresses expressions, functions, debugging, error handling, classes, collections, comparisons, conversions, and more
If you've always wanted to master Visual C# programming, this book is the perfect one-stop resource.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Download:
http://filekeen.com/sdduudhgyokc/0470502266.rar.html
C# 4.0 The Complete Reference
# Paperback: 976 pages
# Publisher: McGraw-Hill Osborne Media; 1 edition (April 27, 2010)
# Language: English
# ISBN-10: 007174116X
# ISBN-13: 978-0071741163
The Definitive Guide to C#
“From using LINQ to covariance and from string formatting to optional arguments, Herb’s update covers all you need to know about using real-world C# 4.0.” ─Michael Howard, Microsoft Corporation
Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed.
Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume!
Coverage includes:
* Data types and operators
* Control statements
* Classes and objects
* Constructors, destructors, and methods
* Interfaces, arrays, enumerations, and structures
* Method and operator overloading
* Inheritance and virtual methods
* Reflection and runtime type ID
* Exception handling
* Delegates, properties, events, and indexers
* Attributes
* Multithreading and the Task Parallel Library
* Generics
* LINQ and PLINQ
* Lambda expressions
* Anonymous types
* Extension methods
* Named and optional arguments
* Implicitly typed variables
* I/O, networking, and collections
* The preprocessor and much, much more
Download:
http://filekeen.com/mljstcq07fxl/007174116X.pdf.html
LINQ to Objects Using C# 4.0: Using and Extending LINQ to Objects and Parallel LINQ
# Paperback: 336 pages
# Publisher: Addison-Wesley Professional; 1 Pap/Psc edition (March 12, 2010)
# Language: English
# ISBN-10: 0321637003
# ISBN-13: 978-0321637000
Product Description
“For several years, Troy has been one of the key figures in the LINQ community. This comprehensive and well-written book serves as a compendium of the important wisdom and experience that he has accumulated through his years of studying LINQ and its uses.”
–Charlie Calvert, Microsoft C# Community Program Manager
“LINQ is changing the way we think about working with data and, in many ways, also about programming in general. LINQ to Objects Using C# 4.0 is a thorough reference that teaches how to simplify many day-to-day tasks with data. It also gives you the foundations that are necessary to understand a wide range of fascinating applications of LINQ that will, no doubt, continue to appear over the next few years.”
–Tomas Petricek, Microsoft MVP and author of Real-World Functional Programming
Your Complete Example-Rich Guide to Using and Extending LINQ to Objects and PLINQ
Using LINQ to Objects, .NET developers can write queries over object collections with the same deep functionality that was once available only with SQL and relational databases. Now, for the first time, developers have a comprehensive and authoritative guide to applying LINQ to Objects in real-world software. Microsoft MVP Troy Magennis introduces state-of-the-art techniques for working with in-memory collections more elegantly and efficiently—and writing code that is exceptionally powerful, robust, and flexible.
Drawing on his unsurpassed experience coding software using LINQ and hosting the popular HookedOnLINQ.com site, Magennis presents timely, realistic solutions to a wide spectrum of development challenges, such as combining data from multiple sources, and achieving optimal performance with extremely large sets of data. You’ll begin with brief quick-starts that walk you through LINQ to Objects’ key features and query syntax. Next, you’ll drill down to detailed techniques for applying and extending these features with C# 4.0 and C# 3.0—including code examples that reflect the realities of production development.
Coverage includes
• Writing basic LINQ queries with C#: filtering, projecting, and sorting data from in-memory collections
• Mastering advanced techniques for grouping and joining data and understanding the performance implications of each technique
• Taking full advantage of LINQ’s standard query operators
• Creating custom query operators that follow best practices for coding patterns and error handling
• Writing more fluent, readable LINQ queries with C# 4.0’s language enhancements, including the new dynamic features
• Combining LINQ with COM-Interop to access data sources such as Microsoft Excel
• Using Parallel LINQ to Objects (PLINQ) to optimize queries for multi-core processors, and how to build custom parallel query operators
• Integrating the best LINQ to Objects patterns into your day-to-day coding
Download:
http://filekeen.com/d9hk9zpk5fht/0321637003.pdf.html
HTTP Programming Recipes for C# Bots
* Paperback: 628 pages
* Publisher: Heaton Research, Inc. (April 3, 2007)
* Language: English
* ISBN-10: 0977320677
* ISBN-13: 978-0977320677
Product Description
The Hypertext Transfer Protocol (HTTP) allows information to be exchanged between a web server and a web browser. C# allows you to program HTTP directly. HTTP programming allows you to create programs that access the web much like a human user would. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for C# bot programming. This book covers many topics related to C# HTTP programming. Both secure and insecure HTTP communications are covered, as well as HTTP authentication. Learn to interact with HTTP forms and support both HTTP POST and HTTP GET requests. Collect data from a wide array of HTML constructs, such as tables, and lists. Learn about advanced topics that complicate the life of a bot, such as AJAX and Javascript. Also learn about the ethical use of bots, and when bots should not be used. This book also introduces the Heaton Research Spider. The Heaton Research Spider is an open source spider framework. Using the Heaton Research Spider you can create spiders that will crawl a web site, much like a real spider crawls the web. The Heaton Research Spider is available in both Java and Microsoft Dot Net form.
Download:
http://filekeen.com/8p5xgrjkctay/0977320677.pdf.html
Đăng ký:
Bài đăng (Atom)