Quantcast
Channel: .NET – A programmer's notebook 💻☕
Browsing latest articles
Browse All 10 View Live

Use C# interactive in Visual Studio to experiment with your code on the fly

I needed to quickly test a regular expression, and the new feature of Visual Studio 2015 came to the rescue: C# Interactive You will find this under View → Other Windows → C# Interactive In my case I...

View Article



How to create an iOS call directory extension in Xamarin for blocking...

A call directory extension is used to block or identify phone numbers on an iPhone, phone numbers the user don’t have in their contact list. TL;DR: Because iOS app extensions have very limited...

View Article

Xamarin: Reload an iOS CallKit call directory extension from the app

I you want to make a call directory extension for iOS, for identifying or blocking certain phone numbers, you need a way to reload the extension every time you want to add or remove from the list of...

View Article

AngularJS and .NET MVC: Convert templates from html to javascript and bundle...

I am working on a project where I have an AngularJS app on my own .NET MVC website, and I will display this app on several remote websites. TL;DR: To get the AngularJS templates to load correctly on...

View Article

How to use Bootstrap or other CSS frameworks on a small part of a page...

I’m currently working on a project where I have an AngularJS app (a form), that will be displayed on several different external websites. This means that I have to style the form to fit into several...

View Article


Use Subversion revision number as version number with MSBuild

(And handle revision numbers larger than 65534) When using a system for continuous integration to automatically deploy your application, it is important to know what version of your code is deployed....

View Article

Build, test and deploy a dotnet core website using Cake, TeamCity and Octopus...

I have just completed setting up a simple deploy pipeline for a dotnet core project where I use TeamCity to build the project and run xUnit tests and then Octopus Deploy to deploy. One of the things I...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images