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

  • Friday Links 311

    Consistency levels in Azure Cosmos DB | Microsoft Docs ggplot2 docs completely remade in D3.js How to upload a file to Google Drive from the command lineOliverMarshall.net China’s Apps · Windows Apps That Amaze Us opserver/Opserver: Stack Exchange’s Monitoring System mbdavid/LiteDB: LiteDB – A .NET NoSQL Document Store in a single data file – www.litedb.org…

  • Create a new exception–add fields and/or properties

    This post is not about why we need custom exception (https://blogs.msdn.microsoft.com/jaredpar/2008/10/20/custom-exceptions-when-should-you-create-them/ ) . It is (more a rant ) about a specific  item in best practices in Exceptions( https://docs.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-exceptions ) It says: In custom exceptions,provide additional properties as needed Provide additional properties for an exception (in addition to the custom message string) only when there’s…

  • Friday Links 310

    AlDanial/cloc: cloc counts blank lines,comment lines,and physical lines of source code in many programming languages. Testing Angular with Jasmine and Karma (Part 1) Scotch What [I think] I know about van Laarhoven lenses – DEV Community TwanoO67/bootstraping-ngx-admin-lte: Angular2,4,6 project with AdminLTE dashboard template (using angular,angular-cli and ngx-admin-lte ) Formerly called ‘ng2-admin-lte’. The ASP.NET Core Generic…

  • Dynamic loading controllers in .NET Core

    I needed to load dynamically some controllers to the Stankins application .Dynamic like in – written in some text file,then loading them,The best reference was https://www.strathweb.com/2018/04/generic-and-dynamically-generated-controllers-in-asp-net-core-mvc/ . But it was not enough : what I wanted is to write the controller in some text file and compile and load them. First problem ; What about…

I am ok , you are ok