Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Work with If-Modified-Since and Last-Modified in ASP.Net. - ASP.NET tutorial


Short support vb.Net functions to convert date from/to http string date and sample code to send static files with 200 OK + Last-Modified http header and 304 Not Modified when If-Modified-Since request header is present.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Beginning ASP.NET The Easy Way
Beginning ASP.NET The Easy Way
ASP.NET is Microsoft’s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial.
Category: ASP.NET tutorials - Difficulty:
Professional ASP.NET : Exposing Web Services
Professional ASP.NET : Exposing Web Services
This is the complete online chapter 'Exposing Web Services' from 'Professional ASP.NET' by Wrox Press. The chapter provides in depth information about creating and consuming Web Services using ASP.NET.
Category: ASP.NET tutorials - Difficulty:
The .NET Platform
The .NET Platform
Microsoft .NET platform defines a standard around which a system can be developed. Microsoft .NET platform provides countless opportunities for different services and systems to interact, allowing programmers to develop powerful solutions for the internet. A major theme of Microsoft .NET platform is the idea of Web services, allowing software to communicate directly with other software using Internet technologies. The .NET Framework and Visual Studio.NET, two more core aspects of this initiative, provide a multi-language environment in which developers can create Web services and other kinds of applications.
Category: ASP.NET tutorials - Difficulty:
Create HTML Image Maps Dynamically With .NET
Create HTML Image Maps Dynamically With .NET
I've 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 pixel's 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.
Category: ASP.NET tutorials - Difficulty:
How to determine what server is given web site running on using ASP.NET?
How to determine what server is given web site running on using ASP.NET?
This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.
Category: ASP.NET tutorials - Difficulty: