-
Presenter at DevTalks
I was presenter at DevTalks : https://myconnector.ro/virtual/devtalks-reimagined/295/agenda/3158 I have had a presentation about Docker – used with .NET,Angular,Sql,Jenkins … You can find the presentation at https://ignatandrei.github.io/Presentations/DockerForDevsprez.html#1 The code is at https://ignatandrei.github.io/Presentations/DockerForDevs.zip
-
Generating outdated,licenses and thanks with .NET Core tools
Last time (http://msprogrammer.serviciipeweb.ro/2020/06/08/net-core-local-tools/) I have discussed about local tools . Now it is time to show something in practice,beside code coverage ( detailed http://msprogrammer.serviciipeweb.ro/2019/12/09/code-coveragepart-25/ and video https://youtu.be/JvahoA0WWms ), Let’ make something simple: generate outdated packages list,licenses and thanks. I will use this packages “dotnet-project-licenses”: { “version”: “2.1.0”, “commands”: [ “dotnet-project-licenses” ] }, “dotnetthx”: { “version”:…
-
Friday Links 375
Steve Blank Why good people leave large tech companies Steve Blank Startup Tools The Top of My Todo List Core QE Agile – Agile Board – jira.ea.com Exploring refit,an automatic type-safe REST library for .NET Standard – Scott Hanselman paulcbetts/refit: The automatic type-safe REST library for Xamarin and .NET paulcbetts/punchclock: Make sure your asynchronous operations…
-
[ADCES] Build 2020 si Masa Rotunda
Tuesday,June 9,at 7 pm,there will be a new ADCES meetup about Build 2020 – Whats new & Roundtable on migration Presenters Andrei Ignat and Radu Iovescu More details at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/270784858/ I’m waiting for you ! Thanks, Andrew
-
.NET Core local tools
( Video at https://youtu.be/iHLRBxi4S7c ) .NET Core has the concept of “local tools” – that means,tools for a solution / project. That is different from “global tools” by the fact that you can have it registered for the solution in a \.config\dotnet-tools.json file. You can read about those at https://docs.microsoft.com/en-us/dotnet/core/tools/local-tools-how-to-use But I want to show you my…
-
Friday Links 374
JWT Validation and Authorization in ASP.NET Core | .NET Web Development and Tools Blog IdentityServer/IdentityServer4: OpenID Connect and OAuth 2.0 Framework for ASP.NET Core openiddict/openiddict-core: Easy-to-use OpenID Connect server for ASP.NET Core Issues · botui/botui The AI Hierarchy of Needs – Hacker Noon Dictate-Speech Recognition for Microsoft Office Database Code Analysis – Simple Talk Analysing…
-
Embed files for a Nuget ASP.NET Core package
For NetCoreBlockly I have the need to embed some files in the NUGET package (https://www.nuget.org/packages/NetCore2Blockly ) to display a GUI. After unsuccessful trying to deploy,I have read https://weblog.west-wind.com/posts/2018/Jan/29/Distributing-Content-and-Showing-a-ReadMe-file-in-a-NET-Core-Nuget-Package . So I must learn from the experts: e.g.,swagger : https://github.com/domaindrivendev/Swashbuckle.AspNetCore it is displaying the HTML UI. How it does ? By embedding into the .csproj the…
-
Friday Links 373
Andrej Tozon’s blog | Text-To-Speech with Windows 10 Iot Core & UWP on Raspberry Pi Andrej Tozon’s blog | Text-To-Speech with Windows 10 IoT Core & UWP on Raspberry Pi Part 2 Implementing tenant providers on ASP.NET Core | Gunnar Peipman – Programming Blog Disassembling .NET Code with BenchmarkDotNet – Adam Sitnik – .NET Performance…
-
Interceptor in Angular–Error service
Similar video at https://www.youtube.com/watch?v=ajosuyhcKV4 I need to inform the user when the application is loading data with error ( i.e. the backend is giving some error back). And do it seamlessly,every time. I found the documentation about interceptors at https://angular.io/api/common/http/HttpInterceptor”– and you can find more searching on google / bing . Also,I have the need to…
-
Friday Links 372
A Tale of Two Industries: How Programming Languages Differ Between Wealthy and Developing Countries – Stack Overflow Blog Office Fabric Jumpstarts Your Add-in Efforts Get started with Fabric JS – Docs – Office Dev Center using-office-ui-fabric – Docs – Office Dev Center OfficeDev/Office-Add-in-Fabric-UI-Sample 9 Essential SEO Tips for Web Developers The Azure Data Lake Catalog…
I am ok , you are ok