Creating a static list from another static list with additional items in C#
March 14, 2021JavaScript destructuring like syntax in C# to initialize a static list based on another list with additional items in one call.
JavaScript destructuring like syntax in C# to initialize a static list based on another list with additional items in one call.
Let's add and test a method that encapsulates all the Excel generation logic, and allows us to pass only the required data like list of objects that need to be translated into Excel rows.
Step by step guide to set up ASP.NET Core MVC, Vue multi page application projects from scratch using Webpack
In our company, we've been using a different ASP.NET Core MVC, Vue project setup. It's a multi-page application(MPA), where it's each page can act like a SPA on its own.
I have recently started using Vim for full time in my work(inside my IDE). Initially it was bit hard, I had to consciously decide whether toβ¦