-
Friday Links 417
Development Delusions: That it is Enough to Build a Better Mousetrap – Simple Talk Untitled Document Developers’ side projects – Joel on Software firehol/netdata: Get control of your servers. Simple. Effective. Awesome. https://my-netdata.io/ Generate Deadlock Summary Information – SQLServerCentral Cost of a slide deck Microsoft introduces two new services to help developers create smart bots…
-
Automate the generation of the e-book
What I have found important in composing the e-book with examples was automating the work of generating the e-book. I have had a json file ( 10 years ago I have used xml ) and some specific folders with the chapters content. I have had also a template for each example chapter – that was…
-
Code as picture and PowerAutomateDesktop
I want to make an e-book from RCSG . For this I need to put the code into the book in a nice form. However,the Word document and the PDF and the HTML all have the ideas of formatting the code. How one can accommodate various formats ? Short answer: picture. What if I take…
-
Making a book from (examples) markdown
I want to make a book from my RSCG examples https://github.com/ignatandrei/RSCG_Examples . The easy way is to transform the .md files into separate chapters. I have tried initially node with markdown-pdf and pdf-merger-js,but I have been going then full speed with pandoc . To generate both Word and Index.md I have used this: pandoc.exe -d…
-
Friday Links 416
Command Line Options | Filebeat Reference [5.1] | Elastic The Law of Demeter Is Not A Dot Counting Exercise – You’ve Been Haacked beats | Logstash Reference [5.1] | Elastic Step 3: Configuring Filebeat to Use Logstash | Filebeat Reference [5.1] | Elastic The Great A.I. Awakening – NYTimes.com One Sure-Fire Way to Improve Your…
-
RSCG- the book
And now the book! If you liked the examples presented,you can support me by buying the book from https://amzn.to/3d4gRgy . Again,it is just for supporting me – you can find the whole examples at https://github.com/ignatandrei/RSCG_Examples
-
Friday Links 415
Virtuoze/NConcern: NConcern .NET AOP Framework 6 Harsh Truths That Will Make You a Better Person Exploring .NET managed heap with ClrMD – Maarten Balliauw {blog} antiufo/roslyn-linq-rewrite: Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code,minimizing allocations and dynamic dispatch. Code Reviews Cloud Authority: Deploying a self contained .Net…
-
RSCG- part 16 – Many Others
There are more RSCG that you could see – here is a list that you may want to look at: AutoEmbed https://github.com/chsienki/AutoEmbed Cloneable https://github.com/mostmand/Cloneable fonderie https://github.com/jeromelaban/fonderie Generators.Blazor https://github.com/excubo-ag/Generators.Blazor Generators.Grouping https://github.com/excubo-ag/Generators.Grouping JsonMergePatch https://github.com/ladeak/JsonMergePatch MemoizeSourceGenerator https://github.com/Zoxive/MemoizeSourceGenerator MiniRazor https://github.com/Tyrrrz/MiniRazor/ MockGen https://github.com/thomas-girotto/MockGen ProxyGen https://github.com/Sholtee/ProxyGen Rocks https://github.com/JasonBock/Rocks RoslynWeave https://github.com/Jishun/RoslynWeave SmallSharp https://github.com/devlooped/SmallSharp StaticProxyGenerator https://github.com/robertturner/StaticProxyGenerator ValueChangedGenerator https://github.com/ufcpp/ValueChangedGenerator Web-Anchor https://github.com/mattiasnordqvist/Web-Anchor WrapperValueObject https://github.com/martinothamar/WrapperValueObject
-
RSCG- part 15 – Expression Generator
name Property Expression Generator nuget https://www.nuget.org/packages/AOPMethodsCommon/ https://www.nuget.org/packages/AOPMethodsGenerator/ link http://msprogrammer.serviciipeweb.ro/category/roslyn/ author Andrei Ignat This will generate code to add function to be used with Entity Framework to search for any property of a class The code that you start with is The code that you will use is The code that is…
-
RSCG- part 14 – DP_Decorator
name AutoInterface nuget https://www.nuget.org/packages/BeaKona.AutoInterfaceGenerator link https://github.com/beakona/AutoInterface author beakona Implement the Design Pattern Decorator. Based on template – you can modify the source code generated The code that you start with is The code that you will use is The code that is generated is Example Code: https://github.com/ignatandrei/RSCG_Examples/tree/main/DP_Decorator
I am ok , you are ok