-
Friday Links 337
Microsoft/GVFS: Git Virtual File System: Git at Enterprise Scale Ultimate Guide To App Monetization – How To,Stats & Insight CsConsoleFormat: Introduction – CodeProject NerdCats/LinqToQuerystring: A lightweight subset of oData querystring conventions that works with any IQueryable What’s New in webpack 4 Scotch ASP.NET Core background processing – Think Rethink The Art of the Lazy Product…
-
String interpolation for EFCore and Like
I have had a problem with EF Core and String Interpolation – until I realized that was a problem with sp_executesql But let’s see the whole problem. ta EFCore supports string interpolation – that means,if you give this code <context>.<table>.FromSql($”select blabla from table where id={id}”) it will transform into exec sp_executesql N’select blabla from table…
-
Friday Links 336
Genymobile/scrcpy: Display and control your Android device Home · gnab/remark Wiki ekstroem/dataMaid: An R package for data screening The Indispensable Document for the Modern Manager | First Round Review Sqlite Browser A to-do list for new ASP.NET Core projects · Biarity Generating Certificates of Attendance Using R · Data Science Unplugged R Tip: Use [[…
-
Bingo Meetings- conclusion–part 25
It was a nice journey to make an application just with TypeScript and Node ecosystem. There are some missing parts ( e.g. testing the GUI – e2e in JS parlance) However,some thoughts: The ecosystem does not have good support for mono-repository (in C# parlance,solution with multiple referencing projects ) Yarn Workspaces helps TypeScript compile should…
-
[ADCES] Today,19:30,Javascript
Today at 19:30,https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/264063501/ Details Prezentarea 1:Titlu : ECMAScript 6,7,8Prezentator: Ciprian Chichirita,http://slides.com/ciprian-chichiritaDescriere : JavaScript – Prezentare funcționalități noiPrezentarea 2Titlu: Make code easier to read with Functional ProgrammingPrezentator: Cristi Salcescu,https://medium.com/@cristiansalcescuDescriere: The basic toolbox for list operations includes filter(),map() and reduce() methods.Point-free is a technique that improves readability by eliminating the unnecessary arguments.Pure functions are easier to understand.Functions…
-
Bingo Meetings- documenting code–part 24
We have already documented the process of reproducing our code on developer PC ( including docker …) So now we should help programmers understand the code that we have create and it’s general use. For this,for any project that we have : 1. We should add a Readme.md file to explain the project 2. We…
-
Friday Links 335
URL Matching in C# – Simple Talk JWT Authentication for Microservices in .NET – Simple Talk Introducing Chrome Debugging for VS Code SparkyTools: DependencyProvider – Brian “Sparky” Schroer – Medium BrianSchroer/SparkyTools: .NET Tool/Utility libraries – Source code for “SparkyTools” nuget packages: SparkyTools.AutoMapper,SparkyTools.DependencyProvider,SparkyTools.XmlConfig thepirat000/Audit.NET: An extensible framework to audit executing operations in .NET and .NET Core.…
-
BingoMeetings-documentation-part 23
Not so much here – just is the most time consuming part. You should imagine for who you are writing ( technical / user ?),what are his interests ( installing application / running the project ) and how to convey information. Here we will write for the persons that wants to install the project,run it…
-
BingoMeetings–4 steps to run in Docker both WebAPI and Site-part 22
Now what I want to achieve is to run the WebAPI and Angular Site in docker. For this,we should compile the Angular site and copy into the WebAPI. Also,WebAPI should serve the index.html file generated by the Angular. Those are the 4 steps: 1. Ensure that the Angular routes and WebAPI routes should be different…
-
BingoMeetings–build and deploy Angular WebSite to GitHub–part 21
What we need is to deploy somewhere the WebSite application – the Angular. One version is to compile and deploy to the WebApi (http://bingo-meeting-api.herokuapp.com/api/ ),however ,I do prefer keeping separate. One simple idea is to deploy to GitHub site . For each repository,GitHub lets you have a website correlated . For example,for our project,https://github.com/alexandru360/PresentationBingoCards/,github lets you…
I am ok , you are ok