Book Image

SignalR Blueprints

By : Einar Ingerbrigsten
Book Image

SignalR Blueprints

By: Einar Ingerbrigsten

Overview of this book

Table of Contents (18 chapters)
SignalR Blueprints
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
9
Debugging or Troubleshooting
Index

Summary


Xamarin has come a long way in making things feel great from a developer's perspective. With XAML, one gets the familiarity with other XAML platforms, and one can get up and running pretty fast. The platform is maturing every day and through the tight cooperation with Microsoft, Xamarin is getting the love it needs to be a first class citizen in the ecosystem. With Microsoft's move to open source the .NET Framework completely and, in fact, create a fully installable package on Mac OS X and Linux eventually is a massive move forward for the .NET platform that one has to keep an eye on. This means that we do have an environment now that is truly becoming cross-platform, which is not only cross-platform in the old Microsoft sense of Windows and Windows Phone.

The opening of the platform and the change of the license model to an open one means that the Mono project in which Xamarin is built on top of can take the parts that are missing from the base class library and move them in Mono...