SQL2012 LocalDB: how to check in c# if it is currently installed?
localdb, sql-server-2012
Solution
I found this nuget package that wraps up working with SQLLocalDB Has the following command
SqlLocalDbApi.IsLocalDBInstalled()
Problem
How to check in c# code if LocalDB currently installed? also, how to check if SQLNCLI11 presents in system?