close menu
Bookswagon-24x7 online bookstore
close menu
My Account
23%
Beginning C# 7 Programming with Visual Studio 2017

Beginning C# 7 Programming with Visual Studio 2017

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

 Easily get started programming using the ultra-versatile C# 7 and Visual Studio 2017

Beginning C# 7 Programming with Visual Studio 2017 is the beginner’s ultimate guide to the world’s most popular programming language. Whether you’re new to programming entirely, or just new to C#, there has never been a better time to get started. The new C# 7 and Visual Studio 2017 updates feature a number of new tools and features that streamline the workflow, simplify the code, and make it easier than ever to build high-quality apps. This book walks you through everything you need to know, starting from the very basics, to have you programming in no time. You’ll learn about variables, flow control, and object oriented programming, then move into Web and Windows programming as well as databases and XML. The companion website provides downloadable code examples, and practical Try It Out sections provide explicit, step-by-step instructions for writing your own useful, customizable code.

C# 7 can be used to build Windows applications, program Windows 10, and write Web apps when used alongside ASP.NET. With programming skills becoming de rigueur in fields far beyond the tech world, C# 7 is a great place to start building versatile, helpful skills. This book gets you started quickly and easily with instruction from a master-team of C# programmers.

  • Learn how to program using the world’s leading programming language
  • Build smarter, faster apps using the latest features in C# 7 and Visual Studio 2017
  • Find and fix bugs sooner, saving headaches down the line
  • Integrate with all .NET Core, Azure applications, cloud services, Docker containers, and more

The world of programming can seem intimidating to a beginner, and the prospect of learning a whole new “language” can seem daunting. Beginning C# 7 Programming with Visual Studio 2017 demystifies the process and shows you how to bring your ideas to life.



Table of Contents:

Introduction xxi

Part I: The C# Language

Chapter 1: Introducing C# 3

What Is the .NET Framework? 4

What Is C#? 9

Visual Studio 2017 11

Chapter 2: Writing a C# Program 15

The Visual Studio 2017 Development Environment 16

Console Applications 21

Desktop Applications 26

Chapter 3: Variables and Expressions 33

Basic C# Syntax 34

Basic C# Console Application Structure 36

Variables 38

Expressions 46

Chapter 4: Flow Control 59

Boolean Logic 60

Branching 65

Looping 72

Chapter 5: More About Variables 83

Type Conversion 84

Complex Variable Types 91

String Manipulation 109

Chapter 6: Functions 117

Defining and Using Functions 118

Variable Scope 131

The Main() Function 138

Struct Functions 141

Overloading Functions 142

Using Delegates 144

Chapter 7: Debugging and Error Handling 149

Debugging in Visual Studio 150

Error Handling 167

Chapter 8: Introduction To Object-Oriented Programming 179

What Is Object-Oriented Programming? 180

OOP Techniques 186

OOP in Desktop Applications 196

Chapter 9: Defining Classes 203

Class Definitions in C# 204

System. Object 209

Constructors and Destructors 211

OOP Tools in Visual Studio 216

Class Library Projects 222

Interfaces Versus Abstract Classes 226

Struct Types 228

Shallow Copying Versus Deep Copying 230

Chapter 10: Defining Class Members 233

Member Definitions 234

Additional Class Member Topics 244

Interface Implementation 249

Partial Class Definitions 252

Partial Method Definitions 253

Example Application 255

The Call Hierarchy Window 265

Chapter 11: Collections, Comparisons, and Conversions 269

Collections 270

Comparisons 292

Conversions 313

Chapter 12: Generics 319

What Are Generics? 320

Using Generics 321

Defining Generic Types 339

Variance 353

Chapter 13: Additional C# Techniques 359

The :: Operator and the Global Namespace Qualifier 360

Custom Exceptions 361

Events 363

Expanding and Using CardLib 375

Attributes 384

Initializers 386

Type Inference 392

Anonymous Types 394

Dynamic Lookup 398

Advanced Method Parameters 402

Lambda Expressions 409

Part II: Windows Programming

Chapter 14: Basic Desktop Programming 425

XAML 426

The Playground 429

Control Layout 441

The Game Client 452

Chapter 15: Advanced Desktop Programming 479

Creating and Styling Controls 480

WPF User Controls 485

The Main Window 499

Putting It All Together 504

Part III: Cloud and Cross-Platform Programming

Chapter 16: Basic Cloud Programming 533

The Cloud, Cloud Computing, and the Cloud Optimized Stack 534

Cloud Patterns and Best Practices 537

Using Microsoft Azure C# Libraries to Create a Storage Container 538

Creating an ASP.NET 4.7 Web Site That Uses the Storage Container 548

Chapter 17: Advanced Cloud Programming and Deployment 559

Creating an ASP.NET Web API 560

Deploying and Consuming an ASP.NET Web API on

Microsoft Azure 564

Scaling an ASP.NET Web API on Microsoft Azure 572

Chapter 18: .NET standard and .NET Core 579

Cross-Platform Basics and Key “Must Know” Terms 581

What Is .NET Standard, and Why Is It Needed? 583

Referencing and Targeting Frameworks 587

What is .NET Core? 588

Building and Packaging a .NET Standard Library 596

Building a .NET Core Application with Visual Studio 602

Porting from .NET Framework to .NET Core 605

Chapter 19: ASP.NET and ASP.NET Core 609

Overview of Web Applications 610

Which ASP.NET to Use and Why 611

Using ASP.NET Web Forms 620

Creating ASP.NET Core Web Applications 627

Part IV: Data Access

Chapter 20: Files 641

File Classes for Input and Output 642

Streams 647

Monitoring the File System 664

Chapter 21: XML and JSON 673

XML Basics 674

JSON Basics 674

XML Schemas 675

XML Document Object Model 677

Converting XML to JSON 689

Searching XML with XPath 691

Chapter 22: LINQ 697

LINQ to XML 698

LINQ Providers 704

LINQ Query Syntax 705

LINQ Method Syntax 709

Ordering Query Results 712

Understanding the orderby Clause 713

Querying a Large Data Set 714

Using Aggregate Operators 717

Using the Select Distinct Query 720

Ordering by Multiple Levels 723

Using Group Queries 725

Using Joins 727

Chapter 23: Databases 731

Using Databases 731

Installing SQL Server Express 732

Entity Framework 732

A Code First Database 733

But Where Is My Database? 740

Navigating Database Relationships 742

Handling Migrations 749

Creating and Querying XML from an Existing Database 750

Part V: Additional Techniques

Chapter 24: Windows Communication Foundation 761

What Is WCF? 762

WCF Concepts 763

WCF Programming 768

Chapter 25: Universal Apps 793

Getting Started 794

Windows Universal Apps 795

App Concepts and Design 796

App Development 797

Common Elements of Windows Store Apps 816

The Windows Store 818

Appendix: Exercise Solutions 821

Index 865


Best Sellers



Product Details
  • ISBN-13: 9781119458685
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 230 mm
  • No of Pages: 912
  • Spine Width: 49 mm
  • Width: 188 mm
  • ISBN-10: 1119458684
  • Publisher Date: 17 Apr 2018
  • Binding: Paperback
  • Language: English
  • Returnable: N
  • Weight: 1270 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Beginning C# 7 Programming with Visual Studio 2017
John Wiley & Sons Inc -
Beginning C# 7 Programming with Visual Studio 2017
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Beginning C# 7 Programming with Visual Studio 2017

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals



    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA