TypeInferred.HashBang 0.3.0-alpha

This is a prerelease version of TypeInferred.HashBang.
dotnet add package TypeInferred.HashBang --version 0.3.0-alpha
                    
NuGet\Install-Package TypeInferred.HashBang -Version 0.3.0-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TypeInferred.HashBang" Version="0.3.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TypeInferred.HashBang" Version="0.3.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="TypeInferred.HashBang" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TypeInferred.HashBang --version 0.3.0-alpha
                    
#r "nuget: TypeInferred.HashBang, 0.3.0-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TypeInferred.HashBang@0.3.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TypeInferred.HashBang&version=0.3.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TypeInferred.HashBang&version=0.3.0-alpha&prerelease
                    
Install as a Cake Tool

A collection of libraries for building web and mobile applications. Leverages FunScript for seamless full-stack development in F#. Adheres to Google's standard for ajax=crawling.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0-alpha 1,909 10/16/2014
0.1.52 2,792 5/11/2014
0.1.51 2,283 5/11/2014
0.1.50 2,336 5/11/2014
0.1.48 1,993 12/15/2013
0.1.47 2,191 11/23/2013
0.1.46 2,074 11/23/2013
0.1.45 2,090 11/23/2013
0.1.44 2,086 11/23/2013
0.1.43 2,055 11/15/2013
0.1.42 2,048 11/14/2013
0.1.41 2,022 11/13/2013
0.1.40 2,018 11/13/2013
0.1.39 2,049 11/13/2013
0.1.38 1,995 11/13/2013
0.1.37 2,051 11/13/2013
0.1.36 2,016 11/13/2013
0.1.35 2,092 11/13/2013
0.1.34 2,057 11/12/2013
0.1.33 2,035 11/12/2013
0.1.32 2,027 11/12/2013
0.1.31 2,018 11/12/2013
0.1.30 2,051 11/12/2013
0.1.29 2,074 11/12/2013
0.1.28 1,989 11/12/2013
0.1.27 2,103 11/12/2013
0.1.26 2,005 11/12/2013
0.1.25 2,047 11/12/2013
0.1.24 2,035 11/12/2013
0.1.23 2,041 11/12/2013
0.1.22 2,061 11/12/2013
0.1.21 1,981 11/12/2013
0.1.20 2,040 11/12/2013
0.1.19 2,019 11/12/2013
0.1.18 2,125 11/12/2013
0.1.17 1,987 11/12/2013
0.1.16 2,091 11/12/2013
0.1.15 11,731 11/12/2013
0.1.14 2,041 11/11/2013
0.1.13 2,082 11/11/2013
0.1.12 2,038 11/8/2013
0.1.11 2,001 11/7/2013
0.1.10 1,991 11/7/2013
0.1.9 2,006 11/7/2013
0.1.8 2,005 11/7/2013
0.1.7 1,988 11/7/2013
0.1.6 1,983 11/7/2013
0.1.5 2,001 11/5/2013
0.1.4 2,002 11/1/2013
0.1.3 2,006 10/31/2013
0.1.2 2,022 10/30/2013
0.1.1 1,969 10/30/2013
0.1.0 2,007 10/30/2013

Added support for seamless IObservable<T> subscriptions across the client/server boundary over SignalR
Added support for seamless running Async<T> computations across the client/server boundary over SignalR
Added support for generics in seamless client/server integration
Added support for crawling dynamically/client generated pages through implementing Google's hash-bang (#!) standard (https://developers.google.com/webmasters/ajax-crawling/)
Added support for constructing HTML in F#
Added support for type-safe access to CSS classes through a type provider
Added page compression
Added compression FunScript's generated JavaScript
Added support for type-safe url-redirection between pages through a type provider
Added support for easy resource embedding through a type provider interface