-
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 ”…
-
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…
I am ok , you are ok