|
ASP.NET software development tools
|
Other links at ASP.NET > Tutorials |
| 1. |
The Http Runtime
|
|
|
Learn about: Role of the HttpRuntime; What is the HttpRuntime; Drill-down; HttpContext; HttpHandler; Application Events; Global.asax; HttpModule and Hosting the HttpRuntime. Source code included.
|
| 2. |
Create HTML Image Maps Dynamically With .NET
|
|
|
Ive been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixels color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves their mouse over the chart or clicks a section of it.
|
| 3. |
ASP.NET Localization Features - A Fresh Approach to Localizing Web Apps
|
|
|
As more and more companies reach out to other countries for business, creating global Web applications with Microsoft ASP.NET is becoming more and more important. ASP.NET 1.1 supported creating localized Web sites by means of the ResourceManager class. ASP.NET 2.0 makes it even easier to provide support for multiple cultures and locales through improved runtime and tool support.
|
| 4. |
Sending emails with ASP .NET
|
|
|
In this article, youll see how sending email with ASP.NET is possible and then well go deeper to see how you can use HTML emails or include attachments.
|
| 5. |
Connecting to a SQL database from ASP .NET II
|
|
|
This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NETs features.
|
|
|