• [ADCES][ITDevConnect] Visual Studio 2019 Post Event

    I have been presenter at ADCES ITDevConnect Visual Studio 2019( I have organized too,that’s another story) There was Andrei Nitescu about Xamarin improvements in VS2019 and Julian Atanasoae about new features in VS2019 With Julian we have presented with 2 projectors(!) how to do Live Share in VS2019. It was a nice evening to share code…

  • Bucharest,Visual Studio 2019 Launch Event – 14 May 2019

    I am organizing at Bucharest the Visual Studio 2019 Launch Event You will find Andrei Nitescu with Visual Studio for Xamarin and me and Julian Atanasoaie with Visual Studio . You can find the content at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/jccfwqyzhbsb/  

  • In jury at MSHack

    The students partners invited me to be a part of the jury at their hackhathon –  https://www.facebook.com/events/1128524840653643/ . It was a nice experience to see the people wanting to do more with technology for the greater good. Also,it was nice to see,among all react,a Windows Forms project.

  • Friday Links 318

    How To Make Your Web Apps Mobile-Friendly – Bits and Pieces compodoc/compodoc: The missing documentation tool for your Angular application storybooks/storybook: Interactive UI component dev & test: React,React Native,Vue,Angular PDF File Writer C# Class Library (Version 1.19.3) – CodeProject eKoopmans/html2pdf: Client-side HTML-to-PDF rendering using pure JS. Roland Guijt: Scaling Out Your ASP.NET Core SignalR Application…

  • Obtaining list of videos from a youtube playlist with Stankins

    Because Stankins has a parser to html,you can have this kind of macro #see all href Stankins.HTML.ReceiverHtmlAHref file=https://www.youtube.com/playlist?list=PL4aSKgR4yk4OnmJW6PlBuDOXdYk6zTGps #retain href column StankinsObjects.FilterRetainColumnDataContains namecolumn=href stringToHave=PL4aSKgR4yk4OnmJW6PlBuDOXdYk6zTGps #retain just videos which title contains 5Min StankinsObjects.FilterRetainColumnDataContains namecolumn=a_text stringToHave=5Min #remove column a_html StankinsObjects.FilterRemoveColumn namecolumn=a_html #transform column to li a href StankinsObjects.TransformerAddColumnExpressionByTable expression=”‘<li><a href=’+ href+’>’ + a_text+'</a></li>’” newcolumnname=test nametable=TableLinks #remove column…

  • Friday Links 317

    ADD SENSITIVITY CLASSIFICATION (Transact-SQL) | Microsoft Docs knsv/mermaid: Generation of diagram and flowchart from text in a similar manner as markdown 10 JavaScript libraries to draw your own diagrams (2018 edition) Downloads | Natural Earth Libraries.io – The Open Source Discovery Service License Zero Microsoft Research Open Data Custom Code-Generator Using ASP.NET Core – CodeProject…

  • DotNet CLI Tools

    There is a revival of CLI tools. And dotnet is going with the wave. You can find the tools installed with .NET Core here,https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x  and here https://docs.microsoft.com/en-us/dotnet/core/additional-tools/   Usually you do not need those – since Visual Studio is good to have all from the GUI. However,you can make your own tool – and you have the…

  • Friday Links 316

    Teaching R to New Users – From tapply to the Tidyverse · Simply Statistics R Markdown: The Definitive Guide Handling Strings with R Microsoft Research Open Data The Ten Commandments for a well-formatted database – (en) The R Task Force WTF is this – Understanding the this keyword,call,apply,and bind in JavaScript The Extensive Guide to…

  • Video: 5 Minutes Continuous Integration

    NewVideo: 5Min DockerCI with .NET Core If you want to propose a tool,please suggest at https://trello.com/b/3O1fFpcl/tools2019 List of my tools in 2018: http://msprogrammer.serviciipeweb.ro/2019/01/01/my-tools-in-2018/   5MinDocker(withSqlServer) 5MinVS2019 5MinWinMerge 5MinPowerBI 5MinClone 5MinInternalsVisibleTo 5MinEFSaveChanges 5MINCovarianceContravariance 5MinMsBuildTask 5MinGhostDoc 5MinSelect2 5MinHistTable 5MinImproveWebPage 5MinJS2C# 5MinSysInternals 5MinFinalizersIDisposable 5MinVSExtension 5MinAPI 5MinSimpleDI 5MinSimplePlugin 5MinPluginOffice 5MinMVVM_JS 5MinIIS_SEO 5MinRegularExpression 5MinSelenium 5MinCopyConstructorReflection 5MinIlMerge 5MinComObjectIDisposable 5MinComObject 5MinOCR 5MinCleanProject 5MinVersioning 5MinCrypt…

  • Small Task quiz knowledge

    The task and the await /async never ceases to amaze me. That because there is so much under covers( see https://channel9.msdn.com/Events/TechDays/Techdays-2014-the-Netherlands/Async-programming-deep-dive ) Let’s say that we have this code that awaits and throws ( or not ) an exception: First problem:  Error order What this code will produce as output for the line Console.WriteLine(“err ”…

I am ok , you are ok