Custom Weather application using .net core and angular 2
An example of creating a simple weather application making use of Asp.net Core and angular2
An example of creating a simple weather application making use of Asp.net Core and angular2
walk through the process of  creating a new project and then create a build process using cake.
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications
Easy to follow concise & detailed steps required to install .net core on a headless Ubuntu 16.x server
set up a Continuous Integration / Continuous Deployment DevOps environment for a ASP.net Core project. How to install Team City 10.x on a Ubuntu 16.X server
Quick walk through guide on how to set up and get started with asp.net core on ubuntu
How to set up a ASP.net Core web project using Angular2 on ubuntu
Following on from my previous post regarding how to Set Up Visual Studio for Angular 2 and .NET Core web app Development, I needed to… Read More »Set VS Code Angular 2 and .NET Core web Development on Ubuntu
How to use angular 2 and apps.net core
An example of how to create EF Core using separate class libraries
I came across a situation today where I needed to mix two different authentication types on ASP.net MVC 4 application. The reason for this being… Read More »Mixing windows & forms authentication
I ran into a situation today, whereby I had created a git reposiotry for a new ASP.net MVC web application I am developing. I had… Read More »remove ignored files from git repository
Selenium is a suite of browser automation tools to help with automating web browsers across a number of platforms. It’s a really handy tool to help with automating web applications for testing purposes
There may be occassions during the course of developing a software project that you may need to store a text file or any binary type… Read More »Reading a file stream from resource file in C#
ASP.net MVC 4 there is shipped with Membership Provider and a Simple Membership Provider to enable quick and easy site login functionality for the ASP.net… Read More »Add custom fields to MVC4 simple membership