Home > General > Beginning ASP.NET for Visual Studio 2015
12%
Beginning ASP.NET for Visual Studio 2015

Beginning ASP.NET for Visual Studio 2015

          
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

Beginning ASP.NET for Visual Studio 2015 is your ultimate guide to the latest upgrade of this historically popular framework. Fully updated to align with the vNext release, this new edition walks you through the new tools and features that make your workflow smoother and your applications stronger. You'll get up to speed on the productivity and performance improvements and learn how Microsoft has committed itself to more continuous innovation by increasing its release cadence for all products and services going forward. ·Getting Started with ASP.NET 6.0 ·Building An Initial ASP.NET Application ·Designing Your Web Pages ·Programming in C# And VB.NET ·ASP.NET Web Form Server Controls ·ASP.NET MVC Helpers and Extensions ·Creating Consistent-Looking Websites ·Navigation ·Displaying and Updating Data ·Working with Data--Advanced Topics ·User Controls and Partial Views ·Validating User Input ·ASP.NET AJAX ·jQuery ·Security in Your ASP.NET Website ·Personalizing Websites ·Exception Handling, Debugging and Tracing ·Working with Source Control ·Deploying Your Website

About the Author

William Penberthy has directly participated in the development of more than 135 different applications ranging from record retention management software, to e-Commerce storefronts, to geographic information systems based applications, to point-of sales systems; with many other applications in-between.  He watched the initial deployment of .NET in excitement and has concentrated on the Microsoft software development stack since then; doing client, service and web development in C# and VB.NET. He is the author of Exam Ref 70-486 Developing ASP.NET MVC 4 Web Applications (Microsoft Press).



