Chapter 1

Looking at How ASP.NET Works with C#

IN THIS CHAPTER

check Getting to know web applications

check Conferring with the client

check Working with web servers

At one time, few people knew much about the Internet. However, that has all changed today. Hardly an application appears anywhere that doesn’t rely on the Internet in some way. Programmers of all stripes use the web for research and communication. Providers use it for product updates and documentation. It is everywhere.

All the more reason to know how to code in the web environment. The problem is that so many so-called frameworks for development exist that it’s nearly impossible to decide which to use with a reasonable methodology. You almost have to draw straws.

If you’re working in a Microsoft environment and writing a simple program, it’s usually best to use ASP.NET. Why? Sempf's Fourth Law: Simplicity above all. ASP.NET is a straightforward platform for web creation.

ASP.NET has its share of problems, most of which involve writing Google (or some other really big complicated program). You probably aren't writing Google, so don't worry about it. If your site gets famous, you can get some venture capital and rewrite it into some custom ...

Get C# 7.0 All-in-One For Dummies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.