Simple way to use icon fonts in Xamarin Forms projects
Almost all apps use some kind of graphic icons to make the UI more attractive and easy to use. Here I will demonstrate a quick
Almost all apps use some kind of graphic icons to make the UI more attractive and easy to use. Here I will demonstrate a quick
To get authenticated SignalR hubs to work, you need to allow credentials in CORS, so your aspnetcore code might look like this: services.AddCors(action => action.AddPolicy(policyName,
Could not create SSL/TLS secure channel Recently, a legacy ASP.NET Web API application that we support started logging an exception and also giving back a
Mobile devices are getting better and better at solving sophisticated tasks. Not only because of better hardware, but also due to modern trends towards AI –
Expandable UITableViewCells with variable height, beautiful animations and no 3rd party libraries – all with just a few lines of code. Interested? Let me show
I’ve been working remotely–or telecommuting, as it is often known–for nearly 10 years, and in that time I’ve learned a few DOs and DON’Ts for
When I talk to .NET developers, I find that there’s still a lot of confusion about what .NET Standard is and how it relates to
In two recent posts, I blogged about SignalR in .AspNet Core 2.1, and automating boilerplate multitenancy code in Entity Framework Core 2.1. Both these blogs
In any real world enterprise application, you end up writing a lot of similar, tedious boilerplate code for bookkeeping . This logic results in a
UPDATE, 2018 May 30: It’s alive. The dotnet team officially announces 2.1 on their blog! The newest version of ASP.NET Core will be released in