Table of Contents:
Introduction Chapter 1: Getting Started with ASP.NET 6.0 ·An Introduction to ASP.NET vNext ·Hypertext Transfer Protocol (HTTP) ·Microsoft Internet Information Services ·HTML 5 ·HTML Markup ·Attributes in HTML ·HTML Example ·ASP.NET Web Forms ·ViewState ·ASP.NET Web Forms Events and Page Lifecycle ·Control Library ·ASP.NET MVC ·Testability ·Full Control over Output ·Web Forms and MVC Similarities ·Choosing the Best Approach ·Using Visual Studio 2015 ·Versions ·Downloading and Installing ·The Sample Application Chapter 2: Building An Initial ASP.NET Application ·Creating Websites with Visual Studio 2015 ·Available Project Types ·Web Site Project--Based Approach ·Web Application Project ·Creating a New Site ·While Creating a Project ·Empty Template ·Web Forms Template ·MVC Template ·Web API Template ·Single Page Application Template ·Azure Mobile Service Template ·Working with Files in Your Application ·File Types of an ASP.NET MVC Application ·File System Structure of an ASP.NET MVC Application ·File Types of an ASP.NET Web Forms Application ·MVC and Web Form File Differences ·Creating the Sample Application Chapter 3: Designing Your Web Pages ·HTML and CSS ·Why Use Both HTML and CSS? ·An Introduction to CSS ·More CSS ·Selectors ·Properties ·Precedence in Styles ·The Style Sheet ·Adding CSS to Your Pages ·Creating Embedded and Inline Style Sheets ·Applying Styles ·Managing Styles Chapter 4: Programming in C# And VB.NET ·Introduction to Programming ·Data Types and Variables ·Defining a Variable ·Operators ·Converting and Casting Data Types ·Converting Data Types ·Casting Data Types ·Using Arrays and Collections ·Using Arrays ·Using Collections ·Decision-Making Operations ·Comparison Operators ·Logical Operators ·If Statement ·Switch / Select Case Statement ·Loops ·For Loop ·Foreach / For Each Loops ·While Loop ·Exiting Loops ·Organizing Code ·Methods: Functions and Subroutines ·Writing Comments and Documentation ·Object-Oriented Programming Basics ·Important OO Terminology ·Classes ·Fields ·Properties ·Methods ·Constructors ·Inheritance ·Events Chapter 5: ASP.NET Web Form Server Controls ·Introduction to Server Controls ·Defining Controls in Your Pages ·Types of Controls ·Standard Controls ·HTML Controls ·Data Controls ·Validation Controls ·Navigation Controls ·Login Controls ·AJAX Extensions ·Other Control Sets ·The ASP.NET State Engine ·How the State Engine Works Chapter 6: ASP.NET MVC Helpers and Extensions ·Why MVC Has Fewer Controls Than Web Forms ·A Different Approach ·Razor ·Controller ·Routing ·HTTP Verbs and Attributes ·Form-Building Helpers ·Form Extensions ·Editor and EditorFor ·Model Binding Chapter 7: Creating Consistent-Looking Websites ·Consistent Page Layout with Master Pages ·Creating and Using Master Pages in ASP.NET Web Forms ·Creating a Content Page in ASP.NET Web Forms ·Creating Layouts in ASP.NET MVC ·Creating a Content View in ASP.NET MVC ·Using a Centralized Base Page Chapter 8: Navigation ·Different Ways to Move around Your Site ·Understanding Absolute and Relative URLs ·Understanding Default Documents ·Friendly URLs ·Using the ASP.NET Web Forms Navigation Controls ·Using the Menu Control ·Navigating in ASP.NET MVC ·Routing ·Default Configuration and Route ·Creating a Navigational Structure ·Programmatic Redirection ·Programmatically Redirecting the Client to a Different Page ·Server-Side Redirects ·Practical Tips on Navigation Chapter 9: Displaying and Updating Data ·Working with SQL Server Express ·Installation ·SQL Server Management Studio ·Connecting in Visual Studio ·Entity Framework Approach to Data Access ·Data First ·Code First ·Selecting Data from the Database ·Data Controls in Web Forms ·Details View ·Web Form Grid View ·Data Display in MVC ·List Display in MVC ·Details Views Chapter 10: Working with Data--Advanced Topics ·Sorting and Pagination ·Sorting and Pagination in Web Form Server Controls ·Sorting and Pagination in MVC Lists ·Updating and / or Inserting Data ·A Non-Code First Approach to Database Access ·Using SQL Queries and Stored Procedures ·Caching ·Different Ways to Cache Data in ASP.NET Applications ·Common Pitfalls with Caching Data Chapter 11: User Controls and Partial Views ·Introduction to User Controls ·Creating User Controls ·Adding User Controls ·Site wide Registration of a User Control ·Managing the IDs of Any Controls ·Adding Logic to Your User Controls ·Using Partial Views ·Adding a Partial View ·Managing the Controller for a Partial View ·Templates Chapter 12: Validating User Input ·Gathering Data from the User ·Validating User Input in Web Forms ·Understanding Request Validation ·Validating User Input in MVC ·Model Attribution ·Client-Side Validation ·Request Validation in ASP.NET MVC ·Validation Tips Chapter 13: ASP.NET AJAX ·Introducing the Concept of AJAX ·F12 Developer Tools ·Using ASP.NET AJAX in Web Forms ·The Initial AJAX Experience ·Enhancing the AJAX Experience ·Using AJAX in MVC ·Using Web Services in AJAX Websites ·jQuery in AJAX ·Practical AJAX Tips Chapter 14: jQuery ·An Introduction to jQuery ·Early JavaScript ·jQuery's Role ·Including the jQuery Library ·Bundles ·jQuery Syntax ·jQuery Core ·Working with the jQuery Utility Methods ·Selecting Items Using jQuery ·Modifying the DOM with jQuery ·Changing Appearance with jQuery ·Handling Events ·Debugging jQuery ·Practical Tips on jQuery Chapter 15: Security in Your ASP.NET Website ·Introducing Security ·Identity: Who Are You? ·Authentication: How Can Users Prove Who They Are? ·Authorization: What Are You Allowed to Do? ·Logging in with ASP.NET ·Configuring Your Web Application for Security ·Working with Users within Your Application ·Roles ·Configuring Your Application to Work with Roles ·Programmatically Checking Roles ·Practical Security Tips Chapter 16: Personalizing Websites ·Understanding the Profile ·Creating the Profile ·Using the Profile ·Practical Personalization Tips Chapter 17: Exception Handling, Debugging and Tracing ·Error Handling ·Different Types of Errors ·Syntax Errors ·Logic Errors ·Runtime Errors ·Catching and Handling Exceptions ·Global Error Handling and Custom Error Pages ·Error Handling in a Controller ·The Basics of Debugging ·Tools Support for Debugging ·Moving Around in Debugged Code ·Debugging Windows ·Other Windows ·Debugging Client-Side Script ·Tracing Your ASP.NET Web Pages ·Adding Your Own Information to the Trace ·Tracing and Performance ·Logging ·Downloading, Installing and Configuring a Logger Chapter 18: Working with Source Control ·Introducing Team Foundation Services ·Why Use Source Control ·Setting Up a Visual Studio Online Account ·Checking Code In and Out ·Undoing Changes ·Shelvesets ·Getting a Specific Version from the Server ·Seeing Changed Items in Solution Explorer ·Looking at History and Comparing Versions ·Labeling ·Interacting with a Team ·Changing Default Source Control Behavior in Visual Studio ·Branching and Merging Chapter 19: Deploying Your Website ·Preparing Your Website for Deployment ·Avoiding Hard-Coded Settings ·The Web.config File ·Expression Syntax ·The Web Configuration Manager Class ·Preparing for Deployment ·Microsoft Azure ·Publishing Your Site ·Introducing Web.config Transformations ·Moving Data to a Remote Server ·Smoke Testing Your Application ·Going Forward Summary Appendix: Answers To Exercises Index


Best Sellers



Product Details
  • ISBN-13: 9788126560486
  • Publisher: HarperCollins India
  • Publisher Imprint: Harper Sport
  • Language: ENGLISH
  • Weight: 1000 gr
  • ISBN-10: 8126560487
  • Publisher Date: 01 Apr 2016
  • Binding: PAPERBACK
  • No of Pages: 792

Related Categories

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 ASP.NET for Visual Studio 2015
HarperCollins India -
Beginning ASP.NET for Visual Studio 2015
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 ASP.NET for Visual Studio 2015

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!