Wednesday, February 10, 2021

Get Started with Blazor.net web flow project solution

 Blazor.net web flow and project details are given below. Before you start Blazor.Net it is important to understand the basic file system and flow of execution.



Monday, February 8, 2021

.Net 5.0 Project Dependencies are now simplified

If you come from a background of .Net framework , you must see hugh improvement and shifts in how we managed project depencies. Let us have a close look.

It is now neatly categorised

  • PROJECTS folder dependencies within solution
  • Nuget package is bundled under PACKAGES
  • Framework reference such as .net core or .net 5 is bundled in FRAMEWORKS folder.

Next time you open Visual studio 2019 solution with Blazor , Xamarin or MVC project you should have figure out this feature.