-
Covered Topics: .NET Core Intro Frameworks and Runtime Creating .NET Core Framework Dependent Applications Creating .NET Core Self Contained Applications .NET Core and Docker Creating UI with .NET Core .NET Foundation .NET Standard and runtimes Machine Learning with .NET Core HoloLens, Unity3D, and ...
-
Microsoft .NET Conf is partnering with Azure Meetup Frankfurt and will organize around the globe many local in-person events between September 19 through the end of October! For more information please refer here . You can join us to learn more about .NET and the new .NET Core 2.0 release. We will start...
-
When building Distributed Systems in Cloud or On-Prem, you will usually have to deal with token flow. That means, some application or user have to securely enter the system on some specific place. If you have distributed system if is not unusual that some applications in the system do not use authentication...
-
This year at anniversary mobility day I will give two talks. One about .NET Core and another one about HoloLens development. http://www.mobilityday.com/Agenda/Session/2159?slotID=0 http://www.mobilityday.com/Agenda/Session/2110?slotID=0
-
If you are adding a new solution as a subproject of a bigger repository, it can happen that Visual Studio does not want to add a solution to GIT repository. When you click on “Add to source control” nothing happen. To workaround this problem you should first commit changes. Open command prompt...
-
Next week I will do a talk at Mobility Day 2015 in Zagreb. This time I will continue the IoT story from last year. Next week on my 10th (anniversary) talk at this conference, I will focus building of IoT applications on top of Universal Windows Platform (UWP) and .NET Core. And all this on Windows IoT...
-
After installing of Visual Studio 2015 you DVMN (.NET Version Manager) is usually automatically installed. You can verify this by entering following command in a command prompt: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC> dnvm If DNVM is installed during installation of Visual Studio...
-
One of most often my personal issue when working with WebApi is routing. Sometimes I cannot explain myself how often one can repeat same mistake. This is something what is in SOAP based protocols also an issue. If you ever worked on extending of WCF channels you will know what I mean here. So, here is...
-
One of probably most difficult situations is a need for debugging in production environment. After all you application and Windows traces cannot help you will have to debug in production. As long your application internal tracing mechanism is well designed, you will likely never run into this problem...
-
When working with NUGET in big projects (just a bit bigger than default hello-world) you might run into following issue: Could not load file or assembly ‘…’ The prominent of this error example is : Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken...