• Friday Links 315

    ReactiveX – Operators ReactiveX – Contains operator Instance Operators | RxJS – Javascript library for functional reactive programming. How 400+ beta readers helped us write our best content (PS: you can do the same) micjahn/ZXing.Net: .Net port of the original java-based barcode reader and generator library zxing Microsoft/OpenAPI.NET: The OpenAPI.NET SDK contains a useful object…

  • Video : 5 Minutes Docker(with SqlServer)

    NewVideo: 5MinDocker(withSqlServer) 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/ 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 5Min AppContext 5Min Instrumentation…

  • C# and Null object

    There is a lot to talk i n programming that null is bad,for example https://www.yegor256.com/2014/05/13/why-null-is-bad.html   and https://www.lucidchart.com/techblog/2015/08/31/the-worst-mistake-of-computer-science/ . In C# we have a love-hate relationship with null : Love : Because  the value type / struct cannot be null,C# creators invented Nullable<T> https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1 Hate: Because  reference types / classes can be null,c# 8.0 invented nullable…

  • Friday Links 314

    cozmo/jsQR: A pure javascript QR code reading library. This library takes in raw images and will locate,extract and parse any QR code found within. natergj/excel4node: Node module to allow for easy Excel file creation Performance Tuning With SQL Server Dynamic Management Views – Redgate Software Hack Productivity 4: Hack the workday with Office 365 –…

  • Video:5 Minutes Visual Studio 2019

    5MinVS2019 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/ Oldest videos : 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 5Min AppContext 5Min Instrumentation 5Min…

  • 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…

  • Friday Links 313

    ctolkien/SodaPop.ConfigExplorer: Displays diagnostic information on all the properties registered with configuration The 20 Best Android Productivity Apps in 2018 Teaching Your Clients How to Use The Website You Built Them – The Media Temple Blog 9 Software Architecture Interview Questions and Answers – DEV Community Build an Excel add-in using Vue | Microsoft Docs Lee…

  • C# integration testing in AzureDevOps with Docker containers– SqlServer and Cachet example

    Every software that we make depends on others. For Stankins,as a general ETL data,it is more important to be tested with real data providers.For example,we may want to take data from Sql Server and send to Cachet . How can we have a SqlServer and a Cachet up and running easy ? The obvious answer…

  • Friday Links 312

    Create a Container with Active Directory Support – Working with Containers Visualizing Texas High School SAT Math Scores with Bubble Grids · Tony ElHabr My old coding products | Jay’s Notes plotly/plotly.js: The open source JavaScript graphing library that powers plotly thomasp85/gganimate: A Grammar of Animated Graphics Power BI Documenter July 2018 Release – Data…

  • .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…

I am ok , you are ok