Click here to Skip to main content
12,704,960 members (28,325 online)

Learn ASP.NET

We've put together a series of articles from the community to help you get a grip on the vast world of ASP.NET.

What is ASP.NET?

ASP.NET is a server-side technology for building web applications using the Microsoft .NET stack. These links will give you a general appreciation of the technology, and how it differs from other web technologies.

WebForms vs. MVC

One of the fundamental choices when working with ASP.NET is the way the application will be set up. The two main choices are Web Forms and MVC. This section describes the differences, and how to choose between the two. The rest of this guide assumes Web Forms. For MVC, see the ASP.NET MVC Learning Guide (coming soon).

Basic Syntax

This section describes some of the fundamental knowledge needed for working with ASP.NET.

Working with Controls

Controls are the common tool used in ASP.NET Web Forms to display content. This section contains articles about creating, and working with, ASP.NET controls.

Working with Data

Data is a common component of web applications, and ASP.NET makes retrieving, displaying, and editing data relatively easy. This section describes some of the ways of working with data in your ASP.NET applications.

Authentication / Authorization / Personalization

This section describes securing your ASP.NET applications. This includes controlling who can access your web application, as well as how to avoid common security errors. In addition, it covers articles about personalizing your web application for the authenticated (and non-authenticated) users.

Globalization

As web applications may be accessed from anywhere, you will likely need to ensure your application is localized, and global-aware. These articles describe the globalization capabilities of ASP.NET.

Configuration

Describes some of the configuration options for ASP.NET applications.

Deploying

These articles show you how to get your ASP.NET applications working on your web server.

Other Useful Topics

Other useful ASP.NET topics not covered elsewhere.

Latest Discussions

by JeezyWonder
Good Day, Fellows. The problem is that i cant gunderstand how to send data from my pc to microcontroller.On the electronic side everything is working, PC can see my com-port.Maybe someone has a step-by-step guide?Any help, please.thanks in further.What I have tried:I found a...
by MR.alaa
i have to loop in page and get data from html table i get all the data in a list each time i loop and get them into list how can i pass them to data table where all the rows of the list has only one column and different in values ?? i try to convert them to dictionary and pass them to data...
by Member 12245039
I want to show error or validation message in tooltip usng angularjs but problem is that i can show only one message eigther required validation or any other. i want message according to validationWhat I have tried:tooltip="{{(profileForm.address.$invalid) ? 'Address is required' : ''...
by sampath1750
I need a treeview checkbox using Jquery, please find my data in the image.Treeview has hierarchical, need 5 levels.My requirement is little difficult to understand. Layer1, layer2, layer3, layer4 and layer5 are roots, test set name is the lase level. all unique levels are roots if layer5...

Advertise | Privacy | Mobile
Web01 | 2.8.170118.1 | Last Updated 22 Feb 2015
Copyright © CodeProject, 1999-2017
All Rights Reserved. Terms of Service
Layout: fixed | fluid