Blog articles of F# Bloggers

0
comment
comment
on 1/1/2014 6:46 PM
Last post, we have set up the Ghost blogging site on Windows Azure. In this post, we will continue customizing our Ghost site by changing the theme as well as add Disqus comment. By changing the theme, you can either fork the default casper theme and modify it or you can look for a new … Continue reading →
0
comment
comment
on 1/1/2014 3:18 PM
Only one desktop application that I miss on Windows RT is the Windows Live Writer. WLW works well with blogging sites like WordPress and making writing blog post a breeze. While monitoring my twitter feed talking about WLW, Scott Hanselman has mentioned Ghost and MiniBlog which is a dedicated blogging platforms. Both Ghost and MiniBlog looks … Continue reading →
0
comment
comment
on 12/29/2013 4:04 PM
If you’d like to support the Durandal project, please back their Kickstarter project With Visual Studio 2013 One ASP.NET Web Project, I couldn’t find a way to choose Durandal SPA Template directly even after I install the VSIX file. The easiest way is to create an empty MVC project and install the entire starter kit … Continue reading →
0
comment
comment
on 12/23/2013 4:21 PM
The latest version of the SQL provider can be found on github or at nuget.
PostgreSQL
The provider now has support for connecting to PostgreSQL databases! How exciting. Like SQLite, this new mode uses dynamic assembly loading and is based on the .NET connector libraries here.
Once you have your Npgsql libraries you can connect yourself up easily as so:
type sql = SqlDataProvider< @"Server=localhost;Port=5432;Database=world;user=postgres;password=sekret;",
Common.DatabaseProviderT[...]
0
comment
comment
on 12/14/2013 11:29 AM
The SqlProvider now supports experimental SQLite access.
You can achieve this by supplying the SQL provider some additional static parameters
type sql = SqlDataProvider< @"Data Source=F:\sqlite\northwindEF.db;Version=3",Common.DatabaseProviderTypes.SQLITE,@"F:\sqlite\3\" >
As you can see, you can now pass SQLITE as the DatabaseVendor static parameter, along with a valid SQLite specific connection string.
The third parameter is ResolutionPath. This is required for a few reasons - the first is that I do not[...]
About this group
- Founded: 3/13/2013
- Owners: Loïc Denuzière, Adam Granicz
- Members: 1
- Past events: 0
- Upcoming events: 0 Log in to join
Featured group
![]() | New England F# User Group 4 past events |
Latest blog articles by fsharp-bloggers (see all)
August 2023
July 2023
January 2023
January 2022
August 2019
March 2019
February 2019
January 2019
August 2018
October 2017
September 2017
July 2017
May 2017
March 2017
February 2017
January 2017
December 2016
November 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
July 2012
April 2012
February 2012
January 2012
July 2011
March 2011
November 2010
October 2010
April 2010
August 2009
Event tags for this group
Group tags
- f# × 33
- clojure × 14
- functional × 14
- haskell × 14
- scala × 11
- erlang × 6
- c# × 4
- .net × 3
- agile × 3
- ocaml × 3
- websharper × 3
- ddd × 2
- exchange × 2
- java × 2
- javascript × 2
- neo4j × 2
- nosql × 2
- scheme × 2
- skillsmatter × 2
- alt.net × 1
- android × 1
- architecture × 1
- async × 1
- bdd exchange × 1
- blazehtml × 1
- cassandra × 1
- clean × 1
- codeken × 1
- coffeescript × 1
- common lisp × 1
- continuous delivery × 1
- finance × 1
- fractureio × 1
- grails × 1
- groovy × 1
- html × 1
- html5 × 1
- islisp × 1
- jquery × 1
- jvm × 1
- lisp × 1
- load testing × 1
- lua × 1
- metro style × 1
- microsoft × 1
- mongodb! × 1
- ninja × 1
- ouya × 1
- package management × 1
- prog × 1
- projects × 1
- python × 1
- qcon × 1
- racket × 1
- reactive extensions × 1
- restful × 1
- riak × 1
- rx × 1
- scalability × 1
- tdd × 1
- test × 1
- titanium × 1
- unit testing × 1
- user group × 1
- web × 1
- web services × 1
- winrt × 1
![]() |
Copyright (c) 2011-2012 IntelliFactory. All rights reserved. Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy |
Built with WebSharper |