Category: .net
-
For enterprises, creating a web site that can link to files stored locally to work with “desktop apps”
One of my clients wanted a way to interact with local files (open folders, launch the associated application) from a web page. In this way, they could construct home page for the user and link to “local files” the same way as if they were on the internet. This worked…
-
Understanding NetStandard
I was working on DayTickler and authentication when the latest Azure Mobile Client was released. Being fearless, i decided to upgrade. Turns out the new version of the nuget doesn`t support pcl, but netstandard. No problem, let`s upgrade everything to netstandard, i need it for things like the latest AutoMapper…
-
HttpClient wows !
I was helping a colleague doing sync stuff in a addin for a big app, and in order to recreate the problem, i decided to write some test code in a console app (which is not async). That was relatively easy, and this is what the code looked like: [csharp]…
