Skip to main content
CSharpUniversity ASP.NET and C# lessons

The search runs entirely in your browser over the published lesson list.

Working inside the code editor

The code editor is where you will spend most of your time. It shows your page in two related views and your C# in a third.

Three views of one page

  • Design view. A visual approximation of the page, useful for placing controls roughly.
  • Source view. The markup itself, which is the truth of the page.
  • Code behind. The C# file where your page logic lives.

Small features that save hours

Automatic completion suggests method and control names as you type. Bracket matching shows you which brace closes which. Search and replace works across the whole project when you need to rename a phrase everywhere.

Learn the markup. Design view is convenient, but a developer who only uses design view cannot fix a layout when it breaks. Read the source view often enough that it becomes familiar.

Next, meet the toolbox, where the controls you drag onto a page are listed.

New lessons by email

Leave your address and get a short note whenever a fresh lesson is published. No account needed and you can stop at any time.

Thank you. Your address has been noted in this browser session. Connect a mailing service to deliver the notes for real.