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

  • Friday Links 309

    Using OVER() to Fix Bad Version Numbers – SQLServerCentral Three Tips for Console Applications in .NET Core Microsoft AI lab Microsoft/FASTER: Fast key-value store from Microsoft Research These tags turn everyday objects into smart,connected devices CI/CD Tools for VSTS Extensions – Visual Studio Marketplace Microsoft/vsts-extension-build-release-tasks: Build and release tasks for Team Services extensions SQL Server…

  • MVP again–Developer Technologies

    So I am MVP again. I can say that I am happy about. You can find my profile at https://mvp.microsoft.com/en-us/PublicProfile/4025203 .

  • [Presentation]Angular + .NET Core => Applications for Mobile,Web and Desktop – Andrei Ignat

    I was invited at http://apexvox.net/#schedule to present ] Angular + .NET Core => Applications for Mobile,Web and Desktop It was very exciting to find so many people interested in .NET . And it was good to re-see old friends,like http://vunvulearadu.blogspot.com/2019/03/post-event-apexvox-cluj-napoca-2019.html,Daniel Costea,Ciprian Jichici and to make new ones You can find the code and the presentation…

  • Friday Links 308

    Choosing centralized logging and monitoring system – IndexOutOfRange jakobbotsch/Fuzzlyn: Fuzzer for the .NET toolchains,developed as a project for the 2018 Language-Based Security course at Aarhus University. On Constructor Over-injection I can make this work…: =أ�ing Relative Paths with TypeScript and webpack Serilog Tutorial for .NET Logging: 16 Best Practices and Tips – DZone Performance CD…

  • Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 3- FrontEnd

    Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo  NPM component Copy paste NET code Identifying the version of Angular components that we are using is a bit tricky. The package.json is having,by default,components using version “greater than”. More than that,after AOT…

  • Friday Links 307

    11 Simple npm Tricks That Will Knock Your Wombat Socks Off AdES: An Implementation of CAdES for Windows in C++ – CodeProject Apps That Work Natively on the Web and Mobile – Angular Blog A Beginner’s Guide to SQL and Databases – A Full Course For Beginners | freeCodeCamp News QR Code Encoder and Decoder…

  • Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 2- backend

    Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo  NPM component Copy paste NET code Identifying the version of the dll’s  used on the backend is fairly simple. All we need is to iterate into the current directory and find the version…

I am ok , you are ok