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