CHAPTER 14Building Web Applications

Delivering content and applications via web browsers is one of the most important aspects of modern software development. In this chapter, we examine how you can build web applications using F#. The topics we cover are as follows:

  • Serving static files and dynamic content by directly responding to HTTP requests
  • Using the ASP.NET framework to develop page-based, server-side web applications that use input controls and read data from a database using F# Linq
  • A walk-through of the ASP.NET essentials: web forms and site organization, a discussion of the various types of server controls (web and HTML), user control creation, and web application configuration and debugging
  • The fundamentals of the ASP.NET event model: ...

Get Expert F# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.