The missing list of profile used in PCL and also a complete description of what is a TargetFrameworkProfile (with oddity detailed).
Month: May 2014
PaintCode
Dream becomes reality? Paint your drawings and save it to code (Objectiv-C or Xamarin C# for iOS or OSX): PaintCode.
enyim/ProtoBuf
This project is a C# generator from .proto files. Generated code include one C# class for each .proto message and a ProtocolParser class to provide reading and writing code.
That’s all. You don’t have to reference and distribute another assembly. I think I’ll try it soon.
GitHub’s Atom Is Now Open Source
Related to this news, we have some interresting links:
- atom/atom-shell · GitHub with Quick start,
- brightray/brightray,
- brightray/libchromiumcontent,
- and details on Content module.
Usefull: How to reset VS
devenv.exe /resetsettings
Download file from OneDrive: Not so simple…
A “/content” really important: Claus Konrad Blog: Download file from OneDrive: Solved.
Patterns for Asynchronous Services
IAsyncInitialization a very interresting pattern and a usefull implementation: a service that awaits its own initialization as first step in each async method.
Async Programming – Patterns for Asynchronous MVVM Applications: Services.