ASP.NET | Web Technologies | The F# Samples
Links: Up F# Home
F# Library
These samples demonstrate using F# for development of ASP.NET web applications,
configuring F# CodeDOM provider for ASP.NET and
using database as a data-source in web applications working with data.
Configure the F# CodeDOM Provider for ASP.NET before running the samples.
- AspNetIntro is an introductory ASP.NET example, which can be easily used as a template
for your ASP.NET projects. It demonstrates creating an F# web page using ASP.NET code-behind technology and it demonstrates configuring
F# CodeDOM provider using a web.config file. To open the project from Visual Studio, click
File - Open - Web site...
and select the AspNetIntro directory.
(Runs on: Windows/.NET 2.0)
- PersonalWebSite
sample is a F# version of the Personal WebSite StarterKit sample
available for C# and VB.NET. It demonstrates many ASP.NET 2.0 features including Master pages, data access controls and other. The sample
uses ASP.NET 2.0 application model and is using F# CodeDOM provider. To open the project from Visual Studio, open the PersonalWebSite.sln solution file located in the sample directory.
(Runs on: Windows/.NET 2.0, Requires: SQL Server 2005, including Express edition).
NOTE: you will need to follow the instructions in Welcome.html, e.g. install SQL Server Management Studio Express and run the personal-add.sql SQL script in that tool.