• [NuGet] : MimeTypeMapOfficial

    This is a Nuget that I use in NetCore2Blockly to know the type of the file embedded: Link: https://www.nuget.org/packages/MimeTypeMapOfficial/ Site: https://github.com/samuelneff/MimeTypeMap What it does: Provides a huge two-way mapping of file extensions to mime types and mime types to file extensions, If no mime type is found then the generic “application/octet-stream” is returned. Usage: static…

  • Friday links 460

    Debugging a native deadlock in a .NET Linux application | by Kevin Gosse | Feb,2021 | Medium When DRY Doesn’t Work,Go WET. It’s okay if you repeat yourself | by Nick Bull | Better Programming Clean code through Reactive programming in Angular with RxJS ironcev/awesome-roslyn: Curated list of awesome Roslyn books,tutorials,open-source projects,analyzers,code fixes,refactorings,and source generators…

  • Using files in a ASP.NET Core nuget package

    To use static (html) files in a NUGET ASP.NET Core package to be displayed I have used the following solution 1. Put the files in a folder ( in my case,blocklyAutomation ) 2. Put in the .csproj to embed the files <ItemGroup>   <EmbeddedResource Include=”BlocklyAutomation\**\*”>     <CopyToOutputDirectory>Never</CopyToOutputDirectory>   </EmbeddedResource> </ItemGroup> 3.  Create an extension to use it ;…

  • Friday links 459

    Use YARP to host client and API server on a single origin to avoid CORS What are Mixins,and how do you use them in TypeScript? | by Olusola Samuel | Jan,2021 | JavaScript in Plain English Using C# Source Generators to create an external DSL | .NET Blog The Top 100 Developer Tools of 2020…

  • Tools 2021

    I do not have time to put in order those,so it is a simple list with all I have used in the year 2021 .   Chrome Extensions Slides Text Mode Google Arts & Culture Kingsquare HTML Validator Docs MeasureIt! Google Drive Image Checker RescueTime for Chrome and Chrome OS Language Immersion for Chrome Web…

  • Friday links 458

    Scott Hanselman’s 2021 Ultimate Developer and Power Users Tool List for Windows – Scott Hanselman’s Blog CodeTrack Carnac Utilizing Bogus with the Builder Pattern for better Mocks – SeanKilleen.com The case of the extra 40 ms | Netflix TechBlog kamranahmedse/developer-roadmap: Roadmap to becoming a web developer in 2021 How to Balance Hard Work and Pleasure…

  • My activities in 2021

    On Github : https://github.com/ignatandrei/RSCG_Examples  – examples about Roslyn Source Code Generators https://github.com/ignatandrei/appSettingsEditor – an editor for appSettings https://github.com/ignatandrei/QueryViewer – generating code from SqlServer queries https://github.com/MicroservicesBuffet  – email and https://github.com/ignatandrei/MicroservicesPortChooser – a port registration / chooser for microservices https://github.com/ignatandrei/RSCG_Static – roslyn gor static to interface https://github.com/ignatandrei/RSCG_TimeBombComment –  comment to time bomb compile https://github.com/ignatandrei/FileExtension –  recognize file…

  • Friday links 457

    An AOP Example that Makes MemoryCache Easier to Use – CodeProject The Biggest Lie in Open Source – Google Search Who is Tim Woods …… and how do I eliminate him? – Work Smarter Together What is a T-Shaped developer ?. Full Stack,Frontend,Backend… | by DavidMM | Quick Code | Medium Using GitHub Actions for…

  • 2021 in 10 news in my IT world

    In March Stack Overflow for teams free 50 In May Angular 12 .NET Coding Pack Excel Office Scripts In September Docker subscription SQL server with C# extension Open Source credits Azure In October Package Manager 1.0 Cobol In November .NET 6 Angular 13

  • Friday links 456

    Artificial intelligence predictions for 2020: 16 experts have their say – Verdict Dаvіd Вucһаnаn on Twitter: “Assuming this all works out,the image in this tweet is also a valid ZIP archive,containing a multipart RAR archive,containing the complete works of Shakespeare. This technique also survives twitter’s thumbnailer 😛 htt ScreenDump | Tool for testing your responsive…

I am ok , you are ok