ASP.NET Application Development Fundamentals
()
About this ebook
you need to know as quickly as possible.
Read more from James Lombard
C# Programming Fundamentals Rating: 0 out of 5 stars0 ratingsJames Learning Javascript Programming Rating: 0 out of 5 stars0 ratings
Related to ASP.NET Application Development Fundamentals
Related ebooks
Microsoft .NET Framework 4.5 Quickstart Cookbook Rating: 0 out of 5 stars0 ratingsA Pythonic Adventure: From Python basics to a working web app Rating: 0 out of 5 stars0 ratingsResponsive Design High Performance Rating: 0 out of 5 stars0 ratingsExploring Web Components: Build Reusable UI Web Components with Standard Technologies (English Edition) Rating: 0 out of 5 stars0 ratingsMastering jQuery UI Rating: 0 out of 5 stars0 ratingsPHP jQuery Cookbook Rating: 0 out of 5 stars0 ratingsJavaScript for .NET Developers Rating: 0 out of 5 stars0 ratingsjQuery for Designers Beginner's Guide Second Edition Rating: 5 out of 5 stars5/5ASP.NET 3.5 CMS Development Rating: 0 out of 5 stars0 ratingsWiX: A Developer's Guide to Windows Installer XML Rating: 0 out of 5 stars0 ratingsFast ASP.NET Websites Rating: 0 out of 5 stars0 ratingsLearning jQuery Rating: 4 out of 5 stars4/5Bootstrap for ASP.NET MVC - Second Edition Rating: 5 out of 5 stars5/5CSS Mastery: Styling Web Pages Like a Pro Rating: 0 out of 5 stars0 ratingsFour Programming Languages Creating a Complete Website Scraper Application Rating: 0 out of 5 stars0 ratingsMultithreading in C# 5.0 Cookbook Rating: 0 out of 5 stars0 ratingsLearning jQuery 3 - Fifth Edition Rating: 0 out of 5 stars0 ratingsClient Side Web Development For Beginners (HTML/CSS/JS) Rating: 4 out of 5 stars4/5JavaScript Interview Questions You'll Most Likely Be Asked Rating: 0 out of 5 stars0 ratingsLearning RabbitMQ with C#: A magical tool for the IT world Rating: 0 out of 5 stars0 ratingsPersistence in PHP with Doctrine ORM Rating: 0 out of 5 stars0 ratingsJump Start PHP Environment: Master the World's Most Popular Language Rating: 0 out of 5 stars0 ratingsphpMyAdmin Starter Rating: 0 out of 5 stars0 ratingsWeb Design Blueprints Rating: 0 out of 5 stars0 ratingsInstant Handlebars.js Rating: 0 out of 5 stars0 ratings
Computers For You
Elon Musk Rating: 4 out of 5 stars4/5Mastering ChatGPT: 21 Prompts Templates for Effortless Writing Rating: 4 out of 5 stars4/5The Self-Taught Computer Scientist: The Beginner's Guide to Data Structures & Algorithms Rating: 0 out of 5 stars0 ratingsCompTIA Security+ Get Certified Get Ahead: SY0-701 Study Guide Rating: 5 out of 5 stars5/5Deep Search: How to Explore the Internet More Effectively Rating: 5 out of 5 stars5/5SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL Rating: 4 out of 5 stars4/5The ChatGPT Millionaire Handbook: Make Money Online With the Power of AI Technology Rating: 4 out of 5 stars4/5The Musician's Ai Handbook: Enhance And Promote Your Music With Artificial Intelligence Rating: 5 out of 5 stars5/5Everybody Lies: Big Data, New Data, and What the Internet Can Tell Us About Who We Really Are Rating: 4 out of 5 stars4/5How to Create Cpn Numbers the Right way: A Step by Step Guide to Creating cpn Numbers Legally Rating: 4 out of 5 stars4/5The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution Rating: 4 out of 5 stars4/5Procreate for Beginners: Introduction to Procreate for Drawing and Illustrating on the iPad Rating: 5 out of 5 stars5/5Creating Online Courses with ChatGPT | A Step-by-Step Guide with Prompt Templates Rating: 4 out of 5 stars4/5Tor and the Dark Art of Anonymity Rating: 5 out of 5 stars5/5Technical Writing For Dummies Rating: 0 out of 5 stars0 ratingsCompTIA IT Fundamentals (ITF+) Study Guide: Exam FC0-U61 Rating: 0 out of 5 stars0 ratingsMicrosoft Azure For Dummies Rating: 0 out of 5 stars0 ratingsSlenderman: Online Obsession, Mental Illness, and the Violent Crime of Two Midwestern Girls Rating: 4 out of 5 stars4/5Data Analytics for Beginners: Introduction to Data Analytics Rating: 4 out of 5 stars4/5An Ultimate Guide to Kali Linux for Beginners Rating: 3 out of 5 stars3/5Standard Deviations: Flawed Assumptions, Tortured Data, and Other Ways to Lie with Statistics Rating: 4 out of 5 stars4/5What Video Games Have to Teach Us About Learning and Literacy. Second Edition Rating: 4 out of 5 stars4/5A Guide to Electronic Dance Music Volume 1: Foundations Rating: 5 out of 5 stars5/5Computer Science I Essentials Rating: 5 out of 5 stars5/5
Reviews for ASP.NET Application Development Fundamentals
0 ratings0 reviews
Book preview
ASP.NET Application Development Fundamentals - James Lombard
ASP.NET Application Development Fundamentals
by James Lombard
First Edition
Copyright 2014 James Lombard
All rights reserved.
ISBN: 978-1-304-95726-9
ABOUT THIS BOOK
This book teaches ASP.NET for those completely new and those just starting out with the technology. The concepts introduced here are commonly used in the commercial industry today, saving you the reader many hours of shuffling through abstract theoretical details presented by larger volumes. In other words, it will teach you what you need to know as quickly as possible.
Throughout this book, you will be guided step-by-step using examples. These examples are practical so that you can even use the code in your own applications.
Note that this book assumes you have a basic understanding of the C# language and the use of Visual Studio. If not, you could grab a copy of C# Programming Fundamentals by the same author, also available from www.lulu.com
ABOUT THE AUTHOR
James Lombard has been working professionally in the IT industry for over twenty years. He holds a degree in Information Technology and is a Microsoft certified specialist in ASP.NET Web development. He has employed ASP.NET / C# technology in the commercial field for the last five years.
CONVENTIONS AND TRADEMARKS
All programming examples and results will be presented by images from actual
Visual Studio screenshots. Other formatting in the text is meant to distinguish specific elements:
Italics – A terminology.
"Italics" – A custom name or literal text.
Bold – A keyword, window, control, or menu option.
Microsoft, Windows, Visual Studio, C#, Visual C#, ASP.NET, and .NET Framework, are registered trademarks of the Microsoft Corporation.
CHAPTER 1 – Introduction to ASP.NET
Welcome to ASP.NET. For most developers new to ASP.NET, it can be quite daunting. Have no fear. Once you understand the basic concept, ASP.NET will be a breeze.
For those C# developers coming from a WinForm background, you understood that you had a Form containing Windows controls and a C# code file behind it that accesses the controls on the Form. Microsoft created ASP.NET to be very similar in structure to WinForm development; Instead of a Form though, you have a HTML Web page with some HTML tags and ASP.NET controls accessed by a code behind C# file.
ASP.NET has one or more HTML Web pages for the user interface. Each of those pages has a C# code behind file linked to it to access the ASP.NET controls inside that Web page. Other than some minor consideration, that is the concept of ASP.NET in a nutshell.