This is one of those off-topic blog posts that I eventually write, but I spent significant time trying to figure out why my Logitech G700s…
Radi Atanassov
When doing development with SharePoint Server and SharePoint Online, we have to do API calls that are authenticated and authorized. Authentication and authorization over HTTP…
I’m blogging this as it wasted about 3 hours of my time. I ended up debugging the Microsoft.AspNetCore.Cors library, and that takes time. I was…
Since the ASP.NET Core RTM bits came out it’s time to update all RC1/RC2 solutions and NuGet packages to run under RTM. Find it here:…
Overview With the introduction and growth of ASP.NET Core, we SharePoint/Office 365 developers need a story that allows us to build Add-ins on top of…
Being a good team leader is hard. At least for me. For some it may come natural, for others – we have to put in…
Getting SharePoint apps to work with ASP.NET Core was a bit of an interesting challenge, which I will share with you in this post. A…
Flask and SharePoint is Fun! I have created Python Flask scenario that shows how to set up authentication between a Python app (using…
Overview I put together a provider for Entity Framework 6 and ASP.NET Identity 3. This post introduces it. ASP.NET Identity 3 is awesome and…
This is example of simple angularjs indexedDB service (factory) for use in offline apps development. I simply did not find any suitable factory for indexedDB…