Viewing profile — moljacsharp
moljacsharp
HN member- Joined
- Mon, Nov 14, 2016, 11:28 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About moljacsharp
Recent public activity
-
comment
Comment #12949186
I believe MS claims they are "open source 1st" right now. Everything made by Xamarin was opensourced in 2016-04/2016-05 under MIT license, so it cannot be vendor locked anymore.
-
comment
Comment #12949176
Monodevelop/Xamarin.Studio have really simple addin system and writing addin to support anything shouldn't be big problem. It is a lot easier than Visual Studio Extensibility syste…
-
comment
Comment #12949162
No way. WPF is too tightly bound to DirectX. Yes there are a lot of requests to do so, but effort is enormous. Though there are projects that might indicate something (SkiaSharp an…
-
comment
Comment #12949118
Core support (ASP.net Core) was added more than year ago in the form of addin. Other project types were added recently and I haven't tried them yet, so I would not like to speculat…
-
comment
Comment #12949080
Nope. Most of the UI was rewritten for VS2010 with WPF (XAML, DirectX acceleration), but lower/deeper parts are written in c++ and this makes porting "probelmatic" (MFC, win32.dll,…