Category: Angular
-
[PostEvent] Talks by Softbinator
The organizers from Talk from Softbinator were kind enough to select me for a presentation. Again,my presentation about .NET Core and Angular Everywhere. Source Code at https://github.com/ignatandrei/angNetCoreDemo/ The presentation was supposed to take 1/2 hour – and it took 1 hour with all the explanations. Video at https://www.facebook.com/softbinator/videos/459024768242391
-
[PostEvent] CodeCamp Timisoara
I have been a presenter and participant at CodeCamp Timisoara. There are a lot of tracks with good information! As a participant,I can mention: Things you did not know about C# and .NET – with Marius Bancila CALMS in DevOps – with Adrian Suteu Making E2E tests great again using Cypress – with Omri Ben…
-
[PostEvent] HackTalks 2019
I have been a presenter and participant at #HackTalks Timisoara. I have seen lots of interesting people that do great stuff. Also lots of programmers interested of how to do better programming. It is a good vibe and lots of knowledge sharing. As a participant,I can mention: https://www.facebook.com/hacktalks.ro/posts/823295824708035 : Container Orchestration in the cloud for…
-
7 Steps from (Angular) WebApplication to Windows Store
I have deployed fairly easy the .NET Core Alphabet applcation to Windows Store . Supposing that you already have registered the name of the application to the windows store (https://partner.microsoft.com/en-us/dashboard/windows/overview ) Those are the steps: 1. Compile the Angular Application ( with ng build –prod –build-optimizer ) 2. Create a new WinJS App for Universal…
-
.NET Core Alphabet
What I wanted is a simple application ( Web,Mobile,Desktop) that can list,alphabetically,the .NET Core keywords. What is the purpose? For interviews – suppose you want to test the people knowledge in C#. You start the application( again: Desktop or Web or Mobile) and let the candidate choose a letter. Then you see the keywords for…
-
Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 3- FrontEnd
Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo NPM component Copy paste NET code Identifying the version of Angular components that we are using is a bit tricky. The package.json is having,by default,components using version “greater than”. More than that,after AOT…
-
Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 1- introduction
Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo NPM component Copy paste NET code In our days recognizing fast the version of the software you deploy it is important ( very important,if you do not have a continuum upgrade strategy –…
-
.NET Core And Angular at CodeCamp Bucuresti
I have presented on Saturday at https://bucuresti.codecamp.ro/ a technical talk about how to make a fast POC that can run on Web,Desktop and Mobile,The presentation will show a clear example of code that is necessary for that ( code at https://github.com/ignatandrei/angNetCoreDemo/ ). You can see working demo without CORS at https://ang-net-core.herokuapp.com/,with CORS at https://ignatandrei.github.io/AngNetCoreDemo/ and…
-
Literary awards–part 5 – interactive
Part 1: http://msprogrammer.serviciipeweb.ro/2018/10/08/literary-awardspart-1/ Part 2: http://msprogrammer.serviciipeweb.ro/2018/10/15/literary-awardspart-2/ Part 3: http://msprogrammer.serviciipeweb.ro/2018/10/22/literary-awardspart-3/ Part 4: http://msprogrammer.serviciipeweb.ro/2018/10/29/literary-awardspart-4/ Part 5: http://msprogrammer.serviciipeweb.ro/2018/11/05/literary-awardspart-5/ I was wandering how to make more attractive the application – and also gain some interactivity. I was thinking of the possibility to can say what authors / books did you have read – and make some charts from…
-
Literary awards–part 4 – publish
Part 1: http://msprogrammer.serviciipeweb.ro/2018/10/08/literary-awardspart-1/ Part 2: http://msprogrammer.serviciipeweb.ro/2018/10/15/literary-awardspart-2/ Part 3: http://msprogrammer.serviciipeweb.ro/2018/10/22/literary-awardspart-3/ Part 4: http://msprogrammer.serviciipeweb.ro/2018/10/29/literary-awardspart-4/ Part 5: http://msprogrammer.serviciipeweb.ro/2018/11/05/literary-awardspart-5/ The publishing part is the tricky one. I wanted Web and Mobile ( could someone help me with the Windows/Linux part ? ) Github let’s you have the gh-pages as an website – see https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ . What this means in practice ? Menas that,if…