Quantcast
Channel: SelArom Dot Net
Browsing latest articles
Browse All 20 View Live

Quick Fix: Unwanted Rounding When String Formatting Number as Currency

Sometimes it’s the little things you forget the easiest and most often that throw you for a loop. Today I was attempting to show a value in an ASP.NET MVC View which is stored as type long,...

View Article


Image may be NSFW.
Clik here to view.

Xamarin Forms: Public C# Properties Missing on Android

While working on the mobile apps for McAllen Next (my new side project, stay tuned for more soon!), I discovered a very strange issue when running the app on Android; I kept getting repeated errors...

View Article


Sourcetree Suddenly Prompting for Github Credentials

As a developer you’re probably familiar with the phrase “It was working before and I didn’t change anything!” That hit me today as I attempted to pull an update from a Github repo using Sourcetree. I...

View Article

Adding Ratings and Reviews to Sitecore Commerce with YotPo

Ratings and reviews are important features to offer on an ecommerce website, giving customers confidence to make a purchase. Adding such a feature to Sitecore is simple thanks to Yotpo, a leading...

View Article

Image may be NSFW.
Clik here to view.

Restarting a Specific Azure Web App Instance

While experiencing issues with a load-balanced Azure web app running three instances, it became apparent that one particular instance of the app was causing issues and needed to be restarted. Azure...

View Article


Image may be NSFW.
Clik here to view.

Authenticating Your C# Application for the Google Cloud Platform – Part 1

The new C# libraries for the Google Cloud Platform, available on NuGet, make it easy to get started adding these features to your platform. However, before you can use them, you obviously need to...

View Article

Image may be NSFW.
Clik here to view.

Authenticating Your C# Application for the Google Cloud Platform – Part 2

Now that we understand how to authenticate a C# application to work with your own project’s GCP resources, let’s take it a step further. In this post, we’ll look at how we can combine that...

View Article

C# Support for the Google Cloud Platform

At the end of the day, like most APIs you encounter in the wild, Google services are exposed as standard REST endpoints. If you know how to create, authenticate, and issue an HTTP request, you have...

View Article


Using Google Services in UWP C# Apps — Part 1

It’s no secret that I love Windows, and especially writing UWP apps for Windows using C#. In fact I’ve written a bit about creating UWP apps in the past, so as a fan of UWP, I wanted to explore how...

View Article


Using Google Services in UWP C# Apps — Part 2

We previously looked at how you can use the WebAuthenticationBroker to allow end users to authorize a UWP app to access their Google account information. In this post we’ll complete the sample by...

View Article
Browsing latest articles
Browse All 20 View Live