Category: adces
-
[ADCES] Testing .NET Core WebAPI
The presentation was about how to test ASP.NET Core WebAPI with Postman https://www.postman.com/downloads/ Swagger https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-3.1&tabs=visual-studio WebAPI2CLI https://github.com/ignatandrei/WebAPI2CLI NetCore2Blockly https://github.com/ignatandrei/netcoreblockly The presentation at https://ignatandrei.github.io/Presentations/TestingWebAPIprez.html Code at https://ignatandrei.github.io/Presentations/TestingWebAPI.zip
-
[ADCES]Tracing Microservices with Activity & Connecting Azure App Service to a local DB
Tomorrow,11 august,19:00,ADCES will make another free event about Tracing Microservices with Activity & Connecting Azure App Service to a local DB . Presentation 1 : Activity,OpenTelemetry and Jaeger for tracing microservices Presenter: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Description: A practical demo about tracing for multiple microservices with .NET Core Activity,OpenTelemetry and Jaeger. Presentation 2 : Securing the…
-
.NET Core HealthChecks si Migrarea aplicatiilor .NET ( clasic + core) in Azure
Prezentare 1: ASP.NET Core HealtCheck Descriere : Monitorizare usoara a unui ecosistem ( PC,Drive,SqlServer,Jenkins,altele ) si adaugarea de HealthCheck custom la cerere. Prezentator: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Prezentare 2: Migrare .NET in Azure Descriere: Migrarea aplicațiilor ASP.NET cu .NET Framework 3.5/4 Migrarea aplicațiilor ASP:NET Core Prezentator: Dragos Barbu,https://www.linkedin.com/in/drbarbu/ Online event : https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/271640830/ Update: Presentation…
-
[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
-
Angular 8 vs Angular 9 and WFH
Today I present a Angular 8 vs Angular 9 meetup Also,if you want to discuss,how is Work From Home doing| https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/270082040/ Discussion will be on Zoom.
-
[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
-
[ADCES] 11 febr 2020,Docker for Developers & How to debug in production a memory leak in .NETCORE3.1
Today, Docker for Developers & How to debug in production a memory leak in .NETCORE3.1 The meeting is at 19:00 and can be found here: https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/268355225/
-
[ADCES] Plugins .NET Core and Combining SaaS,PaaS & IaaS Realtime Micro-Communications
Today I have a presentation about .NET Core Plugins . See you at 7 PM here : https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/267162162/ ( The code for the demo is here: https://github.com/ignatandrei/Presentations/tree/master/2020/NETCore3Plugins ) Waiting for you!
-
[ADCES] Today,19:00,Akka.NET and SqlServer 2019
Today,19:00,Akka.NET and SqlServer 2019 https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/265689067/ Presentation 1: Building Event-Driven Applications with Akka.NET Presenter: Emilian Balanescu,https://www.linkedin.com/in/emilianbalanescu/ Description: Akka.NET is an open-source toolkit that simplifies the construction of concurrent and distributed applications. In this presentation you’ll learn about the actor model and event-sourcing concepts that enables you to build highly concurrent,fault-tolerant and event-driven applications. We’ll start by…
-
Presentation .NET Core3 Wha’s New
From the presentation: C# 8.0 What’s new Reference: https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8 https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-03-08.md Demos: Default Interface Inheritance Multiple Interface Inheritance Switch Deconstruct Other demos: UsingUsage StaticLocalFunctions(); Nullable(); Version(); Indexes(); NullCoalescing(); .NET Core What’s new Reference: https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0 https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/ Demos: AsyncEnumerable WPF COM Build ( trim,single file) Diamond hell with plugins See NetCore3WhatsNew.sln and AssemblyLoadingUnloadingDiamond.sln ASP.NET Core What’s new Reference:…