-
Devops + CI/CD-part 5
What I need for the devops: 1. Building the solution 2. Running tests 3. Deploying packages to Nuget Being part of the Microsoft stack,it is normal that I have choose for CI / CD the Azure Devops. You can see the AzureDevops at https://dev.azure.com/ignatandrei0674/WebAPI2CLI/_build?definitionId=7&_a=summary and how it is done by reading https://github.com/ignatandrei/WebAPI2CLI/blob/master/azure-pipelines.yml Seeing code coverage…
-
Create and running tests- part 4
I have made a TestWebSite,in .NET Core 3.1,I was also thinking that WebApplicationFactory exists and tutorial like https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-3.1 it will be easy to test the site. However,I have found the hard way that is not a real server : it does not have the adresses / ports open. Read https://github.com/dotnet/aspnetcore/issues/4892 . So I have made…
-
Implementing–part 3
First implementation was just a bunch a code thrown in an API project. All self contained,all in one WebAPI project. Some problems that I have faced: 1. The class that executes( the hosted service ) should have access to the address of the server . However,the class is injected at the moment of creating…
-
Thinking of the project–part 2
The questions that I have to solve is : 1. How to run something in an ASP.NET Core project,when we have just WEBAPI controllers ? The answer was pretty simple: Hosted Services: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-3.1&tabs=visual-studio . It runs unattended and can be started by the project 2. Which version of .NET Core should I use ? Another…
-
Friday Links 362
ASP.NET Core 2.0 in Docker gridsum/DataflowEx: A .NET dataflow and etl framework built upon Microsoft TPL Dataflow library Ranking Popular Deep Learning Libraries for Data Science | The Data Incubator SoftwareMill blog: Neural Networks for Advertisers Visio Online and Visio’s new cloud innovations help you unlock creativity Windows Weekly Dockerfile #11 – from the book…
-
New side project- WebAPI To CLI–part 1
I have had an idea; What if the WebAPI application can be called from the console application itself ? This will permit just having the DI running – and all the stuff that WebAPI can work with when calling a controller. Will be good in a CI / CD workflow – testing the full API…
-
[ADCES] Online meeting about Angular
Because of the Government requiring advise for meeting,I have decided to make this meeting online. If you want to find what’s new in Angular 9,please follow https://youtu.be/_onm6pmhtYA
-
Friday Links 361
Study finds auto-fix tool gets more programmers to upgrade code fkeck/subtools: Manipulate Subtitles in R AlexPoint/SubtitlesParser: Multi formats subtitles parser in C# ropenscilabs/skimr: A frictionless,pipeable approach to dealing with summary statistics How to JavaScript – Using defineProperty() and defineProperties() – CodeProject Pure HTML5/CSS3/JS Modal Dialog MsgBox in .NET Style – CodeProject 4 steps to solving…
-
GitHub Actions and docker for writing a book
I am trying to wrote a book ( with Daniel Tila ) about what are the challenges to transfer an application from console to SAAS. We have decided to put the code on GitHub – and,because of this,the text will be still on GitHub .Each chapter will be in the form of the readme.md file…
-
Friday Links 360
Using operator overloads for concatenating file system paths in CSharp – Maarten Balliauw {blog} Microsoft Azure Notebooks – Online Jupyter Notebooks ElectronNET/Electron.NET: Build cross platform desktop apps with .NET Core and ASP.NET NET Core. Azure/learnAnalytics-MicrosoftML: Introduction to Statistical Machine Learning with MicrosoftML The 14 JavaScript debugging tips you probably didn’t know | Raygun Top 13…
I am ok , you are ok