Entries by Jinal Udhnawala

12 Most Preferred latest .NET Libraries of 2022

Introduction Hello World, It is the amazing year 2022 and in the recent past, the .NET technology has witnessed some revolutionary changes. .NET developers always look forward to some new upcoming libraries which they can use while developing new web applications. This blog will tell you the 12 most preferred new .NET libraries of the […]

Tableau – A Powerful BI Tool

Let’s have a complete discussion on Tableau Tool… What is Data visualization? When you are working with a large amount of data, it would be complex to understand, But you can better understand it by visualization. Like you have one Office database that has many records and you want to find which employee in which […]

Log with Serilog in .net 6.0

How to use and set up the log with serilog in ASP.NET 6 Core? Let’s get started What is Serilog Logging is one of the most crucial things in Application development and It helps to troubleshoot any application issues. Like many libraries in .Net, Serilog is a structured logging framework that provides diagnostic logging in […]

How to Build Web App with Blazor Framework?

What is Blazor Framework? Web App with Blazor Framework is an open-source web framework for building interactive clientside Web UI with .Net. It enables Developers to make rich interactive UIs using C# and HTML rather than Javascript. C# code is executed both on the server-side and client browser which means developers can reuse their C# […]