Software Architects — Fundamental Path knowledgebase

It has been common to see posts and articles talking about what a software architect must read and what your book library, as an architect, should include. However, no one explains how to read them or if there is a specific sequence you must follow.

Here is one article that uses this concept; Books for Great Software Architects — Fundamentals Path

https://haitham-raik.medium.com/books-for-great-software-architect-34c81fc70e12

Get file path in .net core from wwwroot folder

This is how;

public class HomeController : Controller {
    private IWebHostEnvironment _hostEnvironment;

    public HomeController(IWebHostEnvironment environment) {
        _hostEnvironment = environment;
    }

    [HttpGet]
    public IActionResult Get() {
        string path = Path.Combine(_hostEnvironment.WebRootPath, "Sample.PNG");
        return View();
    }
}

References

https://weblog.west-wind.com/posts/2020/Feb/26/Working-with-IWebHostEnvironment-and-IHostingEnvironment-in-dual-targeted-NET-Core-Projects#out-with-old-in-with-the-new-iwebhostenvironment

Dahi Bhallay Better than Market 

Ingredients:

  1. Dahi
  2. Bason
  3. Dal mong ka atta
  4. Ubla howa channa
  5. Ubla howa aaloo
  6. tomato
  7. podena (mint)
  8. sabz mirach (green chilie)
  9. dahnia
  10. Paperri

enjoy!

Now comes the masala;

  1. Red Chili (100GM) – Lal mirch
  2. Coriander (150GM) – Dhania
  3. Black Cumin (100GM) – Kala Zeera
  4. Black pepper (50GM) – Kali Mirch
  5. Dried mango powder (120GM) – Amchor powder
  6. Cloves (3 to 4 GM normally 10-12 pieces) – Long
  7. Citric Acid (25GM) – Dane dar tatri
  8. Ajwain(50GM)
  9. Ginger powder – Soonth
  10. Black salt
  11. Salt (250GM)

And finally imli ki chattni;

Some other videos to watch are;

Dhai Bara / Chana Chat masala

Imli ki Chatni

This completes this wonderful dish.