Currently the code given by current default Blazor Templates includes the components code inside them. However in order to make them reusable we need them in separate project. In this blog article we will learn about creating a custom Blazor Project template using ASP.NET Core Razor Components to keep Components and rest of the code separate. Read more
In this blog we understand about different type of Blazor Project Templates available with .Net Core and how we can create Blazor projects using these templates in Visual Studio 2019. Read more
TechBhubaneswar is an Annual Technology Conference organised by Mindfire Solutions in Bhubaneswar the capital and largest city of the India’s eastern state of Odisha. This is one of those events which gives working professionals the opportunity to hone their technical knowledge, skills , Network and Collaborate with other professionals and Industry Experts. Read more
Summernote is a popular JavaScript based WYSIWYG HTML editor which can be used with any web language but the challenge is that it embeds the images uploaded as content in base64 format inside the content, which made the content very heavy and unmanageable (if the content has many images like this blog) specially when we have to store the content in database. In this blog we are using it with ASP.Net and fixing this problem. Read more