peterbucher.ch
Links | peterbucher.ch
http://peterbucher.ch/links.aspx
Auf dieser Seite unterhalte ich für Softwareentwickler interessante Links. Was, kennst du nicht? Ressourcen zu .NET (5). Spieleentwicklung (DirectX / XNA) (3). Was, kennst du nicht? SelfHtml: Html / Javascript / . Referenz und mehr. Die Energie des Verstehens, HTML-Dateien selbst erstellen. CSS-Referenz und viele Experimente. Warum Layout mit Tabellen dumm ist. Probleme definiert, Lösungen angeboten. Blog von Scott Guthrie, Vater von ASP.NET mit vielen Infos dazu. Visual Studio Express Editions.
blog.cayas.de
Developer Week 2014 - ein Rückblick | Cayas Blog
http://blog.cayas.de/developer-week-2014-ein-rueckblick
Developer Week 2014 - ein Rückblick. Vom 14. bis zum 17. Juli fanden in Nürnberg die drei Konferenzen .NET Developer Conference (DDC), Mobile Developer Conference (MDC) und die Web Developer Conference (WDC) im Rahmen der Developer Week 2014 (DWX) statt. Erstmalig war ich mit meinem Vortrag. Cross-Plattform-Entwicklung mit Xamarin und .NET. Speakers Meet and Great - ein weltmeisterlicher Abend. Tag 1 - Inspirieren lassen. Was ist ein Event Store? Tag 2 - Es wird ernst. Am zweiten Tag der Developer Week 2...
dd-dotnet.de
.NET User Group Dresden
http://www.dd-dotnet.de/partner.html
NET User Group Dresden. 2014 NET User Group Dresden · Impressum.
blog.codeinside.eu
Code Inside Blog | Microsoft Account Auth and Profile Data via LiveSDK in ASP.NET
http://blog.codeinside.eu/2014/12/09/microsoft-account-auth-and-profile-data-via-livesdk-in-aspnet
Microsoft Account Auth and Profile Data via LiveSDK in ASP.NET. Microsoft Account, Auth, LiveSDK. In this blogpost I will take a deeper look at the LiveSDK to authenticate users by their Microsoft Accounts and display some profile information of the given user. Didn’t ASP.NET Identity try to solve this problem? If you only need the Authentication -Part, this might be true (here is one quick walkthrough. In theory you are only one checkbox away from the solution with the new Identity system. With the blog...
blog.codeinside.eu
Code Inside Blog | FAKE: Building C# projects without knowing a tiny bit of F#
http://blog.codeinside.eu/2015/02/23/fake-building-with-fake
FAKE: Building C# projects without knowing a tiny bit of F#. FAKE, Build, MSBuild. MSBuild is the default build engine in the .NET world, but if you do more with MSBuild you will find yourself in a XML-mess, so that’s the reason why I tried out FAKE. You can find a. Enough from MSBuild, now meet FAKE:. A DSL for build tasks (e.g. build following projects, copy stuff, deploy stuff etc.). Active community, OSS and written in F#. You don’t need to learn F# for using it (at least the basic tasks are easy).
blog.codeinside.eu
Code Inside Blog | Microsoft Web Camp Talk in German about ASP.NET now and ASP.NET 5
http://blog.codeinside.eu/2015/05/19/microsoft-web-camp-aspnetnow-and-aspnet5
Microsoft Web Camp Talk in German about ASP.NET now and ASP.NET 5. ASPNET 5, ASP.NET. I did two sessions today about the current ASP.NET Stack and the upcoming ASP.NET 5 at the Microsoft Web Camp in Zurich. The talk was in German and so are most of the slides, but for the record I will link the slides and the code. State of the Art Web Development mit ASP.NET. Happy coding and thanks to Microsoft Switzerland for the nice event. Written by Robert Muehsig. In Switzerland. Microsoft MVP.
blog.codeinside.eu
Code Inside Blog | We moved completely to GitHub Pages - German & English Posts migrated!
http://blog.codeinside.eu/2014/12/24/we-moved-completely-to-github-pages
We moved completely to GitHub Pages - German and English Posts migrated! Wordpress, GitHub Pages, GitHub. The year 2014 was a big year for the German and English Code Inside Blog - as you might already know, because you are reading these lines, we are now finally completely on GitHub Pages. But to summarize it, here are the main parts:. We started this Blog in German 2007. With a simple Wordpress Installation. In 2008. March 2014 Custom VM to Azure VM. Wordpress to Jekyll Migration and Language switch.
blog.codeinside.eu
Code Inside Blog | Semantic Versioning in a nutshell
http://blog.codeinside.eu/2015/07/21/semver-in-a-nutshell
Semantic Versioning in a nutshell. I made a short tweet today and it seems I hit a nerve:. Instead of Major.Minor.Patch say Breaking.Feature.Bugfix - thats #SemVer. Mdash; Robert Muehsig (@robert0muehsig) 21. Juli 2015. Because I like blogging I decided to write a small blogpost about SemVer. Why Semantic Versioning (SemVer). In our industry we use version numbers a lot. The typical naming is. It is more or less the same. But the problem is: This is not very self describing. What is. There should also be...
blog.codeinside.eu
Code Inside Blog | HowTo: Write to Azure Blob Storage
http://blog.codeinside.eu/2015/08/06/howto-write-to-azure-blob-storage
HowTo: Write to Azure Blob Storage. Sometimes I just want to write blogposts to memorize it better even if the stuff is actually quiet old. So and now I present you:. How To write a simple text to Azure Storage. All you need is the Microsoft.WindowsAzure.Storage. NuGet Package (well there is also a REST API available. But in the .NET land, this is much easier). CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ConfigurationManager.ConnectionStrings["storage"].ConnectionString); /...
SOCIAL ENGAGEMENT