Year: 2018

  • Interpreter–part 2 of n – Coding

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     Now that we have the idea from interpreter part 1 of what we want to do,start coding thinking about what the code will look like. We want simple use,like So we will…

  • Friday links 276

    Ending the Nested Tree of Doom with Chained Promises Multithreading in C# .NET 4.5 (Part 2) – CodeProject Useful Reference Books – CodeProject 16 Useful Mental Life Hacks | Idealist Revolution Edmond Lau’s answer to What are the questions that can be asked when the interviewer asks ‘Any questions?’ – Quora Gayle Laakmann McDowell’s answer…

  • Interpreter–part 1 of n – Idea

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     For Stankins I need a custom interpreter of serialized data. What this means,exactly ? Let’ suppose I have an appsetting file with a connection string { “SqlServerConnectionString”: “Server=(local)\\SQL2016;Database=tempdb;Trusted_Connection=True;” } If I use…

  • Friday links 275

    5 Reasons Architect and Developers Argue – DaedTech WiX Toolset – Home Break through the marketing noise with bold minimalist flyers [with Free Templates] – Design School gatling/gatling: Async Scala-Akka-Netty based Load Test Tool Gatling: Take Your Performance Tests to the next Level | ThoughtWorks Building Async Coordination Primitives,Part 6: AsyncLock | Parallel Programming with…

  • Angular,CORS and .NET Core SignalR

    I have written a .NET Core  SignalR + Agular Observable of continously delivering the data. (http://msprogrammer.serviciipeweb.ro/2018/06/25/net-core-signalr-hub-angular-observable/ ) The setup is that .NET WebAPI resides in Visual Studio Project ( .sln. .csproj) and Angular Project is separate in another folder. There are some settings in the development to be done in order to work Setting CORS…

  • Friday links 274

    What Tools Do You Use To Write Code? | DanylkoWeb String Compression – SevenZip vs GZip – CodeProject SevenZipSharp – Home PolyglotPersistence Alistair.Cockburn.us | Hexagonal architecture fvanwijk/mox: Utility library for AngularJS/Jasmine mocks karma-runner/karma: Spectacular Test Runner for JavaScript Projects – Dmitry Grinberg AngleSharp/AngleSharp: The ultimate angle brackets parser library parsing HTML5,MathML,SVG and CSS to construct…

  • From unstructured data to application

    Imagine that you have this kind of texts: Alpert of Metz – 11th-century – France – Medieval writers Aimoin of Fleury – c. 960 – c. 1010 – France – Medieval writers Amulo Lugdunensis (Archbishop of Lyon) – 9th-century – France – Medieval writers Amulo Lugdunensis (Archbishop of Lyon) – 9th-century – France / Carolingian…

  • Friday links 273

    rollup/rollup: Next-generation ES6 module bundler Application Configuration in .NET Core – Part 2 | The Blog of Colin Angus Mackay Smaller and faster data compression with Zstandard | Engineering Blog | Facebook Code How to enhance debugging in Visual Studio with just one simple step in Stapp.space Most important question on your next JavaScript framework…

  • .NET Core SignalR Hub+ Angular Observable

    TL;DR: Deliver all the table content continuously paginated to the browser with .NET Core and Angular Long Description: I was thinking that delivering paginating data is kind of lame. Why should I,for seeing the whole data,should keep pressing next page / or scrolling  down ? I understand that on the server it is necessary to…

  • Friday links 272

    Getting Literal With ES6 Template Strings  |  Web  |  Google Developers Scientist.NET 1.0 released! – You’ve Been Haacked alastairtree/LazyCache: An easy to use thread safe generics based in memory caching service with a simple developer friendly API for c# Introducing the ASP.Net Async SessionState Module | .NET Web Development and Tools Blog Nadeem Afana’s blog…