Jerky mouse movement with a laser Logitech mouse 17 March 2017 Radi-Atanassov General (0) This is one of those off-topic blog posts that I eventually write, but I spent significant time tryi [More]
The Mystery of Microsoft.IdentityModel.Extensions 09 January 2017 Radi-Atanassov (0) 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 in regards to SharePoint API's, for the better part of it, nowadays is based on principles and techniques predominantly stepp... [More]
Azure App Service CORS versus Web API CORS 24 September 2016 Radi-Atanassov (1) I'm blogging this as it wasted about 3 hours of my time. I ended up debugging the Microsoft.AspNetCo [More]
Microsoft.AspNetCore.Authentication.ActiveDirectory updated to ASP.NET Core RTM 22 September 2016 Radi-Atanassov (0) Since the ASP.NET Core RTM bits came out it's time to update all RC1/RC2 solutions and NuGet package [More]
Getting Started with ASP.NET Core Add-ins for SharePoint Online 14 September 2016 Radi-Atanassov (0) OverviewWith the introduction and growth of ASP.NET Core, we SharePoint/Office 365 developers need [More]
Team Leadership in а Software Development World 31 July 2016 Radi-Atanassov (5) Being a good team leader is hard. At least for me. For some it may come natural, for others - we hav [More]
Developing the ASP.NET Core Authentication/Authorization Middleware for SharePoint Provider-Hosted Apps (Add-ins) 29 July 2016 Radi-Atanassov (0) Getting SharePoint apps to work with ASP.NET Core was a bit of an interesting challenge, which I wil [More]
Python/Flask Provider-Hosted app using Office365 SharePoint Site 06 March 2016 Velin-Georgiev (0) Flask and SharePoint is Fun! I have created Python Flask scenario that shows how to set up authentication between a Python app (using the Flask microframework) and Office 365 SharePoint Online site. The goal of this sample is to show how a user can authenticate and interact with dat... [More]
Using ASP.NET Identity 3 with Entity Framework 6 16 January 2016 Radi-Atanassov (3) ASP.NET Identity 3 by default uses Entity Framework 7 (together with other details, such as ASP.NET 5, MVC 6, DNX, etc. etc.). We need ASP.NET Identity 3 with support for Entity Framework 6. [More]
Simple Angularjs IndexedDB Service (factory) 06 October 2015 Velin-Georgiev (0) 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 and decided to create a simple service to do the job.Here is the service is on github - https://github.com/Velkata/IndexedDB-Angularjs-Se... [More]