-
.NET Core 3.0 to .NET Core 3.1 and .NET Core SSL (https )with VSCode + Docker –part 44
To pass from .NET Core 3.0 to .NET Core 3.1 Modify the .csproj Modify the devops Modify the GitHub Actions Modify the Azure Devops ( because was on Docker,just modify the docker FROM sdk Modify the dockerfile in the .devcontainer folder to run in VSCode Container Some of the modifications here : https://github.com/ignatandrei/InfoValutar/commit/2d5b138ccd6225a6bf69dca47fe76e2270920d2d However,to have…
-
Configure Angular Environment(local and remote) and CORS for .NET Core – part 43
I want to be capable to run Angular with data obtained from local .NET project in development – and from remote website in production. One of the techniques is detailed here https://angular.io/guide/build Generated service : ng g s banks Now I want to see that every modification of the Bankservice will re-compile. Tried in Docker…
-
Docker environment for Angular–part 42
Trying the alpine container from https://github.com/microsoft/vscode-dev-containers/tree/master/containers . It does not work – the error was that it cannot mount the binding folder . I figure that it was a Docker issue,https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/ . Then I had a problem with “ tarball data for @angular/compiler@8.2.14 seems to be corrupted” – delete package.json for this. This is the…
-
Tools List 2019
Browsers Chrome Firefox Edge IE Chrome Addons Advanced REST client Angular state inspector Angular Tracer for View Updates Augury BehindTheOverlay Ceev – Linkedin Resume Generator Chrome Apps & Extensions Developer Tool Chrome Media Router draw.io Desktop Exploratory Testing Chrome Extension Export links of all extensions File Icon for GitHub and GitLab Google Voice Search Hotword…
-
Friday Links 353
Stakeholder-Driven Data Science at Warby Parker Kanban Everything: How to Add Trello-Like Boards to Gmail,Evernote,and More The 32 Best Google Docs Add-ons in 2017 Talk Like a Human: 8 Phrases to Avoid Saying to Your Customers 8 New Google Calendar Features You Should Start Using Now How I Created a HeatMap of my Location History…
-
Adding Angular to WebAPI site-part 41
First,I want to add an index.html file – to see the result. For this,I add to the startup: public void Configure(IApplicationBuilder app,IWebHostEnvironment env) //more code app.UseDefaultFiles(); app.UseStaticFiles(); I also add an index.html into a wwwroot folder ( also created into the root) You can see the modifications here: https://github.com/ignatandrei/InfoValutar/commit/4deb32528aee7b667f22a38c8e96899052cbfd4c Now I want to compile the…
-
Web site–Angular- part 40
Creating Angular app ng new InfovalutarWebAng Then customizing to add angular material ng add @angular/material and https://material.angular.io/guide/schematics#navigation-schematic ng generate @angular/material:nav banks Delete everyhing in app component ( without <div class=”content” role=”main”> add <app-banks></app-banks> ) See if it works. If yes,move the router outlet and footer to app-banks. Now,I want to solve the CD and to…
-
Last Commit info–GitHub and AzureDevOps–part 39
I was thinking that I need to see the date of last CD – who done what. For this,I need 2 things: to have a controller/gui to show the info and the CD process,via GitHub/AzureDevOps,to take care of that. For the part with code,the problem was pretty simple: What about the CD process…
-
Exchange rates–what I have done in 37 hours–part 38
What I have create for now in 37 hours : A source control – https://github.com/ignatandrei/InfoValutar A plugin based software – you can use to load any kind of exchange rates,for anywhere,provided that you implement the interface – see implementation Tests for some of the code Deployment: An Azure WebAPP WebAPI deployment – https://infovalutar.azurewebsites.net/swagger/index.html A Docker…
-
Software Year 2019 in review
This is what impressed me in 2019 On 8 January https://blog.github.com/2019-01-07-new-year-new-github/ On 21 January https://java.com/en/download/release_notice.jsp : Public updates for Oracle Java SE 8 released after January 2019 will not be available for business,commercial or production use without a commercial license. On 8 February Ie default browser On 12 February https://www.bleepingcomputer.com/news/security/windows95-v20-lets-you-play-doom-wolfenstein-3d-and-more/ On 7 March Microsoft Calculator…
I am ok , you are ok