Coding Grounds
Compilation of different programming projects I amuse myself with.
Thursday, 28 May 2020
Creating an AngularJs directive for a horizontal scroller at top and bottom of HTML container element
›
I made an AngularJs directive today that adds a horizontal scroller at top and bottom of an HTML container element, such as text area, t...
2 comments:
Tuesday, 7 April 2020
Writing to Event Log in .Net Core (Tested with .Net Core 3.1)
›
Writing to the Event Log in .Net Core requires first a Nuget package installation Install-Package Microsoft.Extensions.Logging.EventLog -V...
2 comments:
Sunday, 5 April 2020
Deploying an SQL Express database in Azure Devops pipeline with YAML and generating and updating the database with migrate scripts using EF Core Code First tools
›
Here a full example of how I achieved running Integration tests using Sql Express in Azure Devops. I had to use the YAML based pipelines s...
3 comments:
‹
›
Home
View web